File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
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/email.iterators.rst:2
20- #, fuzzy
2120msgid ":mod:`!email.iterators`: Iterators"
22- msgstr ":mod:`email.iterators`: 이터레이터"
21+ msgstr ":mod:`! email.iterators`: 이터레이터"
2322
2423#: ../../library/email.iterators.rst:7
2524msgid "**Source code:** :source:`Lib/email/iterators.py`"
@@ -117,6 +116,23 @@ msgid ""
117116" text/plain\n"
118117" text/plain"
119118msgstr ""
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"
120136
121137#: ../../library/email.iterators.rst:81
122138msgid ""
You can’t perform that action at this time.
0 commit comments