File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,8 @@ msgstr ""
1717"Generated-By : Babel 2.17.0\n "
1818
1919#: ../../library/pickletools.rst:2
20- #, fuzzy
2120msgid ":mod:`!pickletools` --- Tools for pickle developers"
22- msgstr ":mod:`pickletools` --- 피클 개발자를 위한 도구"
21+ msgstr ":mod:`! pickletools` --- 피클 개발자를 위한 도구"
2322
2423#: ../../library/pickletools.rst:8
2524msgid "**Source code:** :source:`Lib/pickletools.py`"
@@ -76,6 +75,17 @@ msgid ""
7675" 9: . STOP\n"
7776"highest protocol among opcodes = 2"
7877msgstr ""
78+ "$ python -m pickle x.pickle\n"
79+ "(1, 2)\n"
80+ "\n"
81+ "$ python -m pickletools x.pickle\n"
82+ " 0: \\ x80 PROTO 3\n"
83+ " 2: K BININT1 1\n"
84+ " 4: K BININT1 2\n"
85+ " 6: \\ x86 TUPLE2\n"
86+ " 7: q BINPUT 0\n"
87+ " 9: . STOP\n"
88+ "highest protocol among opcodes = 2"
7989
8090#: ../../library/pickletools.rst:52
8191msgid "Command line options"
@@ -129,9 +139,8 @@ msgstr ""
129139"사용됩니다."
130140
131141#: ../../library/pickletools.rst:97
132- #, fuzzy
133142msgid "Added the *annotate* parameter."
134- msgstr "*annotate* 인자 ."
143+ msgstr "*annotate* 인자를 추가했습니다 ."
135144
136145#: ../../library/pickletools.rst:102
137146msgid ""
You can’t perform that action at this time.
0 commit comments