|
7 | 7 | msgstr ""
|
8 | 8 | "Project-Id-Version: Python 3.7\n"
|
9 | 9 | "Report-Msgid-Bugs-To: \n"
|
10 |
| -"POT-Creation-Date: 2018-06-26 18:54+0800\n" |
| 10 | +"POT-Creation-Date: 2018-08-23 20:52+0800\n" |
11 | 11 | "PO-Revision-Date: 2018-05-23 14:39+0000\n"
|
12 | 12 | "Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
|
13 | 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
|
@@ -432,32 +432,32 @@ msgid ""
|
432 | 432 | "Simple example querying HTTP headers of the URL passed on the command line::"
|
433 | 433 | msgstr ""
|
434 | 434 |
|
435 |
| -#: ../../library/asyncio-stream.rst:463 |
| 435 | +#: ../../library/asyncio-stream.rst:462 |
436 | 436 | msgid "Usage::"
|
437 | 437 | msgstr ""
|
438 | 438 |
|
439 |
| -#: ../../library/asyncio-stream.rst:467 |
| 439 | +#: ../../library/asyncio-stream.rst:466 |
440 | 440 | msgid "or with HTTPS::"
|
441 | 441 | msgstr ""
|
442 | 442 |
|
443 |
| -#: ../../library/asyncio-stream.rst:474 |
| 443 | +#: ../../library/asyncio-stream.rst:473 |
444 | 444 | msgid "Register an open socket to wait for data using streams"
|
445 | 445 | msgstr ""
|
446 | 446 |
|
447 |
| -#: ../../library/asyncio-stream.rst:476 |
| 447 | +#: ../../library/asyncio-stream.rst:475 |
448 | 448 | msgid ""
|
449 | 449 | "Coroutine waiting until a socket receives data using the :func:"
|
450 | 450 | "`open_connection` function::"
|
451 | 451 | msgstr ""
|
452 | 452 |
|
453 |
| -#: ../../library/asyncio-stream.rst:508 |
| 453 | +#: ../../library/asyncio-stream.rst:507 |
454 | 454 | msgid ""
|
455 | 455 | "The :ref:`register an open socket to wait for data using a protocol <asyncio-"
|
456 | 456 | "register-socket>` example uses a low-level protocol created by the :meth:"
|
457 | 457 | "`AbstractEventLoop.create_connection` method."
|
458 | 458 | msgstr ""
|
459 | 459 |
|
460 |
| -#: ../../library/asyncio-stream.rst:512 |
| 460 | +#: ../../library/asyncio-stream.rst:511 |
461 | 461 | msgid ""
|
462 | 462 | "The :ref:`watch a file descriptor for read events <asyncio-watch-read-"
|
463 | 463 | "event>` example uses the low-level :meth:`AbstractEventLoop.add_reader` "
|
|
0 commit comments