Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9dc98f3

Browse files
authored
Add some priorities
Add some libraries as priorities, based on the topic Brief Tour of the Standard Library from the tutorial (https://docs.python.org/3/tutorial/stdlib.html) and the FAQ section.
1 parent 16a6d28 commit 9dc98f3

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The following modules we consider as priority targets, hence should
1111
receive more attention than other modules/pages (0 has higher priority
1212
than 2). Please helps assure they are a 100% translated.
1313

14-
### Priority 0
14+
### Priority 0 (probably they are completed)
1515
- bugs
1616
- glossary
1717
- library/functions
@@ -25,9 +25,25 @@ than 2). Please helps assure they are a 100% translated.
2525

2626
### Priority 1
2727
- reference/ (all)
28+
- faq/ (all)
2829

2930
### Priority 2
3031
- library/turtle
32+
- library/sys
33+
- library/argparse
34+
- library/random
35+
- library/statistics
36+
- library/urllib.request
37+
- library/smtplib
38+
- library/datetime
39+
- library/zlib
40+
- library/gzip
41+
- library/lzma
42+
- library/tarfile
43+
- library/timeit
44+
- library/profile
45+
- library/doctest
46+
- library/unittest
3147
- library/ (except the ones mentioned above)
3248

3349
## Documentation Contribution Agreement

0 commit comments

Comments
 (0)