File tree 1 file changed +18
-2
lines changed
1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,8 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/email.iterators.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!email.iterators`: Iterators"
22
- msgstr ":mod:`email.iterators`: 이터레이터"
21
+ msgstr ":mod:`! email.iterators`: 이터레이터"
23
22
24
23
#: ../../library/email.iterators.rst:7
25
24
msgid "**Source code:** :source:`Lib/email/iterators.py`"
@@ -117,6 +116,23 @@ msgid ""
117
116
" text/plain\n"
118
117
" text/plain"
119
118
msgstr ""
119
+ ">>> msg = email.message_from_file(somefile)\n"
120
+ ">>> _structure(msg)\n"
121
+ "multipart/mixed\n"
122
+ " text/plain\n"
123
+ " text/plain\n"
124
+ " multipart/digest\n"
125
+ " message/rfc822\n"
126
+ " text/plain\n"
127
+ " message/rfc822\n"
128
+ " text/plain\n"
129
+ " message/rfc822\n"
130
+ " text/plain\n"
131
+ " message/rfc822\n"
132
+ " text/plain\n"
133
+ " message/rfc822\n"
134
+ " text/plain\n"
135
+ " text/plain"
120
136
121
137
#: ../../library/email.iterators.rst:81
122
138
msgid ""
You can’t perform that action at this time.
0 commit comments