diff --git a/whatsnew/changelog.po b/whatsnew/changelog.po index d5981191..b118bd37 100644 --- a/whatsnew/changelog.po +++ b/whatsnew/changelog.po @@ -173,12 +173,11 @@ msgstr "" "support package. Patch by Christie Wilson." #: ../../../Misc/NEWS:56 -#, fuzzy msgid "" "`bpo-25455 `__: Fixed crashes in repr of " "recursive buffered file-like objects." msgstr "" -"`Issue #25455 `__: Fixed crashes in repr of " +"`bpo-25455 `__: Fixed crashes in repr of " "recursive ElementTree.Element and functools.partial objects." #: ../../../Misc/NEWS:58 @@ -1637,31 +1636,28 @@ msgstr "" "comparison of faked types.SimpleNamespace." #: ../../../Misc/NEWS:654 -#, fuzzy msgid "" "`bpo-28214 `__: Improved exception " "reporting for problematic __set_name__ attributes." msgstr "" -"`Issue #28214 `__: Improved exception " -"reporting for problematic __set_name__ attributes." +"`bpo-28214 `__: Improved exception reporting " +"for problematic __set_name__ attributes." #: ../../../Misc/NEWS:657 ../../../Misc/NEWS:3616 -#, fuzzy msgid "" "`bpo-23782 `__: Fixed possible memory " "leak in _PyTraceback_Add() and exception loss in PyTraceBack_Here()." msgstr "" -"`Issue #23782 `__: Fixed possible memory leak " -"in _PyTraceback_Add() and exception loss in PyTraceBack_Here()." +"`bpo-23782 `__: Fixed possible memory leak in " +"_PyTraceback_Add() and exception loss in PyTraceBack_Here()." #: ../../../Misc/NEWS:660 -#, fuzzy msgid "" "`bpo-28471 `__: Fix \"Python memory " "allocator called without holding the GIL\" crash in socket.setblocking." msgstr "" -"`Issue #28471 `__: Fix \"Python memory " -"allocator called without holding the GIL\" crash in socket.setblocking." +"`bpo-28471 `__: Fix \"Python memory allocator " +"called without holding the GIL\" crash in socket.setblocking." #: ../../../Misc/NEWS:666 ../../../Misc/NEWS:3768 msgid "" @@ -1783,86 +1779,77 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:711 -#, fuzzy msgid "" "`bpo-18219 `__: Optimize csv.DictWriter " "for large number of columns. Patch by Mariatta Wijaya." msgstr "" -"`Issue #18219 `__: Optimize csv.DictWriter " -"for large number of columns. Patch by Mariatta Wijaya." +"`bpo-18219 `__: Optimize csv.DictWriter for " +"large number of columns. Patch by Mariatta Wijaya." #: ../../../Misc/NEWS:714 -#, fuzzy msgid "" "`bpo-28448 `__: Fix C implemented " "asyncio.Future didn't work on Windows." msgstr "" -"`Issue #28448 `__: Fix C implemented asyncio." +"`bpo-28448 `__: Fix C implemented asyncio." "Future didn't work on Windows." #: ../../../Misc/NEWS:716 -#, fuzzy msgid "" "`bpo-28480 `__: Fix error building " "socket module when multithreading is disabled." msgstr "" -"`Issue #28480 `__: Fix error building socket " +"`bpo-28480 `__: Fix error building socket " "module when multithreading is disabled." #: ../../../Misc/NEWS:719 ../../../Misc/NEWS:3798 -#, fuzzy msgid "" "`bpo-24452 `__: Make webbrowser support " "Chrome on Mac OS X." msgstr "" -"`Issue #24452 `__: Make webbrowser support " +"`bpo-24452 `__: Make webbrowser support " "Chrome on Mac OS X." #: ../../../Misc/NEWS:721 ../../../Misc/NEWS:3800 -#, fuzzy msgid "" "`bpo-20766 `__: Fix references leaked by " "pdb in the handling of SIGINT handlers." msgstr "" -"`Issue #20766 `__: Fix references leaked by " -"pdb in the handling of SIGINT handlers." +"`bpo-20766 `__: Fix references leaked by pdb " +"in the handling of SIGINT handlers." #: ../../../Misc/NEWS:724 -#, fuzzy msgid "" "`bpo-28492 `__: Fix how StopIteration " "exception is raised in _asyncio.Future." msgstr "" -"`Issue #28492 `__: Fix how StopIteration " +"`bpo-28492 `__: Fix how StopIteration " "exception is raised in _asyncio.Future." #: ../../../Misc/NEWS:726 -#, fuzzy msgid "" "`bpo-28500 `__: Fix asyncio to handle " "async gens GC from another thread." msgstr "" -"`Issue #28500 `__: Fix asyncio to handle " -"async gens GC from another thread." +"`bpo-28500 `__: Fix asyncio to handle async " +"gens GC from another thread." #: ../../../Misc/NEWS:728 ../../../Misc/NEWS:4084 -#, fuzzy msgid "" "`bpo-26923 `__: Fix asyncio.Gather to " "refuse being cancelled once all children are done. Patch by Johannes Ebke." msgstr "" -"`Issue #26923 `__: Fix asyncio.Gather to " -"refuse being cancelled once all children are done. Patch by Johannes Ebke." +"`bpo-26923 `__: Fix asyncio.Gather to refuse " +"being cancelled once all children are done. Patch by Johannes Ebke." #: ../../../Misc/NEWS:732 ../../../Misc/NEWS:4088 -#, fuzzy msgid "" "`bpo-26796 `__: Don't configure the " "number of workers for default threadpool executor. Initial patch by Hans " "Lawrenz." msgstr "" -"`Issue #26796 `__: Don't configure the number " -"of workers for default threadpool executor. Initial patch by Hans Lawrenz." +"`bpo-26796 `__: Don't configure the number of " +"workers for default threadpool executor. Initial patch by Hans Lawrenz." #: ../../../Misc/NEWS:736 #, fuzzy @@ -1892,13 +1879,12 @@ msgstr "" "modules for cross builds. Patch by Xavier de Gaye." #: ../../../Misc/NEWS:748 -#, fuzzy msgid "" "`bpo-28208 `__: Update Windows build and " "OS X installers to use SQLite 3.14.2." msgstr "" -"`Issue #28208 `__: Update Windows build to " -"use SQLite 3.14.2.0." +"`bpo-28208 `__: Update Windows build to use " +"SQLite 3.14.2.0." #: ../../../Misc/NEWS:750 ../../../Misc/NEWS:4215 #, fuzzy @@ -1910,22 +1896,20 @@ msgstr "" "OS X 10.5 installer to use OpenSSL 1.0.2d." #: ../../../Misc/NEWS:755 -#, fuzzy msgid "" "`bpo-26944 `__: Fix test_posix for " "Android where 'id -G' is entirely wrong or missing the effective gid." msgstr "" -"`Issue #26944 `__: Fix test_posix for Android " +"`bpo-26944 `__: Fix test_posix for Android " "where 'id -G' is entirely wrong or missing the effective gid." #: ../../../Misc/NEWS:758 ../../../Misc/NEWS:4165 -#, fuzzy msgid "" "`bpo-28409 `__: regrtest: fix the parser " "of command line arguments." msgstr "" -"`Issue #28409 `__: regrtest: fix the parser " -"of command line arguments." +"`bpo-28409 `__: regrtest: fix the parser of " +"command line arguments." #: ../../../Misc/NEWS:762 msgid "Python 3.6.0 beta 2" @@ -1936,182 +1920,163 @@ msgid "*Release date: 2016-10-10*" msgstr "" #: ../../../Misc/NEWS:769 -#, fuzzy msgid "" "`bpo-28183 `__: Optimize and cleanup " "dict iteration." msgstr "" -"`Issue #28183 `__: Optimize and cleanup dict " +"`bpo-28183 `__: Optimize and cleanup dict " "iteration." #: ../../../Misc/NEWS:771 -#, fuzzy msgid "" "`bpo-26081 `__: Added C implementation " "of asyncio.Future. Original patch by Yury Selivanov." msgstr "" -"`Issue #26081 `__: Added C implementation of " +"`bpo-26081 `__: Added C implementation of " "asyncio.Future. Original patch by Yury Selivanov." #: ../../../Misc/NEWS:774 ../../../Misc/NEWS:3619 -#, fuzzy msgid "" "`bpo-28379 `__: Added sanity checks and " "tests for PyUnicode_CopyCharacters(). Patch by Xiang Zhang." msgstr "" -"`Issue #28379 `__: Added sanity checks and " -"tests for PyUnicode_CopyCharacters(). Patch by Xiang Zhang." +"`bpo-28379 `__: Added sanity checks and tests " +"for PyUnicode_CopyCharacters(). Patch by Xiang Zhang." #: ../../../Misc/NEWS:777 ../../../Misc/NEWS:3622 -#, fuzzy msgid "" "`bpo-28376 `__: The type of long range " "iterator is now registered as Iterator. Patch by Oren Milman." msgstr "" -"`Issue #28376 `__: The type of long range " +"`bpo-28376 `__: The type of long range " "iterator is now registered as Iterator. Patch by Oren Milman." #: ../../../Misc/NEWS:780 -#, fuzzy msgid "" "`bpo-28376 `__: Creating instances of " "range_iterator by calling range_iterator type now is deprecated. Patch by " "Oren Milman." msgstr "" -"`Issue #28376 `__: Creating instances of " +"`bpo-28376 `__: Creating instances of " "range_iterator by calling range_iterator type now is deprecated. Patch by " "Oren Milman." #: ../../../Misc/NEWS:783 ../../../Misc/NEWS:3625 -#, fuzzy msgid "" "`bpo-28376 `__: The constructor of " "range_iterator now checks that step is not 0. Patch by Oren Milman." msgstr "" -"`Issue #28376 `__: The constructor of " +"`bpo-28376 `__: The constructor of " "range_iterator now checks that step is not 0. Patch by Oren Milman." #: ../../../Misc/NEWS:786 ../../../Misc/NEWS:3628 -#, fuzzy msgid "" "`bpo-26906 `__: Resolving special " "methods of uninitialized type now causes implicit initialization of the type " "instead of a fail." msgstr "" -"`Issue #26906 `__: Resolving special methods " -"of uninitialized type now causes implicit initialization of the type instead " -"of a fail." +"`bpo-26906 `__: Resolving special methods of " +"uninitialized type now causes implicit initialization of the type instead of " +"a fail." #: ../../../Misc/NEWS:789 ../../../Misc/NEWS:3631 -#, fuzzy msgid "" "`bpo-18287 `__: PyType_Ready() now " "checks that tp_name is not NULL. Original patch by Niklas Koep." msgstr "" -"`Issue #18287 `__: PyType_Ready() now checks " +"`bpo-18287 `__: PyType_Ready() now checks " "that tp_name is not NULL. Original patch by Niklas Koep." #: ../../../Misc/NEWS:792 ../../../Misc/NEWS:3634 -#, fuzzy msgid "" "`bpo-24098 `__: Fixed possible crash " "when AST is changed in process of compiling it." msgstr "" -"`Issue #24098 `__: Fixed possible crash when " -"AST is changed in process of compiling it." +"`bpo-24098 `__: Fixed possible crash when AST " +"is changed in process of compiling it." #: ../../../Misc/NEWS:795 -#, fuzzy msgid "" "`bpo-28201 `__: Dict reduces possibility " "of 2nd conflict in hash table when hashes have same lower bits." msgstr "" -"`Issue #28201 `__: Dict reduces possibility " -"of 2nd conflict in hash table when hashes have same lower bits." +"`bpo-28201 `__: Dict reduces possibility of " +"2nd conflict in hash table when hashes have same lower bits." #: ../../../Misc/NEWS:798 ../../../Misc/NEWS:3637 -#, fuzzy msgid "" "`bpo-28350 `__: String constants with " "null character no longer interned." msgstr "" -"`Issue #28350 `__: String constants with null " +"`bpo-28350 `__: String constants with null " "character no longer interned." #: ../../../Misc/NEWS:800 ../../../Misc/NEWS:3639 -#, fuzzy msgid "" "`bpo-26617 `__: Fix crash when GC runs " "during weakref callbacks." msgstr "" -"`Issue #26617 `__: Fix crash when GC runs " -"during weakref callbacks." +"`bpo-26617 `__: Fix crash when GC runs during " +"weakref callbacks." #: ../../../Misc/NEWS:802 ../../../Misc/NEWS:3641 -#, fuzzy msgid "" "`bpo-27942 `__: String constants now " "interned recursively in tuples and frozensets." msgstr "" -"`Issue #27942 `__: String constants now " -"interned recursively in tuples and frozensets." +"`bpo-27942 `__: String constants now interned " +"recursively in tuples and frozensets." #: ../../../Misc/NEWS:804 ../../../Misc/NEWS:3643 -#, fuzzy msgid "" "`bpo-21578 `__: Fixed misleading error " "message when ImportError called with invalid keyword args." msgstr "" -"`Issue #21578 `__: Fixed misleading error " +"`bpo-21578 `__: Fixed misleading error " "message when ImportError called with invalid keyword args." #: ../../../Misc/NEWS:807 -#, fuzzy msgid "" "`bpo-28203 `__: Fix incorrect type in " "complex(1.0, {2:3}) error message. Patch by Soumya Sharma." msgstr "" -"`Issue #28203 `__: Fix incorrect type in " +"`bpo-28203 `__: Fix incorrect type in " "complex(1.0, {2:3}) error message. Patch by Soumya Sharma." #: ../../../Misc/NEWS:810 -#, fuzzy msgid "" "`bpo-28086 `__: Single var-positional " "argument of tuple subtype was passed unscathed to the C-defined function. " "Now it is converted to exact tuple." msgstr "" -"`Issue #28086 `__: Single var-positional " +"`bpo-28086 `__: Single var-positional " "argument of tuple subtype was passed unscathed to the C-defined function. " "Now it is converted to exact tuple." #: ../../../Misc/NEWS:813 -#, fuzzy msgid "" "`bpo-28214 `__: Now __set_name__ is " "looked up on the class instead of the instance." msgstr "" -"`Issue #28214 `__: Now __set_name__ is looked " -"up on the class instead of the instance." +"`bpo-28214 `__: Now __set_name__ is looked up " +"on the class instead of the instance." #: ../../../Misc/NEWS:816 ../../../Misc/NEWS:3649 -#, fuzzy msgid "" "`bpo-27955 `__: Fallback on reading /dev/" "urandom device when the getrandom() syscall fails with EPERM, for example " "when blocked by SECCOMP." msgstr "" -"`Issue #27955 `__: Fallback on reading /dev/" +"`bpo-27955 `__: Fallback on reading /dev/" "urandom device when the getrandom() syscall fails with EPERM, for example " "when blocked by SECCOMP." #: ../../../Misc/NEWS:819 -#, fuzzy msgid "" "`bpo-28192 `__: Don't import readline in " "isolated mode." msgstr "" -"`Issue #28192 `__: Don't import readline in " +"`bpo-28192 `__: Don't import readline in " "isolated mode." #: ../../../Misc/NEWS:821 @@ -2119,199 +2084,177 @@ msgid "Upgrade internal unicode databases to Unicode version 9.0.0." msgstr "" #: ../../../Misc/NEWS:823 ../../../Misc/NEWS:3652 -#, fuzzy msgid "" "`bpo-28131 `__: Fix a regression in " "zipimport's compile_source(). zipimport should use the same optimization " "level as the interpreter." msgstr "" -"`Issue #28131 `__: Fix a regression in " +"`bpo-28131 `__: Fix a regression in " "zipimport's compile_source(). zipimport should use the same optimization " "level as the interpreter." #: ../../../Misc/NEWS:826 -#, fuzzy msgid "" "`bpo-28126 `__: Replace Py_MEMCPY with " "memcpy(). Visual Studio can properly optimize memcpy()." msgstr "" -"`Issue #28126 `__: Replace Py_MEMCPY with " +"`bpo-28126 `__: Replace Py_MEMCPY with " "memcpy(). Visual Studio can properly optimize memcpy()." #: ../../../Misc/NEWS:829 -#, fuzzy msgid "" "`bpo-28120 `__: Fix dict.pop() for " "splitted dictionary when trying to remove a \"pending key\" (Not yet " "inserted in split-table). Patch by Xiang Zhang." msgstr "" -"`Issue #28120 `__: Fix dict.pop() for " -"splitted dictionary when trying to remove a \"pending key\" (Not yet " -"inserted in split-table). Patch by Xiang Zhang." +"`bpo-28120 `__: Fix dict.pop() for splitted " +"dictionary when trying to remove a \"pending key\" (Not yet inserted in " +"split-table). Patch by Xiang Zhang." #: ../../../Misc/NEWS:832 -#, fuzzy msgid "" "`bpo-26182 `__: Raise DeprecationWarning " "when async and await keywords are used as variable/attribute/class/function " "name." msgstr "" -"`Issue #26182 `__: Raise DeprecationWarning " -"when async and await keywords are used as variable/attribute/class/function " -"name." +"`bpo-26182 `__: Raise DeprecationWarning when " +"async and await keywords are used as variable/attribute/class/function name." #: ../../../Misc/NEWS:838 -#, fuzzy msgid "" "`bpo-27998 `__: Fixed bytes path support " "in os.scandir() on Windows. Patch by Eryk Sun." msgstr "" -"`Issue #27998 `__: Fixed bytes path support " -"in os.scandir() on Windows. Patch by Eryk Sun." +"`bpo-27998 `__: Fixed bytes path support in " +"os.scandir() on Windows. Patch by Eryk Sun." #: ../../../Misc/NEWS:841 -#, fuzzy msgid "" "`bpo-28317 `__: The disassembler now " "decodes FORMAT_VALUE argument." msgstr "" -"`Issue #28317 `__: The disassembler now " -"decodes FORMAT_VALUE argument." +"`bpo-28317 `__: The disassembler now decodes " +"FORMAT_VALUE argument." #: ../../../Misc/NEWS:843 ../../../Misc/NEWS:3803 -#, fuzzy msgid "" "`bpo-26293 `__: Fixed writing ZIP files " "that starts not from the start of the file. Offsets in ZIP file now are " "relative to the start of the archive in conforming to the specification." msgstr "" -"`Issue #26293 `__: Fixed writing ZIP files " -"that starts not from the start of the file. Offsets in ZIP file now are " -"relative to the start of the archive in conforming to the specification." +"`bpo-26293 `__: Fixed writing ZIP files that " +"starts not from the start of the file. Offsets in ZIP file now are relative " +"to the start of the archive in conforming to the specification." #: ../../../Misc/NEWS:847 -#, fuzzy msgid "" "`bpo-28380 `__: unittest.mock Mock " "autospec functions now properly support assert_called, assert_not_called, " "and assert_called_once." msgstr "" -"`Issue #28380 `__: unittest.mock Mock " -"autospec functions now properly support assert_called, assert_not_called, " -"and assert_called_once." +"`bpo-28380 `__: unittest.mock Mock autospec " +"functions now properly support assert_called, assert_not_called, and " +"assert_called_once." #: ../../../Misc/NEWS:850 -#, fuzzy msgid "" "`bpo-27181 `__ remove statistics." "geometric_mean and defer until 3.7." msgstr "" -"`Issue #27181 `__ remove statistics." +"`bpo-27181 `__ remove statistics." "geometric_mean and defer until 3.7." #: ../../../Misc/NEWS:852 -#, fuzzy msgid "" "`bpo-28229 `__: lzma module now supports " "pathlib." msgstr "" -"`Issue #28229 `__: lzma module now supports " +"`bpo-28229 `__: lzma module now supports " "pathlib." #: ../../../Misc/NEWS:854 ../../../Misc/NEWS:3807 -#, fuzzy msgid "" "`bpo-28321 `__: Fixed writing non-BMP " "characters with binary format in plistlib." msgstr "" -"`Issue #28321 `__: Fixed writing non-BMP " +"`bpo-28321 `__: Fixed writing non-BMP " "characters with binary format in plistlib." #: ../../../Misc/NEWS:856 -#, fuzzy msgid "" "`bpo-28225 `__: bz2 module now supports " "pathlib. Initial patch by Ethan Furman." msgstr "" -"`Issue #28225 `__: bz2 module now supports " +"`bpo-28225 `__: bz2 module now supports " "pathlib. Initial patch by Ethan Furman." #: ../../../Misc/NEWS:858 -#, fuzzy msgid "" "`bpo-28227 `__: gzip now supports " "pathlib. Patch by Ethan Furman." msgstr "" -"`Issue #28227 `__: gzip now supports " -"pathlib. Patch by Ethan Furman." +"`bpo-28227 `__: gzip now supports pathlib. " +"Patch by Ethan Furman." #: ../../../Misc/NEWS:860 -#, fuzzy msgid "" "`bpo-27358 `__: Optimized merging var-" "keyword arguments and improved error message when passing a non-mapping as a " "var-keyword argument." msgstr "" -"`Issue #27358 `__: Optimized merging var-" -"keyword arguments and improved error message when pass a non-mapping as a " -"var-keyword argument." +"`bpo-27358 `__: Optimized merging var-keyword " +"arguments and improved error message when pass a non-mapping as a var-" +"keyword argument." #: ../../../Misc/NEWS:863 -#, fuzzy msgid "" "`bpo-28257 `__: Improved error message " "when passing a non-iterable as a var-positional argument. Added opcode " "BUILD_TUPLE_UNPACK_WITH_CALL." msgstr "" -"`Issue #28257 `__: Improved error message " -"when pass a non-iterable as a var-positional argument. Added opcode " +"`bpo-28257 `__: Improved error message when " +"pass a non-iterable as a var-positional argument. Added opcode " "BUILD_TUPLE_UNPACK_WITH_CALL." #: ../../../Misc/NEWS:866 ../../../Misc/NEWS:3809 -#, fuzzy msgid "" "`bpo-28322 `__: Fixed possible crashes " "when unpickle itertools objects from incorrect pickle data. Based on patch " "by John Leitch." msgstr "" -"`Issue #28322 `__: Fixed possible crashes " -"when unpickle itertools objects from incorrect pickle data. Based on patch " -"by John Leitch." +"`bpo-28322 `__: Fixed possible crashes when " +"unpickle itertools objects from incorrect pickle data. Based on patch by " +"John Leitch." #: ../../../Misc/NEWS:869 -#, fuzzy msgid "" "`bpo-28228 `__: imghdr now supports " "pathlib." msgstr "" -"`Issue #28228 `__: imghdr now supports " -"pathlib." +"`bpo-28228 `__: imghdr now supports pathlib." #: ../../../Misc/NEWS:871 -#, fuzzy msgid "" "`bpo-28226 `__: compileall now supports " "pathlib." msgstr "" -"`Issue #28226 `__: compileall now supports " +"`bpo-28226 `__: compileall now supports " "pathlib." #: ../../../Misc/NEWS:873 -#, fuzzy msgid "" "`bpo-28314 `__: Fix function declaration " "(C flags) for the getiterator() method of xml.etree.ElementTree.Element." msgstr "" -"`Issue #28314 `__: Fix function declaration " -"(C flags) for the getiterator() method of xml.etree.ElementTree.Element." +"`bpo-28314 `__: Fix function declaration (C " +"flags) for the getiterator() method of xml.etree.ElementTree.Element." #: ../../../Misc/NEWS:876 -#, fuzzy msgid "" "`bpo-28148 `__: Stop using localtime() " "and gmtime() in the time module." msgstr "" -"`Issue #28148 `__: Stop using localtime() and " +"`bpo-28148 `__: Stop using localtime() and " "gmtime() in the time module." #: ../../../Misc/NEWS:879 @@ -2321,13 +2264,12 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:883 ../../../Misc/NEWS:3818 -#, fuzzy msgid "" "`bpo-28253 `__: Fixed calendar functions " "for extreme months: 0001-01 and 9999-12." msgstr "" -"`Issue #28253 `__: Fixed calendar functions " -"for extreme months: 0001-01 and 9999-12." +"`bpo-28253 `__: Fixed calendar functions for " +"extreme months: 0001-01 and 9999-12." #: ../../../Misc/NEWS:886 ../../../Misc/NEWS:3821 msgid "" @@ -2336,116 +2278,105 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:890 ../../../Misc/NEWS:3825 -#, fuzzy msgid "" "`bpo-28275 `__: Fixed possible use after " "free in the decompress() methods of the LZMADecompressor and BZ2Decompressor " "classes. Original patch by John Leitch." msgstr "" -"`Issue #28275 `__: Fixed possible use after " -"free in the decompress() methods of the LZMADecompressor and BZ2Decompressor " +"`bpo-28275 `__: Fixed possible use after free " +"in the decompress() methods of the LZMADecompressor and BZ2Decompressor " "classes. Original patch by John Leitch." #: ../../../Misc/NEWS:894 ../../../Misc/NEWS:3829 -#, fuzzy msgid "" "`bpo-27897 `__: Fixed possible crash in " "sqlite3.Connection.create_collation() if pass invalid string-like object as " "a name. Patch by Xiang Zhang." msgstr "" -"`Issue #27897 `__: Fixed possible crash in " +"`bpo-27897 `__: Fixed possible crash in " "sqlite3.Connection.create_collation() if pass invalid string-like object as " "a name. Patch by Xiang Zhang." #: ../../../Misc/NEWS:897 -#, fuzzy msgid "" "`bpo-18844 `__: random.choices() now has " "k as a keyword-only argument to improve the readability of common cases and " "come into line with the signature used in other languages." msgstr "" -"`Issue #18844 `__: random.choices() now has k " -"as a keyword-only argument to improve the readability of common cases and " -"the come into line with the signature used in other languages." +"`bpo-18844 `__: random.choices() now has k as " +"a keyword-only argument to improve the readability of common cases and the " +"come into line with the signature used in other languages." #: ../../../Misc/NEWS:901 ../../../Misc/NEWS:3832 -#, fuzzy msgid "" "`bpo-18893 `__: Fix invalid exception " "handling in Lib/ctypes/macholib/dyld.py. Patch by Madison May." msgstr "" -"`Issue #18893 `__: Fix invalid exception " +"`bpo-18893 `__: Fix invalid exception " "handling in Lib/ctypes/macholib/dyld.py. Patch by Madison May." #: ../../../Misc/NEWS:904 -#, fuzzy msgid "" "`bpo-27611 `__: Fixed support of default " "root window in the tkinter.tix module. Added the master parameter in the " "DisplayStyle constructor." msgstr "" -"`Issue #27611 `__: Fixed support of default " -"root window in the tkinter.tix module. Added the master parameter in the " +"`bpo-27611 `__: Fixed support of default root " +"window in the tkinter.tix module. Added the master parameter in the " "DisplayStyle constructor." #: ../../../Misc/NEWS:907 ../../../Misc/NEWS:3837 -#, fuzzy msgid "" "`bpo-27348 `__: In the traceback module, " "restore the formatting of exception messages like \"Exception: None\". This " "fixes a regression introduced in 3.5a2." msgstr "" -"`Issue #27348 `__: In the traceback module, " +"`bpo-27348 `__: In the traceback module, " "restore the formatting of exception messages like \"Exception: None\". This " "fixes a regression introduced in 3.5a2." #: ../../../Misc/NEWS:911 ../../../Misc/NEWS:3841 -#, fuzzy msgid "" "`bpo-25651 `__: Allow falsy values to be " "used for msg parameter of subTest()." msgstr "" -"`Issue #25651 `__: Allow falsy values to be " -"used for msg parameter of subTest()." +"`bpo-25651 `__: Allow falsy values to be used " +"for msg parameter of subTest()." #: ../../../Misc/NEWS:913 -#, fuzzy msgid "" "`bpo-27778 `__: Fix a memory leak in os." "getrandom() when the getrandom() is interrupted by a signal and a signal " "handler raises a Python exception." msgstr "" -"`Issue #27778 `__: Fix a memory leak in os." +"`bpo-27778 `__: Fix a memory leak in os." "getrandom() when the getrandom() is interrupted by a signal and a signal " "handler raises a Python exception." #: ../../../Misc/NEWS:916 -#, fuzzy msgid "" "`bpo-28200 `__: Fix memory leak on " "Windows in the os module (fix path_converter() function)." msgstr "" -"`Issue #28200 `__: Fix memory leak on Windows " -"in the os module (fix path_converter() function)." +"`bpo-28200 `__: Fix memory leak on Windows in " +"the os module (fix path_converter() function)." #: ../../../Misc/NEWS:919 -#, fuzzy msgid "" "`bpo-25400 `__: RobotFileParser now " "correctly returns default values for crawl_delay and request_rate. Initial " "patch by Peter Wirtz." msgstr "" -"`Issue #25400 `__: RobotFileParser now " -"correctly returns default values for crawl_delay and request_rate. Initial " -"patch by Peter Wirtz." +"`bpo-25400 `__: RobotFileParser now correctly " +"returns default values for crawl_delay and request_rate. Initial patch by " +"Peter Wirtz." #: ../../../Misc/NEWS:922 ../../../Misc/NEWS:3843 -#, fuzzy msgid "" "`bpo-27932 `__: Prevent memory leak in " "win32_ver()." msgstr "" -"`Issue #27932 `__: Prevent memory leak in " +"`bpo-27932 `__: Prevent memory leak in " "win32_ver()." #: ../../../Misc/NEWS:924 ../../../Misc/NEWS:3845 @@ -2453,279 +2384,247 @@ msgid "Fix UnboundLocalError in socket._sendfile_use_sendfile." msgstr "" #: ../../../Misc/NEWS:926 ../../../Misc/NEWS:3847 -#, fuzzy msgid "" "`bpo-28075 `__: Check for " "ERROR_ACCESS_DENIED in Windows implementation of os.stat(). Patch by Eryk " "Sun." msgstr "" -"`Issue #28075 `__: Check for " -"ERROR_ACCESS_DENIED in Windows implementation of os.stat(). Patch by Eryk " -"Sun." +"`bpo-28075 `__: Check for ERROR_ACCESS_DENIED " +"in Windows implementation of os.stat(). Patch by Eryk Sun." #: ../../../Misc/NEWS:929 -#, fuzzy msgid "" "`bpo-22493 `__: Warning message emitted " "by using inline flags in the middle of regular expression now contains a " "(truncated) regex pattern. Patch by Tim Graham." msgstr "" -"`Issue #22493 `__: Warning message emitted by " +"`bpo-22493 `__: Warning message emitted by " "using inline flags in the middle of regular expression now contains a " "(truncated) regex pattern. Patch by Tim Graham." #: ../../../Misc/NEWS:933 ../../../Misc/NEWS:3850 -#, fuzzy msgid "" "`bpo-25270 `__: Prevent codecs." "escape_encode() from raising SystemError when an empty bytestring is passed." msgstr "" -"`Issue #25270 `__: Prevent codecs." +"`bpo-25270 `__: Prevent codecs." "escape_encode() from raising SystemError when an empty bytestring is passed." #: ../../../Misc/NEWS:936 ../../../Misc/NEWS:3853 -#, fuzzy msgid "" "`bpo-28181 `__: Get antigravity over " "HTTPS. Patch by Kaartic Sivaraam." msgstr "" -"`Issue #28181 `__: Get antigravity over " -"HTTPS. Patch by Kaartic Sivaraam." +"`bpo-28181 `__: Get antigravity over HTTPS. " +"Patch by Kaartic Sivaraam." #: ../../../Misc/NEWS:938 ../../../Misc/NEWS:3855 -#, fuzzy msgid "" "`bpo-25895 `__: Enable WebSocket URL " "schemes in urllib.parse.urljoin. Patch by Gergely Imreh and Markus " "Holtermann." msgstr "" -"`Issue #25895 `__: Enable WebSocket URL " -"schemes in urllib.parse.urljoin. Patch by Gergely Imreh and Markus " -"Holtermann." +"`bpo-25895 `__: Enable WebSocket URL schemes " +"in urllib.parse.urljoin. Patch by Gergely Imreh and Markus Holtermann." #: ../../../Misc/NEWS:941 -#, fuzzy msgid "" "`bpo-28114 `__: Fix a crash in " "parse_envlist() when env contains byte strings. Patch by Eryk Sun." msgstr "" -"`Issue #28114 `__: Fix a crash in " +"`bpo-28114 `__: Fix a crash in " "parse_envlist() when env contains byte strings. Patch by Eryk Sun." #: ../../../Misc/NEWS:944 ../../../Misc/NEWS:3858 -#, fuzzy msgid "" "`bpo-27599 `__: Fixed buffer overrun in " "binascii.b2a_qp() and binascii.a2b_qp()." msgstr "" -"`Issue #27599 `__: Fixed buffer overrun in " +"`bpo-27599 `__: Fixed buffer overrun in " "binascii.b2a_qp() and binascii.a2b_qp()." #: ../../../Misc/NEWS:946 ../../../Misc/NEWS:4048 -#, fuzzy msgid "" "`bpo-27906 `__: Fix socket accept " "exhaustion during high TCP traffic. Patch by Kevin Conway." msgstr "" -"`Issue #27906 `__: Fix socket accept " -"exhaustion during high TCP traffic. Patch by Kevin Conway." +"`bpo-27906 `__: Fix socket accept exhaustion " +"during high TCP traffic. Patch by Kevin Conway." #: ../../../Misc/NEWS:949 ../../../Misc/NEWS:4051 -#, fuzzy msgid "" "`bpo-28174 `__: Handle when SO_REUSEPORT " "isn't properly supported. Patch by Seth Michael Larson." msgstr "" -"`Issue #28174 `__: Handle when SO_REUSEPORT " +"`bpo-28174 `__: Handle when SO_REUSEPORT " "isn't properly supported. Patch by Seth Michael Larson." #: ../../../Misc/NEWS:952 ../../../Misc/NEWS:4054 -#, fuzzy msgid "" "`bpo-26654 `__: Inspect functools." "partial in asyncio.Handle.__repr__. Patch by iceboy." msgstr "" -"`Issue #26654 `__: Inspect functools.partial " -"in asyncio.Handle.__repr__. Patch by iceboy." +"`bpo-26654 `__: Inspect functools.partial in " +"asyncio.Handle.__repr__. Patch by iceboy." #: ../../../Misc/NEWS:955 ../../../Misc/NEWS:4057 -#, fuzzy msgid "" "`bpo-26909 `__: Fix slow pipes IO in " "asyncio. Patch by INADA Naoki." msgstr "" -"`Issue #26909 `__: Fix slow pipes IO in " -"asyncio. Patch by INADA Naoki." +"`bpo-26909 `__: Fix slow pipes IO in asyncio. " +"Patch by INADA Naoki." #: ../../../Misc/NEWS:958 ../../../Misc/NEWS:4060 -#, fuzzy msgid "" "`bpo-28176 `__: Fix callbacks race in " "asyncio.SelectorLoop.sock_connect." msgstr "" -"`Issue #28176 `__: Fix callbacks race in " -"asyncio.SelectorLoop.sock_connect." +"`bpo-28176 `__: Fix callbacks race in asyncio." +"SelectorLoop.sock_connect." #: ../../../Misc/NEWS:960 ../../../Misc/NEWS:4062 -#, fuzzy msgid "" "`bpo-27759 `__: Fix selectors " "incorrectly retain invalid file descriptors. Patch by Mark Williams." msgstr "" -"`Issue #27759 `__: Fix selectors incorrectly " +"`bpo-27759 `__: Fix selectors incorrectly " "retain invalid file descriptors. Patch by Mark Williams." #: ../../../Misc/NEWS:963 ../../../Misc/NEWS:4065 -#, fuzzy msgid "" "`bpo-28368 `__: Refuse monitoring " "processes if the child watcher has no loop attached. Patch by Vincent Michel." msgstr "" -"`Issue #28368 `__: Refuse monitoring " -"processes if the child watcher has no loop attached. Patch by Vincent Michel." +"`bpo-28368 `__: Refuse monitoring processes " +"if the child watcher has no loop attached. Patch by Vincent Michel." #: ../../../Misc/NEWS:967 ../../../Misc/NEWS:4069 -#, fuzzy msgid "" "`bpo-28369 `__: Raise RuntimeError when " "transport's FD is used with add_reader, add_writer, etc." msgstr "" -"`Issue #28369 `__: Raise RuntimeError when " +"`bpo-28369 `__: Raise RuntimeError when " "transport's FD is used with add_reader, add_writer, etc." #: ../../../Misc/NEWS:970 ../../../Misc/NEWS:4072 -#, fuzzy msgid "" "`bpo-28370 `__: Speedup asyncio." "StreamReader.readexactly. Patch by Коренберг Марк." msgstr "" -"`Issue #28370 `__: Speedup asyncio." -"StreamReader.readexactly. Patch by Коренберг Марк." +"`bpo-28370 `__: Speedup asyncio.StreamReader." +"readexactly. Patch by Коренберг Марк." #: ../../../Misc/NEWS:973 ../../../Misc/NEWS:4075 -#, fuzzy msgid "" "`bpo-28371 `__: Deprecate passing " "asyncio.Handles to run_in_executor." msgstr "" -"`Issue #28371 `__: Deprecate passing asyncio." +"`bpo-28371 `__: Deprecate passing asyncio." "Handles to run_in_executor." #: ../../../Misc/NEWS:975 ../../../Misc/NEWS:4077 -#, fuzzy msgid "" "`bpo-28372 `__: Fix asyncio to support " "formatting of non-python coroutines." msgstr "" -"`Issue #28372 `__: Fix asyncio to support " +"`bpo-28372 `__: Fix asyncio to support " "formatting of non-python coroutines." #: ../../../Misc/NEWS:977 ../../../Misc/NEWS:4079 -#, fuzzy msgid "" "`bpo-28399 `__: Remove UNIX socket from " "FS before binding. Patch by Коренберг Марк." msgstr "" -"`Issue #28399 `__: Remove UNIX socket from FS " +"`bpo-28399 `__: Remove UNIX socket from FS " "before binding. Patch by Коренберг Марк." #: ../../../Misc/NEWS:980 ../../../Misc/NEWS:4082 -#, fuzzy msgid "" "`bpo-27972 `__: Prohibit Tasks to await " "on themselves." msgstr "" -"`Issue #27972 `__: Prohibit Tasks to await on " +"`bpo-27972 `__: Prohibit Tasks to await on " "themselves." #: ../../../Misc/NEWS:985 -#, fuzzy msgid "" "`bpo-28402 `__: Adds signed catalog " "files for stdlib on Windows." msgstr "" -"`Issue #28402 `__: Adds signed catalog files " -"for stdlib on Windows." +"`bpo-28402 `__: Adds signed catalog files for " +"stdlib on Windows." #: ../../../Misc/NEWS:987 -#, fuzzy msgid "" "`bpo-28333 `__: Enables Unicode for ps1/" "ps2 and input() prompts. (Patch by Eryk Sun)" msgstr "" -"`Issue #28333 `__: Enables Unicode for ps1/" -"ps2 and input() prompts. (Patch by Eryk Sun)" +"`bpo-28333 `__: Enables Unicode for ps1/ps2 " +"and input() prompts. (Patch by Eryk Sun)" #: ../../../Misc/NEWS:990 ../../../Misc/NEWS:4188 -#, fuzzy msgid "" "`bpo-28251 `__: Improvements to help " "manuals on Windows." msgstr "" -"`Issue #28251 `__: Improvements to help " -"manuals on Windows." +"`bpo-28251 `__: Improvements to help manuals " +"on Windows." #: ../../../Misc/NEWS:992 ../../../Misc/NEWS:4190 -#, fuzzy msgid "" "`bpo-28110 `__: launcher.msi has " "different product codes between 32-bit and 64-bit" msgstr "" -"`Issue #28110 `__: launcher.msi has different " +"`bpo-28110 `__: launcher.msi has different " "product codes between 32-bit and 64-bit" #: ../../../Misc/NEWS:995 -#, fuzzy msgid "" "`bpo-28161 `__: Opening CON for write " "access fails" msgstr "" -"`Issue #28161 `__: Opening CON for write " -"access fails" +"`bpo-28161 `__: Opening CON for write access " +"fails" #: ../../../Misc/NEWS:997 -#, fuzzy msgid "" "`bpo-28162 `__: WindowsConsoleIO " "readall() fails if first line starts with Ctrl+Z" msgstr "" -"`Issue #28162 `__: WindowsConsoleIO readall() " +"`bpo-28162 `__: WindowsConsoleIO readall() " "fails if first line starts with Ctrl+Z" #: ../../../Misc/NEWS:1000 -#, fuzzy msgid "" "`bpo-28163 `__: WindowsConsoleIO " "fileno() passes wrong flags to _open_osfhandle" msgstr "" -"`Issue #28163 `__: WindowsConsoleIO fileno() " +"`bpo-28163 `__: WindowsConsoleIO fileno() " "passes wrong flags to _open_osfhandle" #: ../../../Misc/NEWS:1003 -#, fuzzy msgid "" "`bpo-28164 `__: _PyIO_get_console_type " "fails for various paths" msgstr "" -"`Issue #28164 `__: _PyIO_get_console_type " -"fails for various paths" +"`bpo-28164 `__: _PyIO_get_console_type fails " +"for various paths" #: ../../../Misc/NEWS:1005 -#, fuzzy msgid "" "`bpo-28137 `__: Renames Windows path " "file to ._pth" msgstr "" -"`Issue #28137 `__: Renames Windows path file " -"to ._pth" +"`bpo-28137 `__: Renames Windows path file to ." +"_pth" #: ../../../Misc/NEWS:1007 -#, fuzzy msgid "" "`bpo-28138 `__: Windows ._pth file " "should allow import site" msgstr "" -"`Issue #28138 `__: Windows ._pth file should " +"`bpo-28138 `__: Windows ._pth file should " "allow import site" #: ../../../Misc/NEWS:1012 @@ -2736,42 +2635,38 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:1019 ../../../Misc/NEWS:4217 -#, fuzzy msgid "" "`bpo-28258 `__: Fixed build with " "Estonian locale (python-config and distclean targets in Makefile). Patch by " "Arfrever Frehtes Taifersar Arahesis." msgstr "" -"`Issue #28258 `__: Fixed build with Estonian " +"`bpo-28258 `__: Fixed build with Estonian " "locale (python-config and distclean targets in Makefile). Patch by Arfrever " "Frehtes Taifersar Arahesis." #: ../../../Misc/NEWS:1022 ../../../Misc/NEWS:4220 -#, fuzzy msgid "" "`bpo-26661 `__: setup.py now detects " "system libffi with multiarch wrapper." msgstr "" -"`Issue #26661 `__: setup.py now detects " -"system libffi with multiarch wrapper." +"`bpo-26661 `__: setup.py now detects system " +"libffi with multiarch wrapper." #: ../../../Misc/NEWS:1024 ../../../Misc/NEWS:4225 -#, fuzzy msgid "" "`bpo-15819 `__: Remove redundant include " "search directory option for building outside the source tree." msgstr "" -"`Issue #15819 `__: Remove redundant include " +"`bpo-15819 `__: Remove redundant include " "search directory option for building outside the source tree." #: ../../../Misc/NEWS:1030 -#, fuzzy msgid "" "`bpo-28217 `__: Adds _testconsole module " "to test console input." msgstr "" -"`Issue #28217 `__: Adds _testconsole module " -"to test console input." +"`bpo-28217 `__: Adds _testconsole module to " +"test console input." #: ../../../Misc/NEWS:1034 msgid "Python 3.6.0 beta 1" @@ -2782,7 +2677,6 @@ msgid "*Release date: 2016-09-12*" msgstr "" #: ../../../Misc/NEWS:1041 -#, fuzzy msgid "" "`bpo-23722 `__: The __class__ cell used " "by zero-argument super() is now initialized from type.__new__ rather than " @@ -2790,41 +2684,37 @@ msgid "" "when called from metaclass methods during class creation. Patch by Martin " "Teichmann." msgstr "" -"`Issue #23722 `__: The __class__ cell used by " +"`bpo-23722 `__: The __class__ cell used by " "zero-argument super() is now initialized from type.__new__ rather than " "__build_class__, so class methods relying on that will now work correctly " "when called from metaclass methods during class creation. Patch by Martin " "Teichmann." #: ../../../Misc/NEWS:1046 ../../../Misc/NEWS:3655 -#, fuzzy msgid "" "`bpo-25221 `__: Fix corrupted result " "from PyLong_FromLong(0) when Python is compiled with NSMALLPOSINTS = 0." msgstr "" -"`Issue #25221 `__: Fix corrupted result from " +"`bpo-25221 `__: Fix corrupted result from " "PyLong_FromLong(0) when Python is compiled with NSMALLPOSINTS = 0." #: ../../../Misc/NEWS:1049 -#, fuzzy msgid "" "`bpo-27080 `__: Implement formatting " "support for PEP 515. Initial patch by Chris Angelico." msgstr "" -"`Issue #27080 `__: Implement formatting " -"support for PEP 515. Initial patch by Chris Angelico." +"`bpo-27080 `__: Implement formatting support " +"for PEP 515. Initial patch by Chris Angelico." #: ../../../Misc/NEWS:1052 -#, fuzzy msgid "" "`bpo-27199 `__: In tarfile, expose " "copyfileobj bufsize to improve throughput. Patch by Jason Fried." msgstr "" -"`Issue #27199 `__: In tarfile, expose " +"`bpo-27199 `__: In tarfile, expose " "copyfileobj bufsize to improve throughput. Patch by Jason Fried." #: ../../../Misc/NEWS:1055 -#, fuzzy msgid "" "`bpo-27948 `__: In f-strings, only allow " "backslashes inside the braces (where the expressions are). This is a " @@ -2832,375 +2722,338 @@ msgid "" "anywhere in an f-string. Also, require that expressions inside f-strings be " "enclosed within literal braces, and not escapes like f'\\x7b\"hi\"\\x7d'." msgstr "" -"`Issue #27948 `__: In f-strings, only allow " +"`bpo-27948 `__: In f-strings, only allow " "backslashes inside the braces (where the expressions are). This is a " "breaking change from the 3.6 alpha releases, where backslashes are allowed " "anywhere in an f-string. Also, require that expressions inside f-strings be " "enclosed within literal braces, and not escapes like f'\\x7b\"hi\"\\x7d'." #: ../../../Misc/NEWS:1062 -#, fuzzy msgid "" "`bpo-28046 `__: Remove platform-specific " "directories from sys.path." msgstr "" -"`Issue #28046 `__: Remove platform-specific " +"`bpo-28046 `__: Remove platform-specific " "directories from sys.path." #: ../../../Misc/NEWS:1064 -#, fuzzy msgid "" "`bpo-28071 `__: Add early-out for " "differencing from an empty set." msgstr "" -"`Issue #28071 `__: Add early-out for " +"`bpo-28071 `__: Add early-out for " "differencing from an empty set." #: ../../../Misc/NEWS:1066 ../../../Misc/NEWS:3658 -#, fuzzy msgid "" "`bpo-25758 `__: Prevents zipimport from " "unnecessarily encoding a filename (patch by Eryk Sun)" msgstr "" -"`Issue #25758 `__: Prevents zipimport from " +"`bpo-25758 `__: Prevents zipimport from " "unnecessarily encoding a filename (patch by Eryk Sun)" #: ../../../Misc/NEWS:1069 -#, fuzzy msgid "" "`bpo-25856 `__: The __module__ attribute " "of extension classes and functions now is interned. This leads to more " "compact pickle data with protocol 4." msgstr "" -"`Issue #25856 `__: The __module__ attribute " -"of extension classes and functions now is interned. This leads to more " -"compact pickle data with protocol 4." +"`bpo-25856 `__: The __module__ attribute of " +"extension classes and functions now is interned. This leads to more compact " +"pickle data with protocol 4." #: ../../../Misc/NEWS:1072 -#, fuzzy msgid "" "`bpo-27213 `__: Rework CALL_FUNCTION* " "opcodes to produce shorter and more efficient bytecode. Patch by Demur " "Rumed, design by Serhiy Storchaka, reviewed by Serhiy Storchaka and Victor " "Stinner." msgstr "" -"`Issue #27213 `__: Rework CALL_FUNCTION* " -"opcodes to produce shorter and more efficient bytecode. Patch by Demur " -"Rumed, design by Serhiy Storchaka, reviewed by Serhiy Storchaka and Victor " -"Stinner." +"`bpo-27213 `__: Rework CALL_FUNCTION* opcodes " +"to produce shorter and more efficient bytecode. Patch by Demur Rumed, design " +"by Serhiy Storchaka, reviewed by Serhiy Storchaka and Victor Stinner." #: ../../../Misc/NEWS:1076 -#, fuzzy msgid "" "`bpo-26331 `__: Implement tokenizing " "support for PEP 515. Patch by Georg Brandl." msgstr "" -"`Issue #26331 `__: Implement tokenizing " -"support for PEP 515. Patch by Georg Brandl." +"`bpo-26331 `__: Implement tokenizing support " +"for PEP 515. Patch by Georg Brandl." #: ../../../Misc/NEWS:1078 -#, fuzzy msgid "" "`bpo-27999 `__: Make \"global after use" "\" a SyntaxError, and ditto for nonlocal. Patch by Ivan Levkivskyi." msgstr "" -"`Issue #27999 `__: Make \"global after use\" " -"a SyntaxError, and ditto for nonlocal. Patch by Ivan Levkivskyi." +"`bpo-27999 `__: Make \"global after use\" a " +"SyntaxError, and ditto for nonlocal. Patch by Ivan Levkivskyi." #: ../../../Misc/NEWS:1081 -#, fuzzy msgid "" "`bpo-28003 `__: Implement PEP 525 -- " "Asynchronous Generators." msgstr "" -"`Issue #28003 `__: Implement PEP 525 -- " +"`bpo-28003 `__: Implement PEP 525 -- " "Asynchronous Generators." #: ../../../Misc/NEWS:1083 -#, fuzzy msgid "" "`bpo-27985 `__: Implement PEP 526 -- " "Syntax for Variable Annotations. Patch by Ivan Levkivskyi." msgstr "" -"`Issue #27985 `__: Implement PEP 526 -- " -"Syntax for Variable Annotations. Patch by Ivan Levkivskyi." +"`bpo-27985 `__: Implement PEP 526 -- Syntax " +"for Variable Annotations. Patch by Ivan Levkivskyi." #: ../../../Misc/NEWS:1086 -#, fuzzy msgid "" "`bpo-26058 `__: Add a new private " "version to the builtin dict type, incremented at each dictionary creation " "and at each dictionary change. Implementation of the PEP 509." msgstr "" -"`Issue #26058 `__: Add a new private version " -"to the builtin dict type, incremented at each dictionary creation and at " -"each dictionary change. Implementation of the PEP 509." +"`bpo-26058 `__: Add a new private version to " +"the builtin dict type, incremented at each dictionary creation and at each " +"dictionary change. Implementation of the PEP 509." #: ../../../Misc/NEWS:1090 -#, fuzzy msgid "" "`bpo-27364 `__: A backslash-character " "pair that is not a valid escape sequence now generates a " "DeprecationWarning. Patch by Emanuel Barry." msgstr "" -"`Issue #27364 `__: A backslash-character pair " +"`bpo-27364 `__: A backslash-character pair " "that is not a valid escape sequence now generates a DeprecationWarning. " "Patch by Emanuel Barry." #: ../../../Misc/NEWS:1093 -#, fuzzy msgid "" "`bpo-27350 `__: `dict` implementation is " "changed like PyPy. It is more compact and preserves insertion order. " "(Concept developed by Raymond Hettinger and patch by Inada Naoki.)" msgstr "" -"`Issue #27350 `__: `dict` implementation is " +"`bpo-27350 `__: `dict` implementation is " "changed like PyPy. It is more compact and preserves insertion order. " "(Concept developed by Raymond Hettinger and patch by Inada Naoki.)" #: ../../../Misc/NEWS:1097 -#, fuzzy msgid "" "`bpo-27911 `__: Remove unnecessary error " "checks in ``exec_builtin_or_dynamic()``." msgstr "" -"`Issue #27911 `__: Remove unnecessary error " +"`bpo-27911 `__: Remove unnecessary error " "checks in ``exec_builtin_or_dynamic()``." #: ../../../Misc/NEWS:1100 -#, fuzzy msgid "" "`bpo-27078 `__: Added BUILD_STRING " "opcode. Optimized f-strings evaluation." msgstr "" -"`Issue #27078 `__: Added BUILD_STRING " -"opcode. Optimized f-strings evaluation." +"`bpo-27078 `__: Added BUILD_STRING opcode. " +"Optimized f-strings evaluation." #: ../../../Misc/NEWS:1102 -#, fuzzy msgid "" "`bpo-17884 `__: Python now requires " "systems with inttypes.h and stdint.h" msgstr "" -"`Issue #17884 `__: Python now requires " -"systems with inttypes.h and stdint.h" +"`bpo-17884 `__: Python now requires systems " +"with inttypes.h and stdint.h" #: ../../../Misc/NEWS:1104 -#, fuzzy msgid "" "`bpo-27961 `__: Require platforms to " "support ``long long``. Python hasn't compiled without ``long long`` for " "years, so this is basically a formality." msgstr "" -"`Issue #27961 `__: Require platforms to " -"support ``long long``. Python hasn't compiled without ``long long`` for " -"years, so this is basically a formality." +"`bpo-27961 `__: Require platforms to support " +"``long long``. Python hasn't compiled without ``long long`` for years, so " +"this is basically a formality." #: ../../../Misc/NEWS:1107 -#, fuzzy msgid "" "`bpo-27355 `__: Removed support for " "Windows CE. It was never finished, and Windows CE is no longer a relevant " "platform for Python." msgstr "" -"`Issue #27355 `__: Removed support for " -"Windows CE. It was never finished, and Windows CE is no longer a relevant " -"platform for Python." +"`bpo-27355 `__: Removed support for Windows " +"CE. It was never finished, and Windows CE is no longer a relevant platform " +"for Python." #: ../../../Misc/NEWS:1110 msgid "Implement PEP 523." msgstr "" #: ../../../Misc/NEWS:1112 -#, fuzzy msgid "" "`bpo-27870 `__: A left shift of zero by " "a large integer no longer attempts to allocate large amounts of memory." msgstr "" -"`Issue #27870 `__: A left shift of zero by a " +"`bpo-27870 `__: A left shift of zero by a " "large integer no longer attempts to allocate large amounts of memory." #: ../../../Misc/NEWS:1115 -#, fuzzy msgid "" "`bpo-25402 `__: In int-to-decimal-string " "conversion, improve the estimate of the intermediate memory required, and " "remove an unnecessarily strict overflow check. Patch by Serhiy Storchaka." msgstr "" -"`Issue #25402 `__: In int-to-decimal-string " +"`bpo-25402 `__: In int-to-decimal-string " "conversion, improve the estimate of the intermediate memory required, and " "remove an unnecessarily strict overflow check. Patch by Serhiy Storchaka." #: ../../../Misc/NEWS:1119 -#, fuzzy msgid "" "`bpo-27214 `__: In long_invert, be more " "careful about modifying object returned by long_add, and remove an " "unnecessary check for small longs. Thanks Oren Milman for analysis and patch." msgstr "" -"`Issue #27214 `__: In long_invert, be more " +"`bpo-27214 `__: In long_invert, be more " "careful about modifying object returned by long_add, and remove an " "unnecessary check for small longs. Thanks Oren Milman for analysis and patch." #: ../../../Misc/NEWS:1123 -#, fuzzy msgid "" "`bpo-27506 `__: Support passing the " "bytes/bytearray.translate() \"delete\" argument by keyword." msgstr "" -"`Issue #27506 `__: Support passing the bytes/" +"`bpo-27506 `__: Support passing the bytes/" "bytearray.translate() \"delete\" argument by keyword." #: ../../../Misc/NEWS:1126 ../../../Misc/NEWS:3664 -#, fuzzy msgid "" "`bpo-27812 `__: Properly clear out a " "generator's frame's backreference to the generator to prevent crashes in " "frame.clear()." msgstr "" -"`Issue #27812 `__: Properly clear out a " +"`bpo-27812 `__: Properly clear out a " "generator's frame's backreference to the generator to prevent crashes in " "frame.clear()." #: ../../../Misc/NEWS:1129 ../../../Misc/NEWS:3667 -#, fuzzy msgid "" "`bpo-27811 `__: Fix a crash when a " "coroutine that has not been awaited is finalized with warnings-as-errors " "enabled." msgstr "" -"`Issue #27811 `__: Fix a crash when a " -"coroutine that has not been awaited is finalized with warnings-as-errors " -"enabled." +"`bpo-27811 `__: Fix a crash when a coroutine " +"that has not been awaited is finalized with warnings-as-errors enabled." #: ../../../Misc/NEWS:1132 ../../../Misc/NEWS:3670 -#, fuzzy msgid "" "`bpo-27587 `__: Fix another issue found " "by PVS-Studio: Null pointer check after use of 'def' in " "_PyState_AddModule(). Initial patch by Christian Heimes." msgstr "" -"`Issue #27587 `__: Fix another issue found by " +"`bpo-27587 `__: Fix another issue found by " "PVS-Studio: Null pointer check after use of 'def' in _PyState_AddModule(). " "Initial patch by Christian Heimes." #: ../../../Misc/NEWS:1136 -#, fuzzy msgid "" "`bpo-27792 `__: The modulo operation " "applied to ``bool`` and other ``int`` subclasses now always returns an " "``int``. Previously the return type depended on the input values. Patch by " "Xiang Zhang." msgstr "" -"`Issue #27792 `__: The modulo operation " -"applied to ``bool`` and other ``int`` subclasses now always returns an " -"``int``. Previously the return type depended on the input values. Patch by " -"Xiang Zhang." +"`bpo-27792 `__: The modulo operation applied " +"to ``bool`` and other ``int`` subclasses now always returns an ``int``. " +"Previously the return type depended on the input values. Patch by Xiang " +"Zhang." #: ../../../Misc/NEWS:1140 -#, fuzzy msgid "" "`bpo-26984 `__: int() now always returns " "an instance of exact int." msgstr "" -"`Issue #26984 `__: int() now always returns " -"an instance of exact int." +"`bpo-26984 `__: int() now always returns an " +"instance of exact int." #: ../../../Misc/NEWS:1142 -#, fuzzy msgid "" "`bpo-25604 `__: Fix a minor bug in " "integer true division; this bug could potentially have caused off-by-one-ulp " "results on platforms with unreliable ldexp implementations." msgstr "" -"`Issue #25604 `__: Fix a minor bug in integer " +"`bpo-25604 `__: Fix a minor bug in integer " "true division; this bug could potentially have caused off-by-one-ulp results " "on platforms with unreliable ldexp implementations." #: ../../../Misc/NEWS:1146 -#, fuzzy msgid "" "`bpo-24254 `__: Make class definition " "namespace ordered by default." msgstr "" -"`Issue #24254 `__: Make class definition " +"`bpo-24254 `__: Make class definition " "namespace ordered by default." #: ../../../Misc/NEWS:1148 -#, fuzzy msgid "" "`bpo-27662 `__: Fix an overflow check in " "``List_New``: the original code was checking against ``Py_SIZE_MAX`` instead " "of the correct upper bound of ``Py_SSIZE_T_MAX``. Patch by Xiang Zhang." msgstr "" -"`Issue #27662 `__: Fix an overflow check in " +"`bpo-27662 `__: Fix an overflow check in " "``List_New``: the original code was checking against ``Py_SIZE_MAX`` instead " "of the correct upper bound of ``Py_SSIZE_T_MAX``. Patch by Xiang Zhang." #: ../../../Misc/NEWS:1152 ../../../Misc/NEWS:3676 -#, fuzzy msgid "" "`bpo-27782 `__: Multi-phase extension " "module import now correctly allows the ``m_methods`` field to be used to add " "module level functions to instances of non-module types returned from " "``Py_create_mod``. Patch by Xiang Zhang." msgstr "" -"`Issue #27782 `__: Multi-phase extension " -"module import now correctly allows the ``m_methods`` field to be used to add " -"module level functions to instances of non-module types returned from " +"`bpo-27782 `__: Multi-phase extension module " +"import now correctly allows the ``m_methods`` field to be used to add module " +"level functions to instances of non-module types returned from " "``Py_create_mod``. Patch by Xiang Zhang." #: ../../../Misc/NEWS:1156 ../../../Misc/NEWS:3680 -#, fuzzy msgid "" "`bpo-27936 `__: The round() function " "accepted a second None argument for some types but not for others. Fixed " "the inconsistency by accepting None for all numeric types." msgstr "" -"`Issue #27936 `__: The round() function " -"accepted a second None argument for some types but not for others. Fixed " -"the inconsistency by accepting None for all numeric types." +"`bpo-27936 `__: The round() function accepted " +"a second None argument for some types but not for others. Fixed the " +"inconsistency by accepting None for all numeric types." #: ../../../Misc/NEWS:1160 ../../../Misc/NEWS:3684 -#, fuzzy msgid "" "`bpo-27487 `__: Warn if a submodule " "argument to \"python -m\" or runpy.run_module() is found in sys.modules " "after parent packages are imported, but before the submodule is executed." msgstr "" -"`Issue #27487 `__: Warn if a submodule " -"argument to \"python -m\" or runpy.run_module() is found in sys.modules " -"after parent packages are imported, but before the submodule is executed." +"`bpo-27487 `__: Warn if a submodule argument " +"to \"python -m\" or runpy.run_module() is found in sys.modules after parent " +"packages are imported, but before the submodule is executed." #: ../../../Misc/NEWS:1164 -#, fuzzy msgid "" "`bpo-27157 `__: Make only type() itself " "accept the one-argument form. Patch by Eryk Sun and Emanuel Barry." msgstr "" -"`Issue #27157 `__: Make only type() itself " +"`bpo-27157 `__: Make only type() itself " "accept the one-argument form. Patch by Eryk Sun and Emanuel Barry." #: ../../../Misc/NEWS:1167 ../../../Misc/NEWS:3688 -#, fuzzy msgid "" "`bpo-27558 `__: Fix a SystemError in the " "implementation of \"raise\" statement. In a brand new thread, raise a " "RuntimeError since there is no active exception to reraise. Patch written by " "Xiang Zhang." msgstr "" -"`Issue #27558 `__: Fix a SystemError in the " +"`bpo-27558 `__: Fix a SystemError in the " "implementation of \"raise\" statement. In a brand new thread, raise a " "RuntimeError since there is no active exception to reraise. Patch written by " "Xiang Zhang." #: ../../../Misc/NEWS:1171 -#, fuzzy msgid "" "`bpo-28008 `__: Implement PEP 530 -- " "asynchronous comprehensions." msgstr "" -"`Issue #28008 `__: Implement PEP 530 -- " +"`bpo-28008 `__: Implement PEP 530 -- " "asynchronous comprehensions." #: ../../../Misc/NEWS:1173 ../../../Misc/NEWS:3713 @@ -3232,153 +3085,138 @@ msgstr "" "module when multithreading is disabled." #: ../../../Misc/NEWS:1184 -#, fuzzy msgid "" "`bpo-28037 `__: Use " "sqlite3_get_autocommit() instead of setting Connection->inTransaction " "manually." msgstr "" -"`Issue #28037 `__: Use " -"sqlite3_get_autocommit() instead of setting Connection->inTransaction " -"manually." +"`bpo-28037 `__: Use sqlite3_get_autocommit() " +"instead of setting Connection->inTransaction manually." #: ../../../Misc/NEWS:1187 -#, fuzzy msgid "" "`bpo-25283 `__: Attributes tm_gmtoff and " "tm_zone are now available on all platforms in the return values of time." "localtime() and time.gmtime()." msgstr "" -"`Issue #25283 `__: Attributes tm_gmtoff and " +"`bpo-25283 `__: Attributes tm_gmtoff and " "tm_zone are now available on all platforms in the return values of time." "localtime() and time.gmtime()." #: ../../../Misc/NEWS:1191 -#, fuzzy msgid "" "`bpo-24454 `__: Regular expression match " "object groups are now accessible using __getitem__. \"mo[x]\" is equivalent " "to \"mo.group(x)\"." msgstr "" -"`Issue #24454 `__: Regular expression match " +"`bpo-24454 `__: Regular expression match " "object groups are now accessible using __getitem__. \"mo[x]\" is equivalent " "to \"mo.group(x)\"." #: ../../../Misc/NEWS:1195 -#, fuzzy msgid "" "`bpo-10740 `__: sqlite3 no longer " "implicitly commit an open transaction before DDL statements." msgstr "" -"`Issue #10740 `__: sqlite3 no longer " -"implicitly commit an open transaction before DDL statements." +"`bpo-10740 `__: sqlite3 no longer implicitly " +"commit an open transaction before DDL statements." #: ../../../Misc/NEWS:1198 -#, fuzzy msgid "" "`bpo-17941 `__: Add a *module* parameter " "to collections.namedtuple()." msgstr "" -"`Issue #17941 `__: Add a *module* parameter " -"to collections.namedtuple()." +"`bpo-17941 `__: Add a *module* parameter to " +"collections.namedtuple()." #: ../../../Misc/NEWS:1200 -#, fuzzy msgid "" "`bpo-22493 `__: Inline flags now should " "be used only at the start of the regular expression. Deprecation warning is " "emitted if uses them in the middle of the regular expression." msgstr "" -"`Issue #22493 `__: Inline flags now should be " +"`bpo-22493 `__: Inline flags now should be " "used only at the start of the regular expression. Deprecation warning is " "emitted if uses them in the middle of the regular expression." #: ../../../Misc/NEWS:1204 -#, fuzzy msgid "" "`bpo-26885 `__: xmlrpc now supports " "unmarshalling additional data types used by Apache XML-RPC implementation " "for numerics and None." msgstr "" -"`Issue #26885 `__: xmlrpc now supports " +"`bpo-26885 `__: xmlrpc now supports " "unmarshalling additional data types used by Apache XML-RPC implementation " "for numerics and None." #: ../../../Misc/NEWS:1207 -#, fuzzy msgid "" "`bpo-28070 `__: Fixed parsing inline " "verbose flag in regular expressions." msgstr "" -"`Issue #28070 `__: Fixed parsing inline " -"verbose flag in regular expressions." +"`bpo-28070 `__: Fixed parsing inline verbose " +"flag in regular expressions." #: ../../../Misc/NEWS:1209 -#, fuzzy msgid "" "`bpo-19500 `__: Add client-side SSL " "session resumption to the ssl module." msgstr "" -"`Issue #19500 `__: Add client-side SSL " -"session resumption to the ssl module." +"`bpo-19500 `__: Add client-side SSL session " +"resumption to the ssl module." #: ../../../Misc/NEWS:1211 -#, fuzzy msgid "" "`bpo-28022 `__: Deprecate ssl-related " "arguments in favor of SSLContext. The deprecation include manual creation of " "SSLSocket and certfile/keyfile (or similar) in ftplib, httplib, imaplib, " "smtplib, poplib and urllib." msgstr "" -"`Issue #28022 `__: Deprecate ssl-related " +"`bpo-28022 `__: Deprecate ssl-related " "arguments in favor of SSLContext. The deprecation include manual creation of " "SSLSocket and certfile/keyfile (or similar) in ftplib, httplib, imaplib, " "smtplib, poplib and urllib." #: ../../../Misc/NEWS:1215 -#, fuzzy msgid "" "`bpo-28043 `__: SSLContext has improved " "default settings: OP_NO_SSLv2, OP_NO_SSLv3, OP_NO_COMPRESSION, " "OP_CIPHER_SERVER_PREFERENCE, OP_SINGLE_DH_USE, OP_SINGLE_ECDH_USE and HIGH " "ciphers without MD5." msgstr "" -"`Issue #28043 `__: SSLContext has improved " +"`bpo-28043 `__: SSLContext has improved " "default settings: OP_NO_SSLv2, OP_NO_SSLv3, OP_NO_COMPRESSION, " "OP_CIPHER_SERVER_PREFERENCE, OP_SINGLE_DH_USE, OP_SINGLE_ECDH_USE and HIGH " "ciphers without MD5." #: ../../../Misc/NEWS:1219 -#, fuzzy msgid "" "`bpo-24693 `__: Changed some " "RuntimeError's in the zipfile module to more appropriate types. Improved " "some error messages and debugging output." msgstr "" -"`Issue #24693 `__: Changed some " -"RuntimeError's in the zipfile module to more appropriate types. Improved " -"some error messages and debugging output." +"`bpo-24693 `__: Changed some RuntimeError's " +"in the zipfile module to more appropriate types. Improved some error " +"messages and debugging output." #: ../../../Misc/NEWS:1222 -#, fuzzy msgid "" "`bpo-17909 `__: ``json.load`` and ``json." "loads`` now support binary input encoded as UTF-8, UTF-16 or UTF-32. Patch " "by Serhiy Storchaka." msgstr "" -"`Issue #17909 `__: ``json.load`` and ``json." +"`bpo-17909 `__: ``json.load`` and ``json." "loads`` now support binary input encoded as UTF-8, UTF-16 or UTF-32. Patch " "by Serhiy Storchaka." #: ../../../Misc/NEWS:1225 -#, fuzzy msgid "" "`bpo-27137 `__: the pure Python fallback " "implementation of ``functools.partial`` now matches the behaviour of its " "accelerated C counterpart for subclassing, pickling and text representation " "purposes. Patch by Emanuel Barry and Serhiy Storchaka." msgstr "" -"`Issue #27137 `__: the pure Python fallback " +"`bpo-27137 `__: the pure Python fallback " "implementation of ``functools.partial`` now matches the behaviour of its " "accelerated C counterpart for subclassing, pickling and text representation " "purposes. Patch by Emanuel Barry and Serhiy Storchaka." @@ -3390,51 +3228,46 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:1233 ../../../Misc/NEWS:3815 -#, fuzzy msgid "" "`bpo-1703178 `__: Fix the ability to " "pass the --link-objects option to the distutils build_ext command." msgstr "" -"`Issue #1703178 `__: Fix the ability to " -"pass the --link-objects option to the distutils build_ext command." +"`bpo-1703178 `__: Fix the ability to pass " +"the --link-objects option to the distutils build_ext command." #: ../../../Misc/NEWS:1236 ../../../Misc/NEWS:3863 -#, fuzzy msgid "" "`bpo-28019 `__: itertools.count() no " "longer rounds non-integer step in range between 1.0 and 2.0 to 1." msgstr "" -"`Issue #28019 `__: itertools.count() no " -"longer rounds non-integer step in range between 1.0 and 2.0 to 1." +"`bpo-28019 `__: itertools.count() no longer " +"rounds non-integer step in range between 1.0 and 2.0 to 1." #: ../../../Misc/NEWS:1239 -#, fuzzy msgid "" "`bpo-18401 `__: Pdb now supports the " "'readrc' keyword argument to control whether .pdbrc files should be read. " "Patch by Martin Matusiak and Sam Kimbrel." msgstr "" -"`Issue #18401 `__: Pdb now supports the " -"'readrc' keyword argument to control whether .pdbrc files should be read. " -"Patch by Martin Matusiak and Sam Kimbrel." +"`bpo-18401 `__: Pdb now supports the 'readrc' " +"keyword argument to control whether .pdbrc files should be read. Patch by " +"Martin Matusiak and Sam Kimbrel." #: ../../../Misc/NEWS:1243 ../../../Misc/NEWS:3866 -#, fuzzy msgid "" "`bpo-25969 `__: Update the lib2to3 " "grammar to handle the unpacking generalizations added in 3.5." msgstr "" -"`Issue #25969 `__: Update the lib2to3 grammar " -"to handle the unpacking generalizations added in 3.5." +"`bpo-25969 `__: Update the lib2to3 grammar to " +"handle the unpacking generalizations added in 3.5." #: ../../../Misc/NEWS:1246 ../../../Misc/NEWS:3869 -#, fuzzy msgid "" "`bpo-14977 `__: mailcap now respects the " "order of the lines in the mailcap files (\"first match\"), as required by " "RFC 1542. Patch by Michael Lazar." msgstr "" -"`Issue #14977 `__: mailcap now respects the " +"`bpo-14977 `__: mailcap now respects the " "order of the lines in the mailcap files (\"first match\"), as required by " "RFC 1542. Patch by Michael Lazar." @@ -3448,13 +3281,12 @@ msgstr "" "cmath modules to Argument Clinic." #: ../../../Misc/NEWS:1251 -#, fuzzy msgid "" "`bpo-28025 `__: Convert all ssl module " "constants to IntEnum and IntFlags. SSLContext properties now return flags " "and enums." msgstr "" -"`Issue #28025 `__: Convert all ssl module " +"`bpo-28025 `__: Convert all ssl module " "constants to IntEnum and IntFlags. SSLContext properties now return flags " "and enums." @@ -3468,94 +3300,85 @@ msgstr "" "types module." #: ../../../Misc/NEWS:1256 -#, fuzzy msgid "" "`bpo-433028 `__: Added support of " "modifier spans in regular expressions." msgstr "" -"`Issue #433028 `__: Added support of " -"modifier spans in regular expressions." +"`bpo-433028 `__: Added support of modifier " +"spans in regular expressions." #: ../../../Misc/NEWS:1258 ../../../Misc/NEWS:3872 -#, fuzzy msgid "" "`bpo-24594 `__: Validates persist " "parameter when opening MSI database" msgstr "" -"`Issue #24594 `__: Validates persist " -"parameter when opening MSI database" +"`bpo-24594 `__: Validates persist parameter " +"when opening MSI database" #: ../../../Misc/NEWS:1260 ../../../Misc/NEWS:3874 -#, fuzzy msgid "" "`bpo-17582 `__: xml.etree.ElementTree " "nows preserves whitespaces in attributes (Patch by Duane Griffin. Reviewed " "and approved by Stefan Behnel.)" msgstr "" -"`Issue #17582 `__: xml.etree.ElementTree nows " +"`bpo-17582 `__: xml.etree.ElementTree nows " "preserves whitespaces in attributes (Patch by Duane Griffin. Reviewed and " "approved by Stefan Behnel.)" #: ../../../Misc/NEWS:1263 ../../../Misc/NEWS:3877 -#, fuzzy msgid "" "`bpo-28047 `__: Fixed calculation of " "line length used for the base64 CTE in the new email policies." msgstr "" -"`Issue #28047 `__: Fixed calculation of line " +"`bpo-28047 `__: Fixed calculation of line " "length used for the base64 CTE in the new email policies." #: ../../../Misc/NEWS:1266 -#, fuzzy msgid "" "`bpo-27576 `__: Fix call order in " "OrderedDict.__init__()." msgstr "" -"`Issue #27576 `__: Fix call order in " -"OrderedDict.__init__()." +"`bpo-27576 `__: Fix call order in OrderedDict." +"__init__()." #: ../../../Misc/NEWS:1268 msgid "email.generator.DecodedGenerator now supports the policy keyword." msgstr "" #: ../../../Misc/NEWS:1270 -#, fuzzy msgid "" "`bpo-28027 `__: Remove undocumented " "modules from ``Lib/plat-*``: IN, CDROM, DLFCN, TYPES, CDIO, and STROPTS." msgstr "" -"`Issue #28027 `__: Remove undocumented " -"modules from ``Lib/plat-*``: IN, CDROM, DLFCN, TYPES, CDIO, and STROPTS." +"`bpo-28027 `__: Remove undocumented modules " +"from ``Lib/plat-*``: IN, CDROM, DLFCN, TYPES, CDIO, and STROPTS." #: ../../../Misc/NEWS:1273 ../../../Misc/NEWS:3880 -#, fuzzy msgid "" "`bpo-27445 `__: Don't pass str(_charset) " "to MIMEText.set_payload(). Patch by Claude Paroz." msgstr "" -"`Issue #27445 `__: Don't pass str(_charset) " -"to MIMEText.set_payload(). Patch by Claude Paroz." +"`bpo-27445 `__: Don't pass str(_charset) to " +"MIMEText.set_payload(). Patch by Claude Paroz." #: ../../../Misc/NEWS:1276 -#, fuzzy msgid "" "`bpo-24277 `__: The new email API is no " "longer provisional, and the docs have been reorganized and rewritten to " "emphasize the new API." msgstr "" -"`Issue #24277 `__: The new email API is no " +"`bpo-24277 `__: The new email API is no " "longer provisional, and the docs have been reorganized and rewritten to " "emphasize the new API." #: ../../../Misc/NEWS:1279 ../../../Misc/NEWS:3883 -#, fuzzy msgid "" "`bpo-22450 `__: urllib now includes an " "\"Accept: */*\" header among the default headers. This makes the results of " "REST API requests more consistent and predictable especially when proxy " "servers are involved." msgstr "" -"`Issue #22450 `__: urllib now includes an " +"`bpo-22450 `__: urllib now includes an " "\"Accept: */*\" header among the default headers. This makes the results of " "REST API requests more consistent and predictable especially when proxy " "servers are involved." @@ -3568,41 +3391,37 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:1287 -#, fuzzy msgid "" "`bpo-28005 `__: Allow ImportErrors in " "encoding implementation to propagate." msgstr "" -"`Issue #28005 `__: Allow ImportErrors in " +"`bpo-28005 `__: Allow ImportErrors in " "encoding implementation to propagate." #: ../../../Misc/NEWS:1289 -#, fuzzy msgid "" "`bpo-26667 `__: Support path-like " "objects in importlib.util." msgstr "" -"`Issue #26667 `__: Support path-like objects " -"in importlib.util." +"`bpo-26667 `__: Support path-like objects in " +"importlib.util." #: ../../../Misc/NEWS:1291 ../../../Misc/NEWS:3891 -#, fuzzy msgid "" "`bpo-27570 `__: Avoid zero-length " "memcpy() etc calls with null source pointers in the \"ctypes\" and \"array\" " "modules." msgstr "" -"`Issue #27570 `__: Avoid zero-length memcpy() " +"`bpo-27570 `__: Avoid zero-length memcpy() " "etc calls with null source pointers in the \"ctypes\" and \"array\" modules." #: ../../../Misc/NEWS:1294 ../../../Misc/NEWS:3894 -#, fuzzy msgid "" "`bpo-22233 `__: Break email header lines " "*only* on the RFC specified CR and LF characters, not on arbitrary unicode " "line breaks. This also fixes a bug in HTTP header parsing." msgstr "" -"`Issue #22233 `__: Break email header lines " +"`bpo-22233 `__: Break email header lines " "*only* on the RFC specified CR and LF characters, not on arbitrary unicode " "line breaks. This also fixes a bug in HTTP header parsing." @@ -3618,210 +3437,187 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:1302 -#, fuzzy msgid "" "`bpo-16113 `__: Add SHA-3 and SHAKE " "support to hashlib module." msgstr "" -"`Issue #16113 `__: Add SHA-3 and SHAKE " -"support to hashlib module." +"`bpo-16113 `__: Add SHA-3 and SHAKE support " +"to hashlib module." #: ../../../Misc/NEWS:1304 msgid "Eliminate a tautological-pointer-compare warning in _scproxy.c." msgstr "" #: ../../../Misc/NEWS:1306 -#, fuzzy msgid "" "`bpo-27776 `__: The :func:`os.urandom` " "function does now block on Linux 3.17 and newer until the system urandom " "entropy pool is initialized to increase the security. This change is part of " "the :pep:`524`." msgstr "" -"`Issue #27776 `__: The :func:`os.urandom` " +"`bpo-27776 `__: The :func:`os.urandom` " "function does now block on Linux 3.17 and newer until the system urandom " "entropy pool is initialized to increase the security. This change is part of " "the :pep:`524`." #: ../../../Misc/NEWS:1310 -#, fuzzy msgid "" "`bpo-27778 `__: Expose the Linux " "``getrandom()`` syscall as a new :func:`os.getrandom` function. This change " "is part of the :pep:`524`." msgstr "" -"`Issue #27778 `__: Expose the Linux " +"`bpo-27778 `__: Expose the Linux " "``getrandom()`` syscall as a new :func:`os.getrandom` function. This change " "is part of the :pep:`524`." #: ../../../Misc/NEWS:1313 ../../../Misc/NEWS:3900 -#, fuzzy msgid "" "`bpo-27691 `__: Fix ssl module's parsing " "of GEN_RID subject alternative name fields in X.509 certs." msgstr "" -"`Issue #27691 `__: Fix ssl module's parsing " -"of GEN_RID subject alternative name fields in X.509 certs." +"`bpo-27691 `__: Fix ssl module's parsing of " +"GEN_RID subject alternative name fields in X.509 certs." #: ../../../Misc/NEWS:1316 -#, fuzzy msgid "" "`bpo-18844 `__: Add random.choices()." -msgstr "" -"`Issue #18844 `__: Add random.choices()." +msgstr "`bpo-18844 `__: Add random.choices()." #: ../../../Misc/NEWS:1318 -#, fuzzy msgid "" "`bpo-25761 `__: Improved error reporting " "about truncated pickle data in C implementation of unpickler. " "UnpicklingError is now raised instead of AttributeError and ValueError in " "some cases." msgstr "" -"`Issue #25761 `__: Improved error reporting " +"`bpo-25761 `__: Improved error reporting " "about truncated pickle data in C implementation of unpickler. " "UnpicklingError is now raised instead of AttributeError and ValueError in " "some cases." #: ../../../Misc/NEWS:1322 -#, fuzzy msgid "" "`bpo-26798 `__: Add BLAKE2 (blake2b and " "blake2s) to hashlib." msgstr "" -"`Issue #26798 `__: Add BLAKE2 (blake2b and " +"`bpo-26798 `__: Add BLAKE2 (blake2b and " "blake2s) to hashlib." #: ../../../Misc/NEWS:1324 -#, fuzzy msgid "" "`bpo-26032 `__: Optimized globbing in " "pathlib by using os.scandir(); it is now about 1.5--4 times faster." msgstr "" -"`Issue #26032 `__: Optimized globbing in " -"pathlib by using os.scandir(); it is now about 1.5--4 times faster." +"`bpo-26032 `__: Optimized globbing in pathlib " +"by using os.scandir(); it is now about 1.5--4 times faster." #: ../../../Misc/NEWS:1327 -#, fuzzy msgid "" "`bpo-25596 `__: Optimized glob() and " "iglob() functions in the glob module; they are now about 3--6 times faster." msgstr "" -"`Issue #25596 `__: Optimized glob() and " -"iglob() functions in the glob module; they are now about 3--6 times faster." +"`bpo-25596 `__: Optimized glob() and iglob() " +"functions in the glob module; they are now about 3--6 times faster." #: ../../../Misc/NEWS:1330 -#, fuzzy msgid "" "`bpo-27928 `__: Add scrypt (password-" "based key derivation function) to hashlib module (requires OpenSSL 1.1.0)." msgstr "" -"`Issue #27928 `__: Add scrypt (password-based " +"`bpo-27928 `__: Add scrypt (password-based " "key derivation function) to hashlib module (requires OpenSSL 1.1.0)." #: ../../../Misc/NEWS:1333 ../../../Misc/NEWS:3903 -#, fuzzy msgid "" "`bpo-27850 `__: Remove 3DES from ssl " "module's default cipher list to counter measure sweet32 attack " "(CVE-2016-2183)." msgstr "" -"`Issue #27850 `__: Remove 3DES from ssl " -"module's default cipher list to counter measure sweet32 attack " -"(CVE-2016-2183)." +"`bpo-27850 `__: Remove 3DES from ssl module's " +"default cipher list to counter measure sweet32 attack (CVE-2016-2183)." #: ../../../Misc/NEWS:1336 ../../../Misc/NEWS:3906 -#, fuzzy msgid "" "`bpo-27766 `__: Add ChaCha20 Poly1305 to " "ssl module's default ciper list. (Required OpenSSL 1.1.0 or LibreSSL)." msgstr "" -"`Issue #27766 `__: Add ChaCha20 Poly1305 to " -"ssl module's default ciper list. (Required OpenSSL 1.1.0 or LibreSSL)." +"`bpo-27766 `__: Add ChaCha20 Poly1305 to ssl " +"module's default ciper list. (Required OpenSSL 1.1.0 or LibreSSL)." #: ../../../Misc/NEWS:1339 -#, fuzzy msgid "" "`bpo-25387 `__: Check return value of " "winsound.MessageBeep." msgstr "" -"`Issue #25387 `__: Check return value of " +"`bpo-25387 `__: Check return value of " "winsound.MessageBeep." #: ../../../Misc/NEWS:1341 -#, fuzzy msgid "" "`bpo-27866 `__: Add SSLContext." "get_ciphers() method to get a list of all enabled ciphers." msgstr "" -"`Issue #27866 `__: Add SSLContext." -"get_ciphers() method to get a list of all enabled ciphers." +"`bpo-27866 `__: Add SSLContext.get_ciphers() " +"method to get a list of all enabled ciphers." #: ../../../Misc/NEWS:1344 -#, fuzzy msgid "" "`bpo-27744 `__: Add AF_ALG (Linux Kernel " "crypto) to socket module." msgstr "" -"`Issue #27744 `__: Add AF_ALG (Linux Kernel " +"`bpo-27744 `__: Add AF_ALG (Linux Kernel " "crypto) to socket module." #: ../../../Misc/NEWS:1346 ../../../Misc/NEWS:3909 -#, fuzzy msgid "" "`bpo-26470 `__: Port ssl and hashlib " "module to OpenSSL 1.1.0." msgstr "" -"`Issue #26470 `__: Port ssl and hashlib " -"module to OpenSSL 1.1.0." +"`bpo-26470 `__: Port ssl and hashlib module " +"to OpenSSL 1.1.0." #: ../../../Misc/NEWS:1348 -#, fuzzy msgid "" "`bpo-11620 `__: Fix support for " "SND_MEMORY in winsound.PlaySound. Based on a patch by Tim Lesher." msgstr "" -"`Issue #11620 `__: Fix support for SND_MEMORY " -"in winsound.PlaySound. Based on a patch by Tim Lesher." +"`bpo-11620 `__: Fix support for SND_MEMORY in " +"winsound.PlaySound. Based on a patch by Tim Lesher." #: ../../../Misc/NEWS:1351 -#, fuzzy msgid "" "`bpo-11734 `__: Add support for IEEE 754 " "half-precision floats to the struct module. Based on a patch by Eli Stevens." msgstr "" -"`Issue #11734 `__: Add support for IEEE 754 " -"half-precision floats to the struct module. Based on a patch by Eli Stevens." +"`bpo-11734 `__: Add support for IEEE 754 half-" +"precision floats to the struct module. Based on a patch by Eli Stevens." #: ../../../Misc/NEWS:1354 -#, fuzzy msgid "" "`bpo-27919 `__: Deprecated " "``extra_path`` distribution option in distutils packaging." msgstr "" -"`Issue #27919 `__: Deprecated ``extra_path`` " +"`bpo-27919 `__: Deprecated ``extra_path`` " "distribution option in distutils packaging." #: ../../../Misc/NEWS:1357 -#, fuzzy msgid "" "`bpo-23229 `__: Add new ``cmath`` " "constants: ``cmath.inf`` and ``cmath.nan`` to match ``math.inf`` and ``math." "nan``, and also ``cmath.infj`` and ``cmath.nanj`` to match the format used " "by complex repr." msgstr "" -"`Issue #23229 `__: Add new ``cmath`` " -"constants: ``cmath.inf`` and ``cmath.nan`` to match ``math.inf`` and ``math." -"nan``, and also ``cmath.infj`` and ``cmath.nanj`` to match the format used " -"by complex repr." +"`bpo-23229 `__: Add new ``cmath`` constants: " +"``cmath.inf`` and ``cmath.nan`` to match ``math.inf`` and ``math.nan``, and " +"also ``cmath.infj`` and ``cmath.nanj`` to match the format used by complex " +"repr." #: ../../../Misc/NEWS:1361 -#, fuzzy msgid "" "`bpo-27842 `__: The csv.DictReader now " "returns rows of type OrderedDict. (Contributed by Steve Holden.)" msgstr "" -"`Issue #27842 `__: The csv.DictReader now " +"`bpo-27842 `__: The csv.DictReader now " "returns rows of type OrderedDict. (Contributed by Steve Holden.)" #: ../../../Misc/NEWS:1364 ../../../Misc/NEWS:3911 @@ -3831,67 +3627,60 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:1367 ../../../Misc/NEWS:3914 -#, fuzzy msgid "" "`bpo-12885 `__: Fix error when distutils " "encounters symlink." msgstr "" -"`Issue #12885 `__: Fix error when distutils " +"`bpo-12885 `__: Fix error when distutils " "encounters symlink." #: ../../../Misc/NEWS:1369 ../../../Misc/NEWS:3916 -#, fuzzy msgid "" "`bpo-27881 `__: Fixed possible bugs when " "setting sqlite3.Connection.isolation_level. Based on patch by Xiang Zhang." msgstr "" -"`Issue #27881 `__: Fixed possible bugs when " +"`bpo-27881 `__: Fixed possible bugs when " "setting sqlite3.Connection.isolation_level. Based on patch by Xiang Zhang." #: ../../../Misc/NEWS:1372 ../../../Misc/NEWS:3919 -#, fuzzy msgid "" "`bpo-27861 `__: Fixed a crash in sqlite3." "Connection.cursor() when a factory creates not a cursor. Patch by Xiang " "Zhang." msgstr "" -"`Issue #27861 `__: Fixed a crash in sqlite3." +"`bpo-27861 `__: Fixed a crash in sqlite3." "Connection.cursor() when a factory creates not a cursor. Patch by Xiang " "Zhang." #: ../../../Misc/NEWS:1375 ../../../Misc/NEWS:3922 -#, fuzzy msgid "" "`bpo-19884 `__: Avoid spurious output on " "OS X with Gnu Readline." msgstr "" -"`Issue #19884 `__: Avoid spurious output on " -"OS X with Gnu Readline." +"`bpo-19884 `__: Avoid spurious output on OS X " +"with Gnu Readline." #: ../../../Misc/NEWS:1377 ../../../Misc/NEWS:3924 -#, fuzzy msgid "" "`bpo-27706 `__: Restore deterministic " "behavior of random.Random().seed() for string seeds using seeding version " "1. Allows sequences of calls to random() to exactly match those obtained in " "Python 2. Patch by Nofar Schnider." msgstr "" -"`Issue #27706 `__: Restore deterministic " +"`bpo-27706 `__: Restore deterministic " "behavior of random.Random().seed() for string seeds using seeding version " "1. Allows sequences of calls to random() to exactly match those obtained in " "Python 2. Patch by Nofar Schnider." #: ../../../Misc/NEWS:1382 ../../../Misc/NEWS:3929 -#, fuzzy msgid "" "`bpo-10513 `__: Fix a regression in " "Connection.commit(). Statements should not be reset after a commit." msgstr "" -"`Issue #10513 `__: Fix a regression in " +"`bpo-10513 `__: Fix a regression in " "Connection.commit(). Statements should not be reset after a commit." #: ../../../Misc/NEWS:1385 -#, fuzzy msgid "" "`bpo-12319 `__: Chunked transfer " "encoding support added to http.client.HTTPConnection requests. The urllib." @@ -3899,7 +3688,7 @@ msgid "" "any more. If a HTTP request has a file or iterable body, but no Content-" "Length header, the library now falls back to use chunked transfer- encoding." msgstr "" -"`Issue #12319 `__: Chunked transfer encoding " +"`bpo-12319 `__: Chunked transfer encoding " "support added to http.client.HTTPConnection requests. The urllib.request." "AbstractHTTPHandler class does not enforce a Content-Length header any " "more. If a HTTP request has a file or iterable body, but no Content-Length " @@ -3915,105 +3704,92 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:1398 -#, fuzzy msgid "" "`bpo-27832 `__: Make ``_normalize`` " "parameter to ``Fraction`` constuctor keyword-only, so that ``Fraction(2, 3, " "4)`` now raises ``TypeError``." msgstr "" -"`Issue #27832 `__: Make ``_normalize`` " -"parameter to ``Fraction`` constuctor keyword-only, so that ``Fraction(2, 3, " -"4)`` now raises ``TypeError``." +"`bpo-27832 `__: Make ``_normalize`` parameter " +"to ``Fraction`` constuctor keyword-only, so that ``Fraction(2, 3, 4)`` now " +"raises ``TypeError``." #: ../../../Misc/NEWS:1401 ../../../Misc/NEWS:3938 -#, fuzzy msgid "" "`bpo-27539 `__: Fix unnormalised " "``Fraction.__pow__`` result in the case of negative exponent and negative " "base." msgstr "" -"`Issue #27539 `__: Fix unnormalised " -"``Fraction.__pow__`` result in the case of negative exponent and negative " -"base." +"`bpo-27539 `__: Fix unnormalised ``Fraction." +"__pow__`` result in the case of negative exponent and negative base." #: ../../../Misc/NEWS:1404 ../../../Misc/NEWS:3941 -#, fuzzy msgid "" "`bpo-21718 `__: cursor.description is " "now available for queries using CTEs." msgstr "" -"`Issue #21718 `__: cursor.description is now " +"`bpo-21718 `__: cursor.description is now " "available for queries using CTEs." #: ../../../Misc/NEWS:1406 -#, fuzzy msgid "" "`bpo-27819 `__: In distutils sdists, " "simply produce the \"gztar\" (gzipped tar format) distributions on all " "platforms unless \"formats\" is supplied." msgstr "" -"`Issue #27819 `__: In distutils sdists, " -"simply produce the \"gztar\" (gzipped tar format) distributions on all " -"platforms unless \"formats\" is supplied." +"`bpo-27819 `__: In distutils sdists, simply " +"produce the \"gztar\" (gzipped tar format) distributions on all platforms " +"unless \"formats\" is supplied." #: ../../../Misc/NEWS:1409 ../../../Misc/NEWS:3943 -#, fuzzy msgid "" "`bpo-2466 `__: posixpath.ismount now " "correctly recognizes mount points which the user does not have permission to " "access." msgstr "" -"`Issue #2466 `__: posixpath.ismount now " -"correctly recognizes mount points which the user does not have permission to " -"access." +"`bpo-2466 `__: posixpath.ismount now correctly " +"recognizes mount points which the user does not have permission to access." #: ../../../Misc/NEWS:1412 -#, fuzzy msgid "" "`bpo-9998 `__: On Linux, ctypes.util." "find_library now looks in LD_LIBRARY_PATH for shared libraries." msgstr "" -"`Issue #9998 `__: On Linux, ctypes.util." +"`bpo-9998 `__: On Linux, ctypes.util." "find_library now looks in LD_LIBRARY_PATH for shared libraries." #: ../../../Misc/NEWS:1415 -#, fuzzy msgid "" "`bpo-27573 `__: exit message for code." "interact is now configurable." msgstr "" -"`Issue #27573 `__: exit message for code." +"`bpo-27573 `__: exit message for code." "interact is now configurable." #: ../../../Misc/NEWS:1417 ../../../Misc/NEWS:4040 -#, fuzzy msgid "" "`bpo-27930 `__: Improved behaviour of " "logging.handlers.QueueListener. Thanks to Paulo Andrade and Petr Viktorin " "for the analysis and patch." msgstr "" -"`Issue #27930 `__: Improved behaviour of " -"logging.handlers.QueueListener. Thanks to Paulo Andrade and Petr Viktorin " -"for the analysis and patch." +"`bpo-27930 `__: Improved behaviour of logging." +"handlers.QueueListener. Thanks to Paulo Andrade and Petr Viktorin for the " +"analysis and patch." #: ../../../Misc/NEWS:1420 -#, fuzzy msgid "" "`bpo-6766 `__: Distributed reference " "counting added to multiprocessing to support nesting of shared values / " "proxy objects." msgstr "" -"`Issue #6766 `__: Distributed reference " -"counting added to multiprocessing to support nesting of shared values / " -"proxy objects." +"`bpo-6766 `__: Distributed reference counting " +"added to multiprocessing to support nesting of shared values / proxy objects." #: ../../../Misc/NEWS:1423 ../../../Misc/NEWS:4043 -#, fuzzy msgid "" "`bpo-21201 `__: Improves readability of " "multiprocessing error message. Thanks to Wojciech Walczak for patch." msgstr "" -"`Issue #21201 `__: Improves readability of " +"`bpo-21201 `__: Improves readability of " "multiprocessing error message. Thanks to Wojciech Walczak for patch." #: ../../../Misc/NEWS:1426 @@ -4021,13 +3797,12 @@ msgid "asyncio: Add set_protocol / get_protocol to Transports." msgstr "" #: ../../../Misc/NEWS:1428 ../../../Misc/NEWS:4046 -#, fuzzy msgid "" "`bpo-27456 `__: asyncio: Set TCP_NODELAY " "by default." msgstr "" -"`Issue #27456 `__: asyncio: Set TCP_NODELAY " -"by default." +"`bpo-27456 `__: asyncio: Set TCP_NODELAY by " +"default." #: ../../../Misc/NEWS:1431 ../../../Misc/NEWS:1703 ../../../Misc/NEWS:1902 #: ../../../Misc/NEWS:2161 ../../../Misc/NEWS:3287 ../../../Misc/NEWS:4114 @@ -4037,41 +3812,37 @@ msgid "IDLE" msgstr "IDLE" #: ../../../Misc/NEWS:1433 ../../../Misc/NEWS:4116 -#, fuzzy msgid "" "`bpo-15308 `__: Add 'interrupt " "execution' (^C) to Shell menu. Patch by Roger Serwy, updated by Bayard " "Randel." msgstr "" -"`Issue #15308 `__: Add 'interrupt " +"`bpo-15308 `__: Add 'interrupt " "execution' (^C) to Shell menu. Patch by Roger Serwy, updated by Bayard " "Randel." #: ../../../Misc/NEWS:1436 ../../../Misc/NEWS:4119 -#, fuzzy msgid "" "`bpo-27922 `__: Stop IDLE tests from " "'flashing' gui widgets on the screen." msgstr "" -"`Issue #27922 `__: Stop IDLE tests from " +"`bpo-27922 `__: Stop IDLE tests from " "'flashing' gui widgets on the screen." #: ../../../Misc/NEWS:1438 -#, fuzzy msgid "" "`bpo-27891 `__: Consistently group and " "sort imports within idlelib modules." msgstr "" -"`Issue #27891 `__: Consistently group and " -"sort imports within idlelib modules." +"`bpo-27891 `__: Consistently group and sort " +"imports within idlelib modules." #: ../../../Misc/NEWS:1440 -#, fuzzy msgid "" "`bpo-17642 `__: add larger font sizes " "for classroom projection." msgstr "" -"`Issue #17642 `__: add larger font sizes for " +"`bpo-17642 `__: add larger font sizes for " "classroom projection." #: ../../../Misc/NEWS:1442 ../../../Misc/NEWS:4121 @@ -4079,139 +3850,125 @@ msgid "Add version to title of IDLE help window." msgstr "" #: ../../../Misc/NEWS:1444 ../../../Misc/NEWS:4123 -#, fuzzy msgid "" "`bpo-25564 `__: In section on IDLE -- " "console differences, mention that using exec means that __builtins__ is " "defined for each statement." msgstr "" -"`Issue #25564 `__: In section on IDLE -- " -"console differences, mention that using exec means that __builtins__ is " -"defined for each statement." +"`bpo-25564 `__: In section on IDLE -- console " +"differences, mention that using exec means that __builtins__ is defined for " +"each statement." #: ../../../Misc/NEWS:1447 -#, fuzzy msgid "" "`bpo-27821 `__: Fix 3.6.0a3 regression " "that prevented custom key sets from being selected when no custom theme was " "defined." msgstr "" -"`Issue #27821 `__: Fix 3.6.0a3 regression " -"that prevented custom key sets from being selected when no custom theme was " +"`bpo-27821 `__: Fix 3.6.0a3 regression that " +"prevented custom key sets from being selected when no custom theme was " "defined." #: ../../../Misc/NEWS:1453 -#, fuzzy msgid "" "`bpo-26900 `__: Excluded underscored " "names and other private API from limited API." msgstr "" -"`Issue #26900 `__: Excluded underscored names " +"`bpo-26900 `__: Excluded underscored names " "and other private API from limited API." #: ../../../Misc/NEWS:1455 -#, fuzzy msgid "" "`bpo-26027 `__: Add support for path-" "like objects in PyUnicode_FSConverter() & PyUnicode_FSDecoder()." msgstr "" -"`Issue #26027 `__: Add support for path-like " +"`bpo-26027 `__: Add support for path-like " "objects in PyUnicode_FSConverter() & PyUnicode_FSDecoder()." #: ../../../Misc/NEWS:1461 -#, fuzzy msgid "" "`bpo-27427 `__: Additional tests for the " "math module. Patch by Francisco Couzo." msgstr "" -"`Issue #27427 `__: Additional tests for the " -"math module. Patch by Francisco Couzo." +"`bpo-27427 `__: Additional tests for the math " +"module. Patch by Francisco Couzo." #: ../../../Misc/NEWS:1463 -#, fuzzy msgid "" "`bpo-27953 `__: Skip math and cmath " "tests that fail on OS X 10.4 due to a poor libm implementation of tan." msgstr "" -"`Issue #27953 `__: Skip math and cmath tests " +"`bpo-27953 `__: Skip math and cmath tests " "that fail on OS X 10.4 due to a poor libm implementation of tan." #: ../../../Misc/NEWS:1466 -#, fuzzy msgid "" "`bpo-26040 `__: Improve test_math and " "test_cmath coverage and rigour. Patch by Jeff Allen." msgstr "" -"`Issue #26040 `__: Improve test_math and " +"`bpo-26040 `__: Improve test_math and " "test_cmath coverage and rigour. Patch by Jeff Allen." #: ../../../Misc/NEWS:1469 ../../../Misc/NEWS:4167 -#, fuzzy msgid "" "`bpo-27787 `__: Call gc.collect() before " "checking each test for \"dangling threads\", since the dangling threads are " "weak references." msgstr "" -"`Issue #27787 `__: Call gc.collect() before " +"`bpo-27787 `__: Call gc.collect() before " "checking each test for \"dangling threads\", since the dangling threads are " "weak references." #: ../../../Misc/NEWS:1475 ../../../Misc/NEWS:4228 -#, fuzzy msgid "" "`bpo-27566 `__: Fix clean target in " "freeze makefile (patch by Lisa Roach)" msgstr "" -"`Issue #27566 `__: Fix clean target in freeze " +"`bpo-27566 `__: Fix clean target in freeze " "makefile (patch by Lisa Roach)" #: ../../../Misc/NEWS:1477 ../../../Misc/NEWS:4230 -#, fuzzy msgid "" "`bpo-27705 `__: Update message in " "validate_ucrtbase.py" msgstr "" -"`Issue #27705 `__: Update message in " +"`bpo-27705 `__: Update message in " "validate_ucrtbase.py" #: ../../../Misc/NEWS:1479 -#, fuzzy msgid "" "`bpo-27976 `__: Deprecate building " "_ctypes with the bundled copy of libffi on non-OSX UNIX platforms." msgstr "" -"`Issue #27976 `__: Deprecate building _ctypes " +"`bpo-27976 `__: Deprecate building _ctypes " "with the bundled copy of libffi on non-OSX UNIX platforms." #: ../../../Misc/NEWS:1482 ../../../Misc/NEWS:4232 -#, fuzzy msgid "" "`bpo-27983 `__: Cause lack of llvm-" "profdata tool when using clang as required for PGO linking to be a configure " "time error rather than make time when --with-optimizations is enabled. Also " "improve our ability to find the llvm-profdata tool on MacOS and some Linuxes." msgstr "" -"`Issue #27983 `__: Cause lack of llvm-" -"profdata tool when using clang as required for PGO linking to be a configure " -"time error rather than make time when --with-optimizations is enabled. Also " +"`bpo-27983 `__: Cause lack of llvm-profdata " +"tool when using clang as required for PGO linking to be a configure time " +"error rather than make time when --with-optimizations is enabled. Also " "improve our ability to find the llvm-profdata tool on MacOS and some Linuxes." #: ../../../Misc/NEWS:1487 -#, fuzzy msgid "" "`bpo-21590 `__: Support for DTrace and " "SystemTap probes." msgstr "" -"`Issue #21590 `__: Support for DTrace and " +"`bpo-21590 `__: Support for DTrace and " "SystemTap probes." #: ../../../Misc/NEWS:1489 ../../../Misc/NEWS:4237 -#, fuzzy msgid "" "`bpo-26307 `__: The profile-opt build " "now applies PGO to the built-in modules." msgstr "" -"`Issue #26307 `__: The profile-opt build now " +"`bpo-26307 `__: The profile-opt build now " "applies PGO to the built-in modules." #: ../../../Misc/NEWS:1491 @@ -4224,21 +3981,19 @@ msgstr "" "optimizations flag to turn on LTO and PGO build support when available." #: ../../../Misc/NEWS:1494 -#, fuzzy msgid "" "`bpo-27917 `__: Set platform triplets " "for Android builds." msgstr "" -"`Issue #27917 `__: Set platform triplets for " +"`bpo-27917 `__: Set platform triplets for " "Android builds." #: ../../../Misc/NEWS:1496 -#, fuzzy msgid "" "`bpo-25825 `__: Update references to the " "$(LIBPL) installation path on AIX. This path was changed in 3.2a4." msgstr "" -"`Issue #25825 `__: Update references to the " +"`bpo-25825 `__: Update references to the " "$(LIBPL) installation path on AIX. This path was changed in 3.2a4." #: ../../../Misc/NEWS:1499 @@ -4246,134 +4001,119 @@ msgid "Update OS X installer to use SQLite 3.14.1 and XZ 5.2.2." msgstr "" #: ../../../Misc/NEWS:1501 -#, fuzzy msgid "" "`bpo-21122 `__: Fix LTO builds on OS X." -msgstr "" -"`Issue #21122 `__: Fix LTO builds on OS X." +msgstr "`bpo-21122 `__: Fix LTO builds on OS X." #: ../../../Misc/NEWS:1503 -#, fuzzy msgid "" "`bpo-17128 `__: Build OS X installer " "with a private copy of OpenSSL. Also provide a sample Install Certificates " "command script to install a set of root certificates from the third-party " "certifi module." msgstr "" -"`Issue #17128 `__: Build OS X installer with " -"a private copy of OpenSSL. Also provide a sample Install Certificates " -"command script to install a set of root certificates from the third-party " -"certifi module." +"`bpo-17128 `__: Build OS X installer with a " +"private copy of OpenSSL. Also provide a sample Install Certificates command " +"script to install a set of root certificates from the third-party certifi " +"module." #: ../../../Misc/NEWS:1510 ../../../Misc/NEWS:4176 -#, fuzzy msgid "" "`bpo-27952 `__: Get Tools/scripts/fixcid." "py working with Python 3 and the current \"re\" module, avoid invalid Python " "backslash escapes, and fix a bug parsing escaped C quote signs." msgstr "" -"`Issue #27952 `__: Get Tools/scripts/fixcid." -"py working with Python 3 and the current \"re\" module, avoid invalid Python " +"`bpo-27952 `__: Get Tools/scripts/fixcid.py " +"working with Python 3 and the current \"re\" module, avoid invalid Python " "backslash escapes, and fix a bug parsing escaped C quote signs." #: ../../../Misc/NEWS:1517 -#, fuzzy msgid "" "`bpo-28065 `__: Update xz dependency to " "5.2.2 and build it from source." msgstr "" -"`Issue #28065 `__: Update xz dependency to " -"5.2.2 and build it from source." +"`bpo-28065 `__: Update xz dependency to 5.2.2 " +"and build it from source." #: ../../../Misc/NEWS:1519 ../../../Misc/NEWS:4193 -#, fuzzy msgid "" "`bpo-25144 `__: Ensures TargetDir is set " "before continuing with custom install." msgstr "" -"`Issue #25144 `__: Ensures TargetDir is set " +"`bpo-25144 `__: Ensures TargetDir is set " "before continuing with custom install." #: ../../../Misc/NEWS:1522 -#, fuzzy msgid "" "`bpo-1602 `__: Windows console doesn't " "input or print Unicode (PEP 528)" msgstr "" -"`Issue #1602 `__: Windows console doesn't " -"input or print Unicode (PEP 528)" +"`bpo-1602 `__: Windows console doesn't input " +"or print Unicode (PEP 528)" #: ../../../Misc/NEWS:1524 -#, fuzzy msgid "" "`bpo-27781 `__: Change file system " "encoding on Windows to UTF-8 (PEP 529)" msgstr "" -"`Issue #27781 `__: Change file system " -"encoding on Windows to UTF-8 (PEP 529)" +"`bpo-27781 `__: Change file system encoding " +"on Windows to UTF-8 (PEP 529)" #: ../../../Misc/NEWS:1526 -#, fuzzy msgid "" "`bpo-27731 `__: Opt-out of MAX_PATH on " "Windows 10" msgstr "" -"`Issue #27731 `__: Opt-out of MAX_PATH on " +"`bpo-27731 `__: Opt-out of MAX_PATH on " "Windows 10" #: ../../../Misc/NEWS:1528 -#, fuzzy msgid "" "`bpo-6135 `__: Adds encoding and errors " "parameters to subprocess." msgstr "" -"`Issue #6135 `__: Adds encoding and errors " +"`bpo-6135 `__: Adds encoding and errors " "parameters to subprocess." #: ../../../Misc/NEWS:1530 -#, fuzzy msgid "" "`bpo-27959 `__: Adds oem encoding, alias " "ansi to mbcs, move aliasmbcs to codec lookup." msgstr "" -"`Issue #27959 `__: Adds oem encoding, alias " -"ansi to mbcs, move aliasmbcs to codec lookup." +"`bpo-27959 `__: Adds oem encoding, alias ansi " +"to mbcs, move aliasmbcs to codec lookup." #: ../../../Misc/NEWS:1533 -#, fuzzy msgid "" "`bpo-27982 `__: The functions of the " "winsound module now accept keyword arguments." msgstr "" -"`Issue #27982 `__: The functions of the " -"winsound module now accept keyword arguments." +"`bpo-27982 `__: The functions of the winsound " +"module now accept keyword arguments." #: ../../../Misc/NEWS:1536 -#, fuzzy msgid "" "`bpo-20366 `__: Build full text search " "support into SQLite on Windows." msgstr "" -"`Issue #20366 `__: Build full text search " +"`bpo-20366 `__: Build full text search " "support into SQLite on Windows." #: ../../../Misc/NEWS:1538 -#, fuzzy msgid "" "`bpo-27756 `__: Adds new icons for " "Python files and processes on Windows. Designs by Cherry Wang." msgstr "" -"`Issue #27756 `__: Adds new icons for Python " +"`bpo-27756 `__: Adds new icons for Python " "files and processes on Windows. Designs by Cherry Wang." #: ../../../Misc/NEWS:1541 -#, fuzzy msgid "" "`bpo-27883 `__: Update sqlite to " "3.14.1.0 on Windows." msgstr "" -"`Issue #27883 `__: Update sqlite to 3.14.1.0 " -"on Windows." +"`bpo-27883 `__: Update sqlite to 3.14.1.0 on " +"Windows." #: ../../../Misc/NEWS:1545 msgid "Python 3.6.0 alpha 4" @@ -4384,161 +4124,145 @@ msgid "*Release date: 2016-08-15*" msgstr "" #: ../../../Misc/NEWS:1552 -#, fuzzy msgid "" "`bpo-27704 `__: Optimized creating bytes " "and bytearray from byte-like objects and iterables. Speed up to 3 times for " "short objects. Original patch by Naoki Inada." msgstr "" -"`Issue #27704 `__: Optimized creating bytes " -"and bytearray from byte-like objects and iterables. Speed up to 3 times for " +"`bpo-27704 `__: Optimized creating bytes and " +"bytearray from byte-like objects and iterables. Speed up to 3 times for " "short objects. Original patch by Naoki Inada." #: ../../../Misc/NEWS:1556 -#, fuzzy msgid "" "`bpo-26823 `__: Large sections of " "repeated lines in tracebacks are now abbreviated as \"[Previous line " "repeated {count} more times]\" by the builtin traceback rendering. Patch by " "Emanuel Barry." msgstr "" -"`Issue #26823 `__: Large sections of repeated " +"`bpo-26823 `__: Large sections of repeated " "lines in tracebacks are now abbreviated as \"[Previous line repeated {count} " "more times]\" by the builtin traceback rendering. Patch by Emanuel Barry." #: ../../../Misc/NEWS:1560 -#, fuzzy msgid "" "`bpo-27574 `__: Decreased an overhead of " "parsing keyword arguments in functions implemented with using Argument " "Clinic." msgstr "" -"`Issue #27574 `__: Decreased an overhead of " +"`bpo-27574 `__: Decreased an overhead of " "parsing keyword arguments in functions implemented with using Argument " "Clinic." #: ../../../Misc/NEWS:1563 -#, fuzzy msgid "" "`bpo-22557 `__: Now importing already " "imported modules is up to 2.5 times faster." msgstr "" -"`Issue #22557 `__: Now importing already " +"`bpo-22557 `__: Now importing already " "imported modules is up to 2.5 times faster." #: ../../../Misc/NEWS:1566 -#, fuzzy msgid "" "`bpo-17596 `__: Include to " "help with Min GW building." msgstr "" -"`Issue #17596 `__: Include to " -"help with Min GW building." +"`bpo-17596 `__: Include to help " +"with Min GW building." #: ../../../Misc/NEWS:1568 -#, fuzzy msgid "" "`bpo-17599 `__: On Windows, rename the " "privately defined REPARSE_DATA_BUFFER structure to avoid conflicting with " "the definition from Min GW." msgstr "" -"`Issue #17599 `__: On Windows, rename the " +"`bpo-17599 `__: On Windows, rename the " "privately defined REPARSE_DATA_BUFFER structure to avoid conflicting with " "the definition from Min GW." #: ../../../Misc/NEWS:1571 ../../../Misc/NEWS:3704 -#, fuzzy msgid "" "`bpo-27507 `__: Add integer overflow " "check in bytearray.extend(). Patch by Xiang Zhang." msgstr "" -"`Issue #27507 `__: Add integer overflow check " -"in bytearray.extend(). Patch by Xiang Zhang." +"`bpo-27507 `__: Add integer overflow check in " +"bytearray.extend(). Patch by Xiang Zhang." #: ../../../Misc/NEWS:1574 ../../../Misc/NEWS:3707 -#, fuzzy msgid "" "`bpo-27581 `__: Don't rely on wrapping " "for overflow check in PySequence_Tuple(). Patch by Xiang Zhang." msgstr "" -"`Issue #27581 `__: Don't rely on wrapping for " +"`bpo-27581 `__: Don't rely on wrapping for " "overflow check in PySequence_Tuple(). Patch by Xiang Zhang." #: ../../../Misc/NEWS:1577 -#, fuzzy msgid "" "`bpo-1621 `__: Avoid signed integer " "overflow in list and tuple operations. Patch by Xiang Zhang." msgstr "" -"`Issue #1621 `__: Avoid signed integer " -"overflow in list and tuple operations. Patch by Xiang Zhang." +"`bpo-1621 `__: Avoid signed integer overflow " +"in list and tuple operations. Patch by Xiang Zhang." #: ../../../Misc/NEWS:1580 -#, fuzzy msgid "" "`bpo-27419 `__: Standard __import__() no " "longer look up \"__import__\" in globals or builtins for importing " "submodules or \"from import\". Fixed a crash if raise a warning about " "unabling to resolve package from __spec__ or __package__." msgstr "" -"`Issue #27419 `__: Standard __import__() no " +"`bpo-27419 `__: Standard __import__() no " "longer look up \"__import__\" in globals or builtins for importing " "submodules or \"from import\". Fixed a crash if raise a warning about " "unabling to resolve package from __spec__ or __package__." #: ../../../Misc/NEWS:1585 ../../../Misc/NEWS:3696 -#, fuzzy msgid "" "`bpo-27083 `__: Respect the PYTHONCASEOK " "environment variable under Windows." msgstr "" -"`Issue #27083 `__: Respect the PYTHONCASEOK " +"`bpo-27083 `__: Respect the PYTHONCASEOK " "environment variable under Windows." #: ../../../Misc/NEWS:1587 ../../../Misc/NEWS:3698 -#, fuzzy msgid "" "`bpo-27514 `__: Make having too many " "statically nested blocks a SyntaxError instead of SystemError." msgstr "" -"`Issue #27514 `__: Make having too many " +"`bpo-27514 `__: Make having too many " "statically nested blocks a SyntaxError instead of SystemError." #: ../../../Misc/NEWS:1590 -#, fuzzy msgid "" "`bpo-27366 `__: Implemented PEP 487 " "(Simpler customization of class creation). Upon subclassing, the " "__init_subclass__ classmethod is called on the base class. Descriptors are " "initialized with __set_name__ after class creation." msgstr "" -"`Issue #27366 `__: Implemented PEP 487 " -"(Simpler customization of class creation). Upon subclassing, the " -"__init_subclass__ classmethod is called on the base class. Descriptors are " -"initialized with __set_name__ after class creation." +"`bpo-27366 `__: Implemented PEP 487 (Simpler " +"customization of class creation). Upon subclassing, the __init_subclass__ " +"classmethod is called on the base class. Descriptors are initialized with " +"__set_name__ after class creation." #: ../../../Misc/NEWS:1597 -#, fuzzy msgid "" "`bpo-26027 `__, #27524: Add PEP 519/" "__fspath__() support to the os and os.path modules. Includes code from Jelle " "Zijlstra." msgstr "" -"`Issue #26027 `__, #27524: Add PEP 519/" +"`bpo-26027 `__, #27524: Add PEP 519/" "__fspath__() support to the os and os.path modules. Includes code from Jelle " "Zijlstra." #: ../../../Misc/NEWS:1600 -#, fuzzy msgid "" "`bpo-27598 `__: Add Collections to " "collections.abc. Patch by Ivan Levkivskyi, docs by Neil Girdhar." msgstr "" -"`Issue #27598 `__: Add Collections to " +"`bpo-27598 `__: Add Collections to " "collections.abc. Patch by Ivan Levkivskyi, docs by Neil Girdhar." #: ../../../Misc/NEWS:1603 -#, fuzzy msgid "" "`bpo-25958 `__: Support \"anti-" "registration\" of special methods from various ABCs, like __hash__, __iter__ " @@ -4548,163 +4272,147 @@ msgid "" "make mutable classes unhashable.) Code contributed by Andrew Barnert and " "Ivan Levkivskyi." msgstr "" -"`Issue #25958 `__: Support \"anti-registration" -"\" of special methods from various ABCs, like __hash__, __iter__ or " -"__len__. All these (and several more) can be set to None in an " -"implementation class and the behavior will be as if the method is not " -"defined at all. (Previously, this mechanism existed only for __hash__, to " -"make mutable classes unhashable.) Code contributed by Andrew Barnert and " -"Ivan Levkivskyi." +"`bpo-25958 `__: Support \"anti-registration\" " +"of special methods from various ABCs, like __hash__, __iter__ or __len__. " +"All these (and several more) can be set to None in an implementation class " +"and the behavior will be as if the method is not defined at all. " +"(Previously, this mechanism existed only for __hash__, to make mutable " +"classes unhashable.) Code contributed by Andrew Barnert and Ivan Levkivskyi." #: ../../../Misc/NEWS:1611 -#, fuzzy msgid "" "`bpo-16764 `__: Support keyword " "arguments to zlib.decompress(). Patch by Xiang Zhang." msgstr "" -"`Issue #16764 `__: Support keyword arguments " -"to zlib.decompress(). Patch by Xiang Zhang." +"`bpo-16764 `__: Support keyword arguments to " +"zlib.decompress(). Patch by Xiang Zhang." #: ../../../Misc/NEWS:1614 -#, fuzzy msgid "" "`bpo-27736 `__: Prevent segfault after " "interpreter re-initialization due to ref count problem introduced in code " "for `bpo-27038 `__ in 3.6.0a3. Patch by " "Xiang Zhang." msgstr "" -"`Issue #27736 `__: Prevent segfault after " +"`bpo-27736 `__: Prevent segfault after " "interpreter re-initialization due to ref count problem introduced in code " "for `Issue #27038 `__ in 3.6.0a3. Patch by " "Xiang Zhang." #: ../../../Misc/NEWS:1618 -#, fuzzy msgid "" "`bpo-25628 `__: The *verbose* and " "*rename* parameters for collections.namedtuple are now keyword-only." msgstr "" -"`Issue #25628 `__: The *verbose* and " -"*rename* parameters for collections.namedtuple are now keyword-only." +"`bpo-25628 `__: The *verbose* and *rename* " +"parameters for collections.namedtuple are now keyword-only." #: ../../../Misc/NEWS:1621 -#, fuzzy msgid "" "`bpo-12345 `__: Add mathematical " "constant tau to math and cmath. See also PEP 628." msgstr "" -"`Issue #12345 `__: Add mathematical constant " -"tau to math and cmath. See also PEP 628." +"`bpo-12345 `__: Add mathematical constant tau " +"to math and cmath. See also PEP 628." #: ../../../Misc/NEWS:1624 -#, fuzzy msgid "" "`bpo-26823 `__: traceback.StackSummary." "format now abbreviates large sections of repeated lines as \"[Previous line " "repeated {count} more times]\" (this change then further affects other " "traceback display operations in the module). Patch by Emanuel Barry." msgstr "" -"`Issue #26823 `__: traceback.StackSummary." -"format now abbreviates large sections of repeated lines as \"[Previous line " +"`bpo-26823 `__: traceback.StackSummary.format " +"now abbreviates large sections of repeated lines as \"[Previous line " "repeated {count} more times]\" (this change then further affects other " "traceback display operations in the module). Patch by Emanuel Barry." #: ../../../Misc/NEWS:1629 -#, fuzzy msgid "" "`bpo-27664 `__: Add to concurrent." "futures.thread.ThreadPoolExecutor() the ability to specify a thread name " "prefix." msgstr "" -"`Issue #27664 `__: Add to concurrent.futures." +"`bpo-27664 `__: Add to concurrent.futures." "thread.ThreadPoolExecutor() the ability to specify a thread name prefix." #: ../../../Misc/NEWS:1632 -#, fuzzy msgid "" "`bpo-27181 `__: Add geometric_mean and " "harmonic_mean to statistics module." msgstr "" -"`Issue #27181 `__: Add geometric_mean and " +"`bpo-27181 `__: Add geometric_mean and " "harmonic_mean to statistics module." #: ../../../Misc/NEWS:1634 -#, fuzzy msgid "" "`bpo-27573 `__: code.interact now prints " "an message when exiting." msgstr "" -"`Issue #27573 `__: code.interact now prints " -"an message when exiting." +"`bpo-27573 `__: code.interact now prints an " +"message when exiting." #: ../../../Misc/NEWS:1636 -#, fuzzy msgid "" "`bpo-6422 `__: Add autorange method to " "timeit.Timer objects." msgstr "" -"`Issue #6422 `__: Add autorange method to " -"timeit.Timer objects." +"`bpo-6422 `__: Add autorange method to timeit." +"Timer objects." #: ../../../Misc/NEWS:1638 ../../../Misc/NEWS:3946 -#, fuzzy msgid "" "`bpo-27773 `__: Correct some memory " "management errors server_hostname in _ssl.wrap_socket()." msgstr "" -"`Issue #27773 `__: Correct some memory " +"`bpo-27773 `__: Correct some memory " "management errors server_hostname in _ssl.wrap_socket()." #: ../../../Misc/NEWS:1641 -#, fuzzy msgid "" "`bpo-26750 `__: unittest.mock." "create_autospec() now works properly for subclasses of property() and other " "data descriptors. Removes the never publicly used, never documented " "unittest.mock.DescriptorTypes tuple." msgstr "" -"`Issue #26750 `__: unittest.mock." +"`bpo-26750 `__: unittest.mock." "create_autospec() now works properly for subclasses of property() and other " "data descriptors. Removes the never publicly used, never documented " "unittest.mock.DescriptorTypes tuple." #: ../../../Misc/NEWS:1645 -#, fuzzy msgid "" "`bpo-26754 `__: Undocumented support of " "general bytes-like objects as path in compile() and similar functions is now " "deprecated." msgstr "" -"`Issue #26754 `__: Undocumented support of " +"`bpo-26754 `__: Undocumented support of " "general bytes-like objects as path in compile() and similar functions is now " "deprecated." #: ../../../Misc/NEWS:1648 -#, fuzzy msgid "" "`bpo-26800 `__: Undocumented support of " "general bytes-like objects as paths in os functions is now deprecated." msgstr "" -"`Issue #26800 `__: Undocumented support of " +"`bpo-26800 `__: Undocumented support of " "general bytes-like objects as paths in os functions is now deprecated." #: ../../../Misc/NEWS:1651 -#, fuzzy msgid "" "`bpo-26981 `__: Add _order_ " "compatibility shim to enum.Enum for Python 2/3 code bases." msgstr "" -"`Issue #26981 `__: Add _order_ compatibility " +"`bpo-26981 `__: Add _order_ compatibility " "shim to enum.Enum for Python 2/3 code bases." #: ../../../Misc/NEWS:1654 -#, fuzzy msgid "" "`bpo-27661 `__: Added tzinfo keyword " "argument to datetime.combine." msgstr "" -"`Issue #27661 `__: Added tzinfo keyword " -"argument to datetime.combine." +"`bpo-27661 `__: Added tzinfo keyword argument " +"to datetime.combine." #: ../../../Misc/NEWS:1656 ../../../Misc/NEWS:3952 msgid "" @@ -4713,90 +4421,81 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:1659 ../../../Misc/NEWS:3955 -#, fuzzy msgid "" "`bpo-27783 `__: Fix possible usage of " "uninitialized memory in operator.methodcaller." msgstr "" -"`Issue #27783 `__: Fix possible usage of " +"`bpo-27783 `__: Fix possible usage of " "uninitialized memory in operator.methodcaller." #: ../../../Misc/NEWS:1662 ../../../Misc/NEWS:3958 -#, fuzzy msgid "" "`bpo-27774 `__: Fix possible Py_DECREF " "on unowned object in _sre." msgstr "" -"`Issue #27774 `__: Fix possible Py_DECREF on " +"`bpo-27774 `__: Fix possible Py_DECREF on " "unowned object in _sre." #: ../../../Misc/NEWS:1664 ../../../Misc/NEWS:3960 -#, fuzzy msgid "" "`bpo-27760 `__: Fix possible integer " "overflow in binascii.b2a_qp." msgstr "" -"`Issue #27760 `__: Fix possible integer " -"overflow in binascii.b2a_qp." +"`bpo-27760 `__: Fix possible integer overflow " +"in binascii.b2a_qp." #: ../../../Misc/NEWS:1666 ../../../Misc/NEWS:3962 -#, fuzzy msgid "" "`bpo-27758 `__: Fix possible integer " "overflow in the _csv module for large record lengths." msgstr "" -"`Issue #27758 `__: Fix possible integer " -"overflow in the _csv module for large record lengths." +"`bpo-27758 `__: Fix possible integer overflow " +"in the _csv module for large record lengths." #: ../../../Misc/NEWS:1669 ../../../Misc/NEWS:3965 -#, fuzzy msgid "" "`bpo-27568 `__: Prevent HTTPoxy attack " "(CVE-2016-1000110). Ignore the HTTP_PROXY variable when REQUEST_METHOD " "environment is set, which indicates that the script is in CGI mode." msgstr "" -"`Issue #27568 `__: Prevent HTTPoxy attack " +"`bpo-27568 `__: Prevent HTTPoxy attack " "(CVE-2016-1000110). Ignore the HTTP_PROXY variable when REQUEST_METHOD " "environment is set, which indicates that the script is in CGI mode." #: ../../../Misc/NEWS:1673 -#, fuzzy msgid "" "`bpo-7063 `__: Remove dead code from the " "\"array\" module's slice handling. Patch by Chuck." msgstr "" -"`Issue #7063 `__: Remove dead code from the " +"`bpo-7063 `__: Remove dead code from the " "\"array\" module's slice handling. Patch by Chuck." #: ../../../Misc/NEWS:1676 ../../../Misc/NEWS:3969 -#, fuzzy msgid "" "`bpo-27656 `__: Do not assume sched.h " "defines any SCHED_* constants." msgstr "" -"`Issue #27656 `__: Do not assume sched.h " -"defines any SCHED_* constants." +"`bpo-27656 `__: Do not assume sched.h defines " +"any SCHED_* constants." #: ../../../Misc/NEWS:1678 ../../../Misc/NEWS:3971 -#, fuzzy msgid "" "`bpo-27130 `__: In the \"zlib\" module, " "fix handling of large buffers (typically 4 GiB) when compressing and " "decompressing. Previously, inputs were limited to 4 GiB, and compression " "and decompression operations did not properly handle results of 4 GiB." msgstr "" -"`Issue #27130 `__: In the \"zlib\" module, " -"fix handling of large buffers (typically 4 GiB) when compressing and " +"`bpo-27130 `__: In the \"zlib\" module, fix " +"handling of large buffers (typically 4 GiB) when compressing and " "decompressing. Previously, inputs were limited to 4 GiB, and compression " "and decompression operations did not properly handle results of 4 GiB." #: ../../../Misc/NEWS:1683 -#, fuzzy msgid "" "`bpo-24773 `__: Implemented PEP 495 " "(Local Time Disambiguation)." msgstr "" -"`Issue #24773 `__: Implemented PEP 495 (Local " +"`bpo-24773 `__: Implemented PEP 495 (Local " "Time Disambiguation)." #: ../../../Misc/NEWS:1685 @@ -4805,284 +4504,256 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:1687 -#, fuzzy msgid "" "`bpo-27567 `__: Expose the EPOLLRDHUP " "and POLLRDHUP constants in the select module." msgstr "" -"`Issue #27567 `__: Expose the EPOLLRDHUP and " +"`bpo-27567 `__: Expose the EPOLLRDHUP and " "POLLRDHUP constants in the select module." #: ../../../Misc/NEWS:1690 -#, fuzzy msgid "" "`bpo-1621 `__: Avoid signed int negation " "overflow in the \"audioop\" module." msgstr "" -"`Issue #1621 `__: Avoid signed int negation " +"`bpo-1621 `__: Avoid signed int negation " "overflow in the \"audioop\" module." #: ../../../Misc/NEWS:1692 ../../../Misc/NEWS:3976 -#, fuzzy msgid "" "`bpo-27533 `__: Release GIL in nt._isdir" msgstr "" -"`Issue #27533 `__: Release GIL in nt._isdir" +"`bpo-27533 `__: Release GIL in nt._isdir" #: ../../../Misc/NEWS:1694 ../../../Misc/NEWS:3978 -#, fuzzy msgid "" "`bpo-17711 `__: Fixed unpickling by the " "persistent ID with protocol 0. Original patch by Alexandre Vassalotti." msgstr "" -"`Issue #17711 `__: Fixed unpickling by the " +"`bpo-17711 `__: Fixed unpickling by the " "persistent ID with protocol 0. Original patch by Alexandre Vassalotti." #: ../../../Misc/NEWS:1697 ../../../Misc/NEWS:3981 -#, fuzzy msgid "" "`bpo-27522 `__: Avoid an unintentional " "reference cycle in email.feedparser." msgstr "" -"`Issue #27522 `__: Avoid an unintentional " +"`bpo-27522 `__: Avoid an unintentional " "reference cycle in email.feedparser." #: ../../../Misc/NEWS:1699 -#, fuzzy msgid "" "`bpo-27512 `__: Fix a segfault when os." "fspath() called an __fspath__() method that raised an exception. Patch by " "Xiang Zhang." msgstr "" -"`Issue #27512 `__: Fix a segfault when os." +"`bpo-27512 `__: Fix a segfault when os." "fspath() called an __fspath__() method that raised an exception. Patch by " "Xiang Zhang." #: ../../../Misc/NEWS:1705 ../../../Misc/NEWS:4126 -#, fuzzy msgid "" "`bpo-27714 `__: text_textview and " "test_autocomplete now pass when re-run in the same process. This occurs " "when test_idle fails when run with the -w option but without -jn. Fix " "warning from test_config." msgstr "" -"`Issue #27714 `__: text_textview and " +"`bpo-27714 `__: text_textview and " "test_autocomplete now pass when re-run in the same process. This occurs " "when test_idle fails when run with the -w option but without -jn. Fix " "warning from test_config." #: ../../../Misc/NEWS:1709 -#, fuzzy msgid "" "`bpo-27621 `__: Put query response " "validation error messages in the query box itself instead of in a separate " "massagebox. Redo tests to match. Add Mac OSX refinements. Original patch " "by Mark Roseman." msgstr "" -"`Issue #27621 `__: Put query response " -"validation error messages in the query box itself instead of in a separate " -"massagebox. Redo tests to match. Add Mac OSX refinements. Original patch " -"by Mark Roseman." +"`bpo-27621 `__: Put query response validation " +"error messages in the query box itself instead of in a separate massagebox. " +"Redo tests to match. Add Mac OSX refinements. Original patch by Mark " +"Roseman." #: ../../../Misc/NEWS:1713 -#, fuzzy msgid "" "`bpo-27620 `__: Escape key now closes " "Query box as cancelled." msgstr "" -"`Issue #27620 `__: Escape key now closes " -"Query box as cancelled." +"`bpo-27620 `__: Escape key now closes Query " +"box as cancelled." #: ../../../Misc/NEWS:1715 -#, fuzzy msgid "" "`bpo-27609 `__: IDLE: tab after initial " "whitespace should tab, not autocomplete. This fixes problem with writing " "docstrings at least twice indented." msgstr "" -"`Issue #27609 `__: IDLE: tab after initial " +"`bpo-27609 `__: IDLE: tab after initial " "whitespace should tab, not autocomplete. This fixes problem with writing " "docstrings at least twice indented." #: ../../../Misc/NEWS:1719 -#, fuzzy msgid "" "`bpo-27609 `__: Explicitly return None " "when there are also non-None returns. In a few cases, reverse a condition " "and eliminate a return." msgstr "" -"`Issue #27609 `__: Explicitly return None " -"when there are also non-None returns. In a few cases, reverse a condition " -"and eliminate a return." +"`bpo-27609 `__: Explicitly return None when " +"there are also non-None returns. In a few cases, reverse a condition and " +"eliminate a return." #: ../../../Misc/NEWS:1722 ../../../Misc/NEWS:4130 -#, fuzzy msgid "" "`bpo-25507 `__: IDLE no longer runs " "buggy code because of its tkinter imports. Users must include the same " "imports required to run directly in Python." msgstr "" -"`Issue #25507 `__: IDLE no longer runs buggy " +"`bpo-25507 `__: IDLE no longer runs buggy " "code because of its tkinter imports. Users must include the same imports " "required to run directly in Python." #: ../../../Misc/NEWS:1725 ../../../Misc/NEWS:1906 -#, fuzzy msgid "" "`bpo-27173 `__: Add 'IDLE Modern Unix' " "to the built-in key sets. Make the default key set depend on the platform. " "Add tests for the changes to the config module." msgstr "" -"`Issue #27173 `__: Add 'IDLE Modern Unix' to " -"the built-in key sets. Make the default key set depend on the platform. Add " +"`bpo-27173 `__: Add 'IDLE Modern Unix' to the " +"built-in key sets. Make the default key set depend on the platform. Add " "tests for the changes to the config module." #: ../../../Misc/NEWS:1729 ../../../Misc/NEWS:1913 ../../../Misc/NEWS:4133 -#, fuzzy msgid "" "`bpo-27452 `__: add line counter and crc " "to IDLE configHandler test dump." msgstr "" -"`Issue #27452 `__: add line counter and crc " -"to IDLE configHandler test dump." +"`bpo-27452 `__: add line counter and crc to " +"IDLE configHandler test dump." #: ../../../Misc/NEWS:1734 -#, fuzzy msgid "" "`bpo-25805 `__: Skip a test in " "test_pkgutil as needed that doesn't work when ``__name__ == __main__``. " "Patch by SilentGhost." msgstr "" -"`Issue #25805 `__: Skip a test in " -"test_pkgutil as needed that doesn't work when ``__name__ == __main__``. " -"Patch by SilentGhost." +"`bpo-25805 `__: Skip a test in test_pkgutil " +"as needed that doesn't work when ``__name__ == __main__``. Patch by " +"SilentGhost." #: ../../../Misc/NEWS:1737 -#, fuzzy msgid "" "`bpo-27472 `__: Add test.support." "unix_shell as the path to the default shell." msgstr "" -"`Issue #27472 `__: Add test.support." -"unix_shell as the path to the default shell." +"`bpo-27472 `__: Add test.support.unix_shell " +"as the path to the default shell." #: ../../../Misc/NEWS:1739 ../../../Misc/NEWS:4170 -#, fuzzy msgid "" "`bpo-27369 `__: In test_pyexpat, avoid " "testing an error message detail that changed in Expat 2.2.0." msgstr "" -"`Issue #27369 `__: In test_pyexpat, avoid " +"`bpo-27369 `__: In test_pyexpat, avoid " "testing an error message detail that changed in Expat 2.2.0." #: ../../../Misc/NEWS:1742 -#, fuzzy msgid "" "`bpo-27594 `__: Prevent assertion error " "when running test_ast with coverage enabled: ensure code object has a valid " "first line number. Patch suggested by Ivan Levkivskyi." msgstr "" -"`Issue #27594 `__: Prevent assertion error " -"when running test_ast with coverage enabled: ensure code object has a valid " -"first line number. Patch suggested by Ivan Levkivskyi." +"`bpo-27594 `__: Prevent assertion error when " +"running test_ast with coverage enabled: ensure code object has a valid first " +"line number. Patch suggested by Ivan Levkivskyi." #: ../../../Misc/NEWS:1749 -#, fuzzy msgid "" "`bpo-27647 `__: Update bundled Tcl/Tk to " "8.6.6." msgstr "" -"`Issue #27647 `__: Update bundled Tcl/Tk to " +"`bpo-27647 `__: Update bundled Tcl/Tk to " "8.6.6." #: ../../../Misc/NEWS:1751 -#, fuzzy msgid "" "`bpo-27610 `__: Adds PEP 514 metadata to " "Windows installer" msgstr "" -"`Issue #27610 `__: Adds PEP 514 metadata to " +"`bpo-27610 `__: Adds PEP 514 metadata to " "Windows installer" #: ../../../Misc/NEWS:1753 ../../../Misc/NEWS:4196 -#, fuzzy msgid "" "`bpo-27469 `__: Adds a shell extension " "to the launcher so that drag and drop works correctly." msgstr "" -"`Issue #27469 `__: Adds a shell extension to " -"the launcher so that drag and drop works correctly." +"`bpo-27469 `__: Adds a shell extension to the " +"launcher so that drag and drop works correctly." #: ../../../Misc/NEWS:1756 -#, fuzzy msgid "" "`bpo-27309 `__: Enables proper Windows " "styles in python[w].exe manifest." msgstr "" -"`Issue #27309 `__: Enables proper Windows " -"styles in python[w].exe manifest." +"`bpo-27309 `__: Enables proper Windows styles " +"in python[w].exe manifest." #: ../../../Misc/NEWS:1761 ../../../Misc/NEWS:4241 -#, fuzzy msgid "" "`bpo-27713 `__: Suppress spurious build " "warnings when updating importlib's bootstrap files. Patch by Xiang Zhang" msgstr "" -"`Issue #27713 `__: Suppress spurious build " +"`bpo-27713 `__: Suppress spurious build " "warnings when updating importlib's bootstrap files. Patch by Xiang Zhang" #: ../../../Misc/NEWS:1764 -#, fuzzy msgid "" "`bpo-25825 `__: Correct the references " "to Modules/python.exp, which is required on AIX. The references were " "accidentally changed in 3.5.0a1." msgstr "" -"`Issue #25825 `__: Correct the references to " +"`bpo-25825 `__: Correct the references to " "Modules/python.exp, which is required on AIX. The references were " "accidentally changed in 3.5.0a1." #: ../../../Misc/NEWS:1767 ../../../Misc/NEWS:4249 -#, fuzzy msgid "" "`bpo-27453 `__: CPP invocation in " "configure must use CPPFLAGS. Patch by Chi Hsuan Yen." msgstr "" -"`Issue #27453 `__: CPP invocation in " -"configure must use CPPFLAGS. Patch by Chi Hsuan Yen." +"`bpo-27453 `__: CPP invocation in configure " +"must use CPPFLAGS. Patch by Chi Hsuan Yen." #: ../../../Misc/NEWS:1770 ../../../Misc/NEWS:4252 -#, fuzzy msgid "" "`bpo-27641 `__: The configure script now " "inserts comments into the makefile to prevent the pgen and _freeze_importlib " "executables from being cross- compiled." msgstr "" -"`Issue #27641 `__: The configure script now " +"`bpo-27641 `__: The configure script now " "inserts comments into the makefile to prevent the pgen and _freeze_importlib " "executables from being cross- compiled." #: ../../../Misc/NEWS:1774 ../../../Misc/NEWS:4256 -#, fuzzy msgid "" "`bpo-26662 `__: Set PYTHON_FOR_GEN in " "configure as the Python program to be used for file generation during the " "build." msgstr "" -"`Issue #26662 `__: Set PYTHON_FOR_GEN in " +"`bpo-26662 `__: Set PYTHON_FOR_GEN in " "configure as the Python program to be used for file generation during the " "build." #: ../../../Misc/NEWS:1777 ../../../Misc/NEWS:4259 -#, fuzzy msgid "" "`bpo-10910 `__: Avoid C++ compilation " "errors on FreeBSD and OS X. Also update FreedBSD version checks for the " "original ctype UTF-8 workaround." msgstr "" -"`Issue #10910 `__: Avoid C++ compilation " -"errors on FreeBSD and OS X. Also update FreedBSD version checks for the " -"original ctype UTF-8 workaround." +"`bpo-10910 `__: Avoid C++ compilation errors " +"on FreeBSD and OS X. Also update FreedBSD version checks for the original " +"ctype UTF-8 workaround." #: ../../../Misc/NEWS:1782 msgid "Python 3.6.0 alpha 3" @@ -5093,102 +4764,92 @@ msgid "*Release date: 2016-07-11*" msgstr "" #: ../../../Misc/NEWS:1789 ../../../Misc/NEWS:3701 -#, fuzzy msgid "" "`bpo-27473 `__: Fixed possible integer " "overflow in bytes and bytearray concatenations. Patch by Xiang Zhang." msgstr "" -"`Issue #27473 `__: Fixed possible integer " +"`bpo-27473 `__: Fixed possible integer " "overflow in bytes and bytearray concatenations. Patch by Xiang Zhang." #: ../../../Misc/NEWS:1792 -#, fuzzy msgid "" "`bpo-23034 `__: The output of a special " "Python build with defined COUNT_ALLOCS, SHOW_ALLOC_COUNT or SHOW_TRACK_COUNT " "macros is now off by default. It can be re-enabled using the \"-X " "showalloccount\" option. It now outputs to stderr instead of stdout." msgstr "" -"`Issue #23034 `__: The output of a special " +"`bpo-23034 `__: The output of a special " "Python build with defined COUNT_ALLOCS, SHOW_ALLOC_COUNT or SHOW_TRACK_COUNT " "macros is now off by default. It can be re-enabled using the \"-X " "showalloccount\" option. It now outputs to stderr instead of stdout." #: ../../../Misc/NEWS:1797 ../../../Misc/NEWS:3710 -#, fuzzy msgid "" "`bpo-27443 `__: __length_hint__() of " "bytearray iterators no longer return a negative integer for a resized " "bytearray." msgstr "" -"`Issue #27443 `__: __length_hint__() of " +"`bpo-27443 `__: __length_hint__() of " "bytearray iterators no longer return a negative integer for a resized " "bytearray." #: ../../../Misc/NEWS:1800 -#, fuzzy msgid "" "`bpo-27007 `__: The fromhex() class " "methods of bytes and bytearray subclasses now return an instance of " "corresponding subclass." msgstr "" -"`Issue #27007 `__: The fromhex() class " -"methods of bytes and bytearray subclasses now return an instance of " -"corresponding subclass." +"`bpo-27007 `__: The fromhex() class methods " +"of bytes and bytearray subclasses now return an instance of corresponding " +"subclass." #: ../../../Misc/NEWS:1806 ../../../Misc/NEWS:3983 -#, fuzzy msgid "" "`bpo-26844 `__: Fix error message for " "imp.find_module() to refer to 'path' instead of 'name'. Patch by Lev Maximov." msgstr "" -"`Issue #26844 `__: Fix error message for imp." +"`bpo-26844 `__: Fix error message for imp." "find_module() to refer to 'path' instead of 'name'. Patch by Lev Maximov." #: ../../../Misc/NEWS:1809 ../../../Misc/NEWS:3986 -#, fuzzy msgid "" "`bpo-23804 `__: Fix SSL zero-length " "recv() calls to not block and not raise an error about unclean EOF." msgstr "" -"`Issue #23804 `__: Fix SSL zero-length recv() " +"`bpo-23804 `__: Fix SSL zero-length recv() " "calls to not block and not raise an error about unclean EOF." #: ../../../Misc/NEWS:1812 ../../../Misc/NEWS:3989 -#, fuzzy msgid "" "`bpo-27466 `__: Change time format " "returned by http.cookie.time2netscape, confirming the netscape cookie format " "and making it consistent with documentation." msgstr "" -"`Issue #27466 `__: Change time format " -"returned by http.cookie.time2netscape, confirming the netscape cookie format " -"and making it consistent with documentation." +"`bpo-27466 `__: Change time format returned " +"by http.cookie.time2netscape, confirming the netscape cookie format and " +"making it consistent with documentation." #: ../../../Misc/NEWS:1816 -#, fuzzy msgid "" "`bpo-21708 `__: Deprecated dbm.dumb " "behavior that differs from common dbm behavior: creating a database in 'r' " "and 'w' modes and modifying a database in 'r' mode." msgstr "" -"`Issue #21708 `__: Deprecated dbm.dumb " -"behavior that differs from common dbm behavior: creating a database in 'r' " -"and 'w' modes and modifying a database in 'r' mode." +"`bpo-21708 `__: Deprecated dbm.dumb behavior " +"that differs from common dbm behavior: creating a database in 'r' and 'w' " +"modes and modifying a database in 'r' mode." #: ../../../Misc/NEWS:1820 -#, fuzzy msgid "" "`bpo-26721 `__: Change the socketserver." "StreamRequestHandler.wfile attribute to implement BufferedIOBase. In " "particular, the write() method no longer does partial writes." msgstr "" -"`Issue #26721 `__: Change the socketserver." +"`bpo-26721 `__: Change the socketserver." "StreamRequestHandler.wfile attribute to implement BufferedIOBase. In " "particular, the write() method no longer does partial writes." #: ../../../Misc/NEWS:1824 -#, fuzzy msgid "" "`bpo-22115 `__: Added methods trace_add, " "trace_remove and trace_info in the tkinter.Variable class. They replace old " @@ -5198,7 +4859,7 @@ msgid "" "tracing, trace_vinfo() now always returns a list of pairs of strings, " "tracing in the \"u\" mode now works." msgstr "" -"`Issue #22115 `__: Added methods trace_add, " +"`bpo-22115 `__: Added methods trace_add, " "trace_remove and trace_info in the tkinter.Variable class. They replace old " "methods trace_variable, trace, trace_vdelete and trace_vinfo that use " "obsolete Tcl commands and might not work in future versions of Tcl. Fixed " @@ -5207,49 +4868,44 @@ msgstr "" "tracing in the \"u\" mode now works." #: ../../../Misc/NEWS:1831 -#, fuzzy msgid "" "`bpo-26243 `__: Only the level argument " "to zlib.compress() is keyword argument now. The first argument is " "positional-only." msgstr "" -"`Issue #26243 `__: Only the level argument to " +"`bpo-26243 `__: Only the level argument to " "zlib.compress() is keyword argument now. The first argument is positional-" "only." #: ../../../Misc/NEWS:1834 -#, fuzzy msgid "" "`bpo-27038 `__: Expose the DirEntry type " "as os.DirEntry. Code patch by Jelle Zijlstra." msgstr "" -"`Issue #27038 `__: Expose the DirEntry type " -"as os.DirEntry. Code patch by Jelle Zijlstra." +"`bpo-27038 `__: Expose the DirEntry type as " +"os.DirEntry. Code patch by Jelle Zijlstra." #: ../../../Misc/NEWS:1837 -#, fuzzy msgid "" "`bpo-27186 `__: Update os.fspath()/" "PyOS_FSPath() to check the return value of __fspath__() to be either str or " "bytes." msgstr "" -"`Issue #27186 `__: Update os.fspath()/" +"`bpo-27186 `__: Update os.fspath()/" "PyOS_FSPath() to check the return value of __fspath__() to be either str or " "bytes." #: ../../../Misc/NEWS:1840 -#, fuzzy msgid "" "`bpo-18726 `__: All optional parameters " "of the dump(), dumps(), load() and loads() functions and JSONEncoder and " "JSONDecoder class constructors in the json module are now keyword-only." msgstr "" -"`Issue #18726 `__: All optional parameters of " +"`bpo-18726 `__: All optional parameters of " "the dump(), dumps(), load() and loads() functions and JSONEncoder and " "JSONDecoder class constructors in the json module are now keyword-only." #: ../../../Misc/NEWS:1844 -#, fuzzy msgid "" "`bpo-27319 `__: Methods selection_set(), " "selection_add(), selection_remove() and selection_toggle() of ttk.TreeView " @@ -5257,92 +4913,82 @@ msgid "" "them as a tuple. Deprecated undocumented ability of calling the selection() " "method with arguments." msgstr "" -"`Issue #27319 `__: Methods selection_set(), " +"`bpo-27319 `__: Methods selection_set(), " "selection_add(), selection_remove() and selection_toggle() of ttk.TreeView " "now allow passing multiple items as multiple arguments instead of passing " "them as a tuple. Deprecated undocumented ability of calling the selection() " "method with arguments." #: ../../../Misc/NEWS:1849 ../../../Misc/NEWS:4003 -#, fuzzy msgid "" "`bpo-27079 `__: Fixed curses.ascii " "functions isblank(), iscntrl() and ispunct()." msgstr "" -"`Issue #27079 `__: Fixed curses.ascii " -"functions isblank(), iscntrl() and ispunct()." +"`bpo-27079 `__: Fixed curses.ascii functions " +"isblank(), iscntrl() and ispunct()." #: ../../../Misc/NEWS:1851 -#, fuzzy msgid "" "`bpo-27294 `__: Numerical state in the " "repr for Tkinter event objects is now represented as a combination of known " "flags." msgstr "" -"`Issue #27294 `__: Numerical state in the " -"repr for Tkinter event objects is now represented as a combination of known " -"flags." +"`bpo-27294 `__: Numerical state in the repr " +"for Tkinter event objects is now represented as a combination of known flags." #: ../../../Misc/NEWS:1854 -#, fuzzy msgid "" "`bpo-27177 `__: Match objects in the re " "module now support index-like objects as group indices. Based on patches by " "Jeroen Demeyer and Xiang Zhang." msgstr "" -"`Issue #27177 `__: Match objects in the re " +"`bpo-27177 `__: Match objects in the re " "module now support index-like objects as group indices. Based on patches by " "Jeroen Demeyer and Xiang Zhang." #: ../../../Misc/NEWS:1857 ../../../Misc/NEWS:4005 -#, fuzzy msgid "" "`bpo-26754 `__: Some functions " "(compile() etc) accepted a filename argument encoded as an iterable of " "integers. Now only strings and byte-like objects are accepted." msgstr "" -"`Issue #26754 `__: Some functions (compile() " +"`bpo-26754 `__: Some functions (compile() " "etc) accepted a filename argument encoded as an iterable of integers. Now " "only strings and byte-like objects are accepted." #: ../../../Misc/NEWS:1861 -#, fuzzy msgid "" "`bpo-26536 `__: socket.ioctl now " "supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes." msgstr "" -"`Issue #26536 `__: socket.ioctl now supports " +"`bpo-26536 `__: socket.ioctl now supports " "SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes." #: ../../../Misc/NEWS:1864 ../../../Misc/NEWS:4009 -#, fuzzy msgid "" "`bpo-27048 `__: Prevents distutils " "failing on Windows when environment variables contain non-ASCII characters" msgstr "" -"`Issue #27048 `__: Prevents distutils failing " -"on Windows when environment variables contain non-ASCII characters" +"`bpo-27048 `__: Prevents distutils failing on " +"Windows when environment variables contain non-ASCII characters" #: ../../../Misc/NEWS:1867 ../../../Misc/NEWS:4012 -#, fuzzy msgid "" "`bpo-27330 `__: Fixed possible leaks in " "the ctypes module." msgstr "" -"`Issue #27330 `__: Fixed possible leaks in " -"the ctypes module." +"`bpo-27330 `__: Fixed possible leaks in the " +"ctypes module." #: ../../../Misc/NEWS:1869 ../../../Misc/NEWS:4014 -#, fuzzy msgid "" "`bpo-27238 `__: Got rid of bare excepts " "in the turtle module. Original patch by Jelle Zijlstra." msgstr "" -"`Issue #27238 `__: Got rid of bare excepts in " +"`bpo-27238 `__: Got rid of bare excepts in " "the turtle module. Original patch by Jelle Zijlstra." #: ../../../Misc/NEWS:1872 ../../../Misc/NEWS:4017 -#, fuzzy msgid "" "`bpo-27122 `__: When an exception is " "raised within the context being managed by a contextlib.ExitStack() and one " @@ -5350,11 +4996,11 @@ msgid "" "raise the original exception when exiting, let the new chained one through. " "This avoids the PEP 479 bug described in issue25782." msgstr "" -"`Issue #27122 `__: When an exception is " -"raised within the context being managed by a contextlib.ExitStack() and one " -"of the exit stack generators catches and raises it in a chain, do not re-" -"raise the original exception when exiting, let the new chained one through. " -"This avoids the PEP 479 bug described in issue25782." +"`bpo-27122 `__: When an exception is raised " +"within the context being managed by a contextlib.ExitStack() and one of the " +"exit stack generators catches and raises it in a chain, do not re-raise the " +"original exception when exiting, let the new chained one through. This " +"avoids the PEP 479 bug described in issue25782." #: ../../../Misc/NEWS:1878 ../../../Misc/NEWS:4023 msgid "" @@ -5365,30 +5011,27 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:1882 -#, fuzzy msgid "" "`bpo-16864 `__: sqlite3.Cursor.lastrowid " "now supports REPLACE statement. Initial patch by Alex LordThorsen." msgstr "" -"`Issue #16864 `__: sqlite3.Cursor.lastrowid " -"now supports REPLACE statement. Initial patch by Alex LordThorsen." +"`bpo-16864 `__: sqlite3.Cursor.lastrowid now " +"supports REPLACE statement. Initial patch by Alex LordThorsen." #: ../../../Misc/NEWS:1885 ../../../Misc/NEWS:4027 -#, fuzzy msgid "" "`bpo-26386 `__: Fixed ttk.TreeView " "selection operations with item id's containing spaces." msgstr "" -"`Issue #26386 `__: Fixed ttk.TreeView " -"selection operations with item id's containing spaces." +"`bpo-26386 `__: Fixed ttk.TreeView selection " +"operations with item id's containing spaces." #: ../../../Misc/NEWS:1888 -#, fuzzy msgid "" "`bpo-8637 `__: Honor a pager set by the " "env var MANPAGER (in preference to one set by the env var PAGER)." msgstr "" -"`Issue #8637 `__: Honor a pager set by the env " +"`bpo-8637 `__: Honor a pager set by the env " "var MANPAGER (in preference to one set by the env var PAGER)." #: ../../../Misc/NEWS:1891 ../../../Misc/NEWS:4030 @@ -5398,47 +5041,42 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:1894 ../../../Misc/NEWS:4033 -#, fuzzy msgid "" "`bpo-16182 `__: Fix various functions in " "the \"readline\" module to use the locale encoding, and fix get_begidx() and " "get_endidx() to return code point indexes." msgstr "" -"`Issue #16182 `__: Fix various functions in " -"the \"readline\" module to use the locale encoding, and fix get_begidx() and " +"`bpo-16182 `__: Fix various functions in the " +"\"readline\" module to use the locale encoding, and fix get_begidx() and " "get_endidx() to return code point indexes." #: ../../../Misc/NEWS:1898 ../../../Misc/NEWS:4037 -#, fuzzy msgid "" "`bpo-27392 `__: Add loop." "connect_accepted_socket(). Patch by Jim Fulton." msgstr "" -"`Issue #27392 `__: Add loop." +"`bpo-27392 `__: Add loop." "connect_accepted_socket(). Patch by Jim Fulton." #: ../../../Misc/NEWS:1904 -#, fuzzy msgid "" "`bpo-27477 `__: IDLE search dialogs now " "use ttk widgets." msgstr "" -"`Issue #27477 `__: IDLE search dialogs now " -"use ttk widgets." +"`bpo-27477 `__: IDLE search dialogs now use " +"ttk widgets." #: ../../../Misc/NEWS:1910 -#, fuzzy msgid "" "`bpo-27452 `__: make command line \"idle-" "test> python test_help.py\" work. __file__ is relative when python is " "started in the file's directory." msgstr "" -"`Issue #27452 `__: make command line \"idle-" +"`bpo-27452 `__: make command line \"idle-" "test> python test_help.py\" work. __file__ is relative when python is " "started in the file's directory." #: ../../../Misc/NEWS:1915 -#, fuzzy msgid "" "`bpo-27380 `__: IDLE: add query.py with " "base Query dialog and ttk widgets. Module had subclasses SectionName, " @@ -5447,121 +5085,109 @@ msgid "" "checks. Using ModuleName allows users to edit bad module names instead of " "starting over. Add tests and delete the two files combined into the new one." msgstr "" -"`Issue #27380 `__: IDLE: add query.py with " -"base Query dialog and ttk widgets. Module had subclasses SectionName, " -"ModuleName, and HelpSource, which are used to get information from users by " -"configdialog and file =>Load Module. Each subclass has itw own validity " -"checks. Using ModuleName allows users to edit bad module names instead of " -"starting over. Add tests and delete the two files combined into the new one." +"`bpo-27380 `__: IDLE: add query.py with base " +"Query dialog and ttk widgets. Module had subclasses SectionName, ModuleName, " +"and HelpSource, which are used to get information from users by configdialog " +"and file =>Load Module. Each subclass has itw own validity checks. Using " +"ModuleName allows users to edit bad module names instead of starting over. " +"Add tests and delete the two files combined into the new one." #: ../../../Misc/NEWS:1922 -#, fuzzy msgid "" "`bpo-27372 `__: Test_idle no longer " "changes the locale." msgstr "" -"`Issue #27372 `__: Test_idle no longer " -"changes the locale." +"`bpo-27372 `__: Test_idle no longer changes " +"the locale." #: ../../../Misc/NEWS:1924 ../../../Misc/NEWS:4135 -#, fuzzy msgid "" "`bpo-27365 `__: Allow non-ascii chars in " "IDLE NEWS.txt, for contributor names." msgstr "" -"`Issue #27365 `__: Allow non-ascii chars in " -"IDLE NEWS.txt, for contributor names." +"`bpo-27365 `__: Allow non-ascii chars in IDLE " +"NEWS.txt, for contributor names." #: ../../../Misc/NEWS:1926 ../../../Misc/NEWS:4137 -#, fuzzy msgid "" "`bpo-27245 `__: IDLE: Cleanly delete " "custom themes and key bindings. Previously, when IDLE was started from a " "console or by import, a cascade of warnings was emitted. Patch by Serhiy " "Storchaka." msgstr "" -"`Issue #27245 `__: IDLE: Cleanly delete " -"custom themes and key bindings. Previously, when IDLE was started from a " -"console or by import, a cascade of warnings was emitted. Patch by Serhiy " -"Storchaka." +"`bpo-27245 `__: IDLE: Cleanly delete custom " +"themes and key bindings. Previously, when IDLE was started from a console or " +"by import, a cascade of warnings was emitted. Patch by Serhiy Storchaka." #: ../../../Misc/NEWS:1930 -#, fuzzy msgid "" "`bpo-24137 `__: Run IDLE, test_idle, and " "htest with tkinter default root disabled. Fix code and tests that fail with " "this restriction. Fix htests to not create a second and redundant root and " "mainloop." msgstr "" -"`Issue #24137 `__: Run IDLE, test_idle, and " +"`bpo-24137 `__: Run IDLE, test_idle, and " "htest with tkinter default root disabled. Fix code and tests that fail with " "this restriction. Fix htests to not create a second and redundant root and " "mainloop." #: ../../../Misc/NEWS:1934 -#, fuzzy msgid "" "`bpo-27310 `__: Fix IDLE.app failure to " "launch on OS X due to vestigial import." msgstr "" -"`Issue #27310 `__: Fix IDLE.app failure to " +"`bpo-27310 `__: Fix IDLE.app failure to " "launch on OS X due to vestigial import." #: ../../../Misc/NEWS:1939 -#, fuzzy msgid "" "`bpo-26754 `__: PyUnicode_FSDecoder() " "accepted a filename argument encoded as an iterable of integers. Now only " "strings and byte-like objects are accepted." msgstr "" -"`Issue #26754 `__: PyUnicode_FSDecoder() " +"`bpo-26754 `__: PyUnicode_FSDecoder() " "accepted a filename argument encoded as an iterable of integers. Now only " "strings and byte-like objects are accepted." #: ../../../Misc/NEWS:1945 ../../../Misc/NEWS:4222 -#, fuzzy msgid "" "`bpo-28066 `__: Fix the logic that " "searches build directories for generated include files when building outside " "the source tree." msgstr "" -"`Issue #28066 `__: Fix the logic that " -"searches build directories for generated include files when building outside " -"the source tree." +"`bpo-28066 `__: Fix the logic that searches " +"build directories for generated include files when building outside the " +"source tree." #: ../../../Misc/NEWS:1948 -#, fuzzy msgid "" "`bpo-27442 `__: Expose the Android API " "level that python was built against, in sysconfig.get_config_vars() as " "'ANDROID_API_LEVEL'." msgstr "" -"`Issue #27442 `__: Expose the Android API " -"level that python was built against, in sysconfig.get_config_vars() as " +"`bpo-27442 `__: Expose the Android API level " +"that python was built against, in sysconfig.get_config_vars() as " "'ANDROID_API_LEVEL'." #: ../../../Misc/NEWS:1951 -#, fuzzy msgid "" "`bpo-27434 `__: The interpreter that " "runs the cross-build, found in PATH, must now be of the same feature version " "(e.g. 3.6) as the source being built." msgstr "" -"`Issue #27434 `__: The interpreter that runs " -"the cross-build, found in PATH, must now be of the same feature version (e." -"g. 3.6) as the source being built." +"`bpo-27434 `__: The interpreter that runs the " +"cross-build, found in PATH, must now be of the same feature version (e.g. " +"3.6) as the source being built." #: ../../../Misc/NEWS:1954 ../../../Misc/NEWS:4274 -#, fuzzy msgid "" "`bpo-26930 `__: Update Windows builds to " "use OpenSSL 1.0.2h." msgstr "" -"`Issue #26930 `__: Update Windows builds to " -"use OpenSSL 1.0.2h." +"`bpo-26930 `__: Update Windows builds to use " +"OpenSSL 1.0.2h." #: ../../../Misc/NEWS:1956 -#, fuzzy msgid "" "`bpo-23968 `__: Rename the platform " "directory from plat-$(MACHDEP) to plat-$(PLATFORM_TRIPLET). Rename the " @@ -5569,9 +5195,9 @@ msgid "" "$(PLATFORM_TRIPLET). Install the platform specifc _sysconfigdata module into " "the platform directory and rename it to include the ABIFLAGS." msgstr "" -"`Issue #23968 `__: Rename the platform " -"directory from plat-$(MACHDEP) to plat-$(PLATFORM_TRIPLET). Rename the " -"config directory (LIBPL) from config-$(LDVERSION) to config-$(LDVERSION)-" +"`bpo-23968 `__: Rename the platform directory " +"from plat-$(MACHDEP) to plat-$(PLATFORM_TRIPLET). Rename the config " +"directory (LIBPL) from config-$(LDVERSION) to config-$(LDVERSION)-" "$(PLATFORM_TRIPLET). Install the platform specifc _sysconfigdata module into " "the platform directory and rename it to include the ABIFLAGS." @@ -5580,54 +5206,49 @@ msgid "Don't use largefile support for GNU/Hurd." msgstr "" #: ../../../Misc/NEWS:1968 ../../../Misc/NEWS:4180 -#, fuzzy msgid "" "`bpo-27332 `__: Fixed the type of the " "first argument of module-level functions generated by Argument Clinic. " "Patch by Petr Viktorin." msgstr "" -"`Issue #27332 `__: Fixed the type of the " -"first argument of module-level functions generated by Argument Clinic. " -"Patch by Petr Viktorin." +"`bpo-27332 `__: Fixed the type of the first " +"argument of module-level functions generated by Argument Clinic. Patch by " +"Petr Viktorin." #: ../../../Misc/NEWS:1971 ../../../Misc/NEWS:4183 -#, fuzzy msgid "" "`bpo-27418 `__: Fixed Tools/importbench/" "importbench.py." msgstr "" -"`Issue #27418 `__: Fixed Tools/importbench/" +"`bpo-27418 `__: Fixed Tools/importbench/" "importbench.py." #: ../../../Misc/NEWS:1976 ../../../Misc/NEWS:4880 -#, fuzzy msgid "" "`bpo-19489 `__: Moved the search box " "from the sidebar to the header and footer of each page. Patch by Ammar " "Askar." msgstr "" -"`Issue #19489 `__: Moved the search box from " -"the sidebar to the header and footer of each page. Patch by Ammar Askar." +"`bpo-19489 `__: Moved the search box from the " +"sidebar to the header and footer of each page. Patch by Ammar Askar." #: ../../../Misc/NEWS:1979 -#, fuzzy msgid "" "`bpo-27285 `__: Update documentation to " "reflect the deprecation of ``pyvenv`` and normalize on the term \"virtual " "environment\". Patch by Steve Piercy." msgstr "" -"`Issue #27285 `__: Update documentation to " +"`bpo-27285 `__: Update documentation to " "reflect the deprecation of ``pyvenv`` and normalize on the term \"virtual " "environment\". Patch by Steve Piercy." #: ../../../Misc/NEWS:1985 -#, fuzzy msgid "" "`bpo-27027 `__: Added test.support." "is_android that is True when this is an Android build." msgstr "" -"`Issue #27027 `__: Added test.support." -"is_android that is True when this is an Android build." +"`bpo-27027 `__: Added test.support.is_android " +"that is True when this is an Android build." #: ../../../Misc/NEWS:1990 msgid "Python 3.6.0 alpha 2" @@ -5638,116 +5259,104 @@ msgid "*Release date: 2016-06-13*" msgstr "" #: ../../../Misc/NEWS:1997 -#, fuzzy msgid "" "`bpo-27095 `__: Simplified MAKE_FUNCTION " "and removed MAKE_CLOSURE opcodes. Patch by Demur Rumed." msgstr "" -"`Issue #27095 `__: Simplified MAKE_FUNCTION " -"and removed MAKE_CLOSURE opcodes. Patch by Demur Rumed." +"`bpo-27095 `__: Simplified MAKE_FUNCTION and " +"removed MAKE_CLOSURE opcodes. Patch by Demur Rumed." #: ../../../Misc/NEWS:2000 -#, fuzzy msgid "" "`bpo-27190 `__: Raise NotSupportedError " "if sqlite3 is older than 3.3.1. Patch by Dave Sawyer." msgstr "" -"`Issue #27190 `__: Raise NotSupportedError if " +"`bpo-27190 `__: Raise NotSupportedError if " "sqlite3 is older than 3.3.1. Patch by Dave Sawyer." #: ../../../Misc/NEWS:2003 -#, fuzzy msgid "" "`bpo-27286 `__: Fixed compiling " "BUILD_MAP_UNPACK_WITH_CALL opcode. Calling function with generalized " "unpacking (PEP 448) and conflicting keyword names could cause undefined " "behavior." msgstr "" -"`Issue #27286 `__: Fixed compiling " +"`bpo-27286 `__: Fixed compiling " "BUILD_MAP_UNPACK_WITH_CALL opcode. Calling function with generalized " "unpacking (PEP 448) and conflicting keyword names could cause undefined " "behavior." #: ../../../Misc/NEWS:2007 -#, fuzzy msgid "" "`bpo-27140 `__: Added " "BUILD_CONST_KEY_MAP opcode." msgstr "" -"`Issue #27140 `__: Added BUILD_CONST_KEY_MAP " +"`bpo-27140 `__: Added BUILD_CONST_KEY_MAP " "opcode." #: ../../../Misc/NEWS:2009 -#, fuzzy msgid "" "`bpo-27186 `__: Add support for os." "PathLike objects to open() (part of PEP 519)." msgstr "" -"`Issue #27186 `__: Add support for os." -"PathLike objects to open() (part of PEP 519)." +"`bpo-27186 `__: Add support for os.PathLike " +"objects to open() (part of PEP 519)." #: ../../../Misc/NEWS:2011 ../../../Misc/NEWS:4295 -#, fuzzy msgid "" "`bpo-27066 `__: Fixed SystemError if a " "custom opener (for open()) returns a negative number without setting an " "exception." msgstr "" -"`Issue #27066 `__: Fixed SystemError if a " -"custom opener (for open()) returns a negative number without setting an " -"exception." +"`bpo-27066 `__: Fixed SystemError if a custom " +"opener (for open()) returns a negative number without setting an exception." #: ../../../Misc/NEWS:2014 -#, fuzzy msgid "" "`bpo-26983 `__: float() now always " "return an instance of exact float. The deprecation warning is emitted if " "__float__ returns an instance of a strict subclass of float. In a future " "versions of Python this can be an error." msgstr "" -"`Issue #26983 `__: float() now always return " -"an instance of exact float. The deprecation warning is emitted if __float__ " +"`bpo-26983 `__: float() now always return an " +"instance of exact float. The deprecation warning is emitted if __float__ " "returns an instance of a strict subclass of float. In a future versions of " "Python this can be an error." #: ../../../Misc/NEWS:2019 -#, fuzzy msgid "" "`bpo-27097 `__: Python interpreter is " "now about 7% faster due to optimized instruction decoding. Based on patch " "by Demur Rumed." msgstr "" -"`Issue #27097 `__: Python interpreter is now " +"`bpo-27097 `__: Python interpreter is now " "about 7% faster due to optimized instruction decoding. Based on patch by " "Demur Rumed." #: ../../../Misc/NEWS:2022 -#, fuzzy msgid "" "`bpo-26647 `__: Python interpreter now " "uses 16-bit wordcode instead of bytecode. Patch by Demur Rumed." msgstr "" -"`Issue #26647 `__: Python interpreter now " -"uses 16-bit wordcode instead of bytecode. Patch by Demur Rumed." +"`bpo-26647 `__: Python interpreter now uses " +"16-bit wordcode instead of bytecode. Patch by Demur Rumed." #: ../../../Misc/NEWS:2025 -#, fuzzy msgid "" "`bpo-23275 `__: Allow assigning to an " "empty target list in round brackets: () = iterable." msgstr "" -"`Issue #23275 `__: Allow assigning to an " -"empty target list in round brackets: () = iterable." +"`bpo-23275 `__: Allow assigning to an empty " +"target list in round brackets: () = iterable." #: ../../../Misc/NEWS:2028 ../../../Misc/NEWS:4416 -#, fuzzy msgid "" "`bpo-27243 `__: Update the __aiter__ " "protocol: instead of returning an awaitable that resolves to an asynchronous " "iterator, the asynchronous iterator should be returned directly. Doing the " "former will trigger a PendingDeprecationWarning." msgstr "" -"`Issue #27243 `__: Update the __aiter__ " +"`bpo-27243 `__: Update the __aiter__ " "protocol: instead of returning an awaitable that resolves to an asynchronous " "iterator, the asynchronous iterator should be returned directly. Doing the " "former will trigger a PendingDeprecationWarning." @@ -5769,31 +5378,28 @@ msgstr "" "interact is now configurable." #: ../../../Misc/NEWS:2044 -#, fuzzy msgid "" "`bpo-25455 `__: Fixed crashes in repr of " "recursive ElementTree.Element and functools.partial objects." msgstr "" -"`Issue #25455 `__: Fixed crashes in repr of " +"`bpo-25455 `__: Fixed crashes in repr of " "recursive ElementTree.Element and functools.partial objects." #: ../../../Misc/NEWS:2047 -#, fuzzy msgid "" "`bpo-27294 `__: Improved repr for " "Tkinter event objects." msgstr "" -"`Issue #27294 `__: Improved repr for Tkinter " +"`bpo-27294 `__: Improved repr for Tkinter " "event objects." #: ../../../Misc/NEWS:2049 -#, fuzzy msgid "" "`bpo-20508 `__: Improve exception " "message of IPv{4,6}Network.__getitem__. Patch by Gareth Rees." msgstr "" -"`Issue #20508 `__: Improve exception message " -"of IPv{4,6}Network.__getitem__. Patch by Gareth Rees." +"`bpo-20508 `__: Improve exception message of " +"IPv{4,6}Network.__getitem__. Patch by Gareth Rees." #: ../../../Misc/NEWS:2052 ../../../Misc/NEWS:4425 #, fuzzy @@ -5811,82 +5417,74 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:2057 ../../../Misc/NEWS:4430 -#, fuzzy msgid "" "`bpo-21386 `__: Implement missing " "IPv4Address.is_global property. It was documented since 07a5610bae9d. " "Initial patch by Roger Luethi." msgstr "" -"`Issue #21386 `__: Implement missing " -"IPv4Address.is_global property. It was documented since 07a5610bae9d. " -"Initial patch by Roger Luethi." +"`bpo-21386 `__: Implement missing IPv4Address." +"is_global property. It was documented since 07a5610bae9d. Initial patch by " +"Roger Luethi." #: ../../../Misc/NEWS:2060 -#, fuzzy msgid "" "`bpo-27029 `__: Removed deprecated " "support of universal newlines mode from ZipFile.open()." msgstr "" -"`Issue #27029 `__: Removed deprecated support " -"of universal newlines mode from ZipFile.open()." +"`bpo-27029 `__: Removed deprecated support of " +"universal newlines mode from ZipFile.open()." #: ../../../Misc/NEWS:2063 -#, fuzzy msgid "" "`bpo-27030 `__: Unknown escapes " "consisting of ``'\\'`` and an ASCII letter in regular expressions now are " "errors. The re.LOCALE flag now can be used only with bytes patterns." msgstr "" -"`Issue #27030 `__: Unknown escapes consisting " -"of ``'\\'`` and an ASCII letter in regular expressions now are errors. The " -"re.LOCALE flag now can be used only with bytes patterns." +"`bpo-27030 `__: Unknown escapes consisting of " +"``'\\'`` and an ASCII letter in regular expressions now are errors. The re." +"LOCALE flag now can be used only with bytes patterns." #: ../../../Misc/NEWS:2067 -#, fuzzy msgid "" "`bpo-27186 `__: Add os.PathLike support " "to DirEntry (part of PEP 519). Initial patch by Jelle Zijlstra." msgstr "" -"`Issue #27186 `__: Add os.PathLike support to " +"`bpo-27186 `__: Add os.PathLike support to " "DirEntry (part of PEP 519). Initial patch by Jelle Zijlstra." #: ../../../Misc/NEWS:2070 ../../../Misc/NEWS:4433 -#, fuzzy msgid "" "`bpo-20900 `__: distutils register " "command now decodes HTTP responses correctly. Initial patch by ingrid." msgstr "" -"`Issue #20900 `__: distutils register command " +"`bpo-20900 `__: distutils register command " "now decodes HTTP responses correctly. Initial patch by ingrid." #: ../../../Misc/NEWS:2073 -#, fuzzy msgid "" "`bpo-27186 `__: Add os.PathLike support " "to pathlib, removing its provisional status (part of PEP 519). Initial patch " "by Dusty Phillips." msgstr "" -"`Issue #27186 `__: Add os.PathLike support to " +"`bpo-27186 `__: Add os.PathLike support to " "pathlib, removing its provisional status (part of PEP 519). Initial patch by " "Dusty Phillips." #: ../../../Misc/NEWS:2076 -#, fuzzy msgid "" "`bpo-27186 `__: Add support for os." "PathLike objects to os.fsencode() and os.fsdecode() (part of PEP 519)." msgstr "" -"`Issue #27186 `__: Add support for os." -"PathLike objects to os.fsencode() and os.fsdecode() (part of PEP 519)." +"`bpo-27186 `__: Add support for os.PathLike " +"objects to os.fsencode() and os.fsdecode() (part of PEP 519)." #: ../../../Misc/NEWS:2079 -#, fuzzy msgid "" "`bpo-27186 `__: Introduce os.PathLike " "and os.fspath() (part of PEP 519)." msgstr "" -"`Issue #27186 `__: Introduce os.PathLike and " -"os.fspath() (part of PEP 519)." +"`bpo-27186 `__: Introduce os.PathLike and os." +"fspath() (part of PEP 519)." #: ../../../Misc/NEWS:2081 ../../../Misc/NEWS:4436 msgid "" @@ -5900,26 +5498,24 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:2089 ../../../Misc/NEWS:4444 -#, fuzzy msgid "" "`bpo-25738 `__: Stop http.server." "BaseHTTPRequestHandler.send_error() from sending a message body for 205 " "Reset Content. Also, don't send Content header fields in responses that " "don't have a body. Patch by Susumu Koshiba." msgstr "" -"`Issue #25738 `__: Stop http.server." +"`bpo-25738 `__: Stop http.server." "BaseHTTPRequestHandler.send_error() from sending a message body for 205 " "Reset Content. Also, don't send Content header fields in responses that " "don't have a body. Patch by Susumu Koshiba." #: ../../../Misc/NEWS:2094 ../../../Misc/NEWS:4449 -#, fuzzy msgid "" "`bpo-21313 `__: Fix the \"platform\" " "module to tolerate when sys.version contains truncated build information." msgstr "" -"`Issue #21313 `__: Fix the \"platform\" " -"module to tolerate when sys.version contains truncated build information." +"`bpo-21313 `__: Fix the \"platform\" module " +"to tolerate when sys.version contains truncated build information." #: ../../../Misc/NEWS:2097 ../../../Misc/NEWS:4452 msgid "" @@ -5930,29 +5526,26 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:2102 -#, fuzzy msgid "" "`bpo-23883 `__: Added missing APIs to " "__all__ to match the documented APIs for the following modules: cgi, " "mailbox, mimetypes, plistlib and smtpd. Patches by Jacek Kołodziej." msgstr "" -"`Issue #23883 `__: Added missing APIs to " -"__all__ to match the documented APIs for the following modules: cgi, " -"mailbox, mimetypes, plistlib and smtpd. Patches by Jacek Kołodziej." +"`bpo-23883 `__: Added missing APIs to __all__ " +"to match the documented APIs for the following modules: cgi, mailbox, " +"mimetypes, plistlib and smtpd. Patches by Jacek Kołodziej." #: ../../../Misc/NEWS:2106 ../../../Misc/NEWS:4457 -#, fuzzy msgid "" "`bpo-27164 `__: In the zlib module, " "allow decompressing raw Deflate streams with a predefined zdict. Based on " "patch by Xiang Zhang." msgstr "" -"`Issue #27164 `__: In the zlib module, allow " +"`bpo-27164 `__: In the zlib module, allow " "decompressing raw Deflate streams with a predefined zdict. Based on patch " "by Xiang Zhang." #: ../../../Misc/NEWS:2109 ../../../Misc/NEWS:4460 -#, fuzzy msgid "" "`bpo-24291 `__: Fix wsgiref." "simple_server.WSGIRequestHandler to completely write data to the client. " @@ -5960,53 +5553,49 @@ msgid "" "handler.ServerHandler can now handle stdout doing partial writes, but this " "is deprecated." msgstr "" -"`Issue #24291 `__: Fix wsgiref.simple_server." +"`bpo-24291 `__: Fix wsgiref.simple_server." "WSGIRequestHandler to completely write data to the client. Previously it " "could do partial writes and truncate data. Also, wsgiref.handler." "ServerHandler can now handle stdout doing partial writes, but this is " "deprecated." #: ../../../Misc/NEWS:2114 -#, fuzzy msgid "" "`bpo-21272 `__: Use _sysconfigdata.py to " "initialize distutils.sysconfig." msgstr "" -"`Issue #21272 `__: Use _sysconfigdata.py to " +"`bpo-21272 `__: Use _sysconfigdata.py to " "initialize distutils.sysconfig." #: ../../../Misc/NEWS:2116 -#, fuzzy msgid "" "`bpo-19611 `__: :mod:`inspect` now " "reports the implicit ``.0`` parameters generated by the compiler for " "comprehension and generator expression scopes as if they were positional-" "only parameters called ``implicit0``. Patch by Jelle Zijlstra." msgstr "" -"`Issue #19611 `__: :mod:`inspect` now reports " +"`bpo-19611 `__: :mod:`inspect` now reports " "the implicit ``.0`` parameters generated by the compiler for comprehension " "and generator expression scopes as if they were positional-only parameters " "called ``implicit0``. Patch by Jelle Zijlstra." #: ../../../Misc/NEWS:2121 ../../../Misc/NEWS:4465 -#, fuzzy msgid "" "`bpo-26809 `__: Add ``__all__`` to :mod:" "`string`. Patch by Emanuel Barry." msgstr "" -"`Issue #26809 `__: Add ``__all__`` to :mod:" +"`bpo-26809 `__: Add ``__all__`` to :mod:" "`string`. Patch by Emanuel Barry." #: ../../../Misc/NEWS:2123 ../../../Misc/NEWS:4467 -#, fuzzy msgid "" "`bpo-26373 `__: subprocess.Popen." "communicate now correctly ignores BrokenPipeError when the child process " "dies before .communicate() is called in more/all circumstances." msgstr "" -"`Issue #26373 `__: subprocess.Popen." -"communicate now correctly ignores BrokenPipeError when the child process " -"dies before .communicate() is called in more/all circumstances." +"`bpo-26373 `__: subprocess.Popen.communicate " +"now correctly ignores BrokenPipeError when the child process dies before ." +"communicate() is called in more/all circumstances." #: ../../../Misc/NEWS:2127 msgid "" @@ -6017,198 +5606,177 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:2132 -#, fuzzy msgid "" "`bpo-27167 `__: Clarify the subprocess." "CalledProcessError error message text when the child process died due to a " "signal." msgstr "" -"`Issue #27167 `__: Clarify the subprocess." +"`bpo-27167 `__: Clarify the subprocess." "CalledProcessError error message text when the child process died due to a " "signal." #: ../../../Misc/NEWS:2135 -#, fuzzy msgid "" "`bpo-25931 `__: Don't define " "socketserver.Forking* names on platforms such as Windows that do not support " "os.fork()." msgstr "" -"`Issue #25931 `__: Don't define socketserver." +"`bpo-25931 `__: Don't define socketserver." "Forking* names on platforms such as Windows that do not support os.fork()." #: ../../../Misc/NEWS:2138 ../../../Misc/NEWS:4471 -#, fuzzy msgid "" "`bpo-21776 `__: distutils.upload now " "correctly handles HTTPError. Initial patch by Claudiu Popa." msgstr "" -"`Issue #21776 `__: distutils.upload now " +"`bpo-21776 `__: distutils.upload now " "correctly handles HTTPError. Initial patch by Claudiu Popa." #: ../../../Misc/NEWS:2141 -#, fuzzy msgid "" "`bpo-26526 `__: Replace custom parse " "tree validation in the parser module with a simple DFA validator." msgstr "" -"`Issue #26526 `__: Replace custom parse tree " +"`bpo-26526 `__: Replace custom parse tree " "validation in the parser module with a simple DFA validator." #: ../../../Misc/NEWS:2144 ../../../Misc/NEWS:4474 -#, fuzzy msgid "" "`bpo-27114 `__: Fix SSLContext." "_load_windows_store_certs fails with PermissionError" msgstr "" -"`Issue #27114 `__: Fix SSLContext." +"`bpo-27114 `__: Fix SSLContext." "_load_windows_store_certs fails with PermissionError" #: ../../../Misc/NEWS:2147 ../../../Misc/NEWS:4477 -#, fuzzy msgid "" "`bpo-18383 `__: Avoid creating duplicate " "filters when using filterwarnings and simplefilter. Based on patch by Alex " "Shkop." msgstr "" -"`Issue #18383 `__: Avoid creating duplicate " +"`bpo-18383 `__: Avoid creating duplicate " "filters when using filterwarnings and simplefilter. Based on patch by Alex " "Shkop." #: ../../../Misc/NEWS:2150 -#, fuzzy msgid "" "`bpo-23026 `__: winreg.QueryValueEx() " "now return an integer for REG_QWORD type." msgstr "" -"`Issue #23026 `__: winreg.QueryValueEx() now " +"`bpo-23026 `__: winreg.QueryValueEx() now " "return an integer for REG_QWORD type." #: ../../../Misc/NEWS:2152 -#, fuzzy msgid "" "`bpo-26741 `__: subprocess.Popen " "destructor now emits a ResourceWarning warning if the child process is still " "running." msgstr "" -"`Issue #26741 `__: subprocess.Popen " -"destructor now emits a ResourceWarning warning if the child process is still " -"running." +"`bpo-26741 `__: subprocess.Popen destructor " +"now emits a ResourceWarning warning if the child process is still running." #: ../../../Misc/NEWS:2155 -#, fuzzy msgid "" "`bpo-27056 `__: Optimize pickle.load() " "and pickle.loads(), up to 10% faster to deserialize a lot of small objects." msgstr "" -"`Issue #27056 `__: Optimize pickle.load() and " +"`bpo-27056 `__: Optimize pickle.load() and " "pickle.loads(), up to 10% faster to deserialize a lot of small objects." #: ../../../Misc/NEWS:2158 -#, fuzzy msgid "" "`bpo-21271 `__: New keyword only " "parameters in reset_mock call." msgstr "" -"`Issue #21271 `__: New keyword only " -"parameters in reset_mock call." +"`bpo-21271 `__: New keyword only parameters " +"in reset_mock call." #: ../../../Misc/NEWS:2163 ../../../Misc/NEWS:4827 -#, fuzzy msgid "" "`bpo-5124 `__: Paste with text selected " "now replaces the selection on X11. This matches how paste works on Windows, " "Mac, most modern Linux apps, and ttk widgets. Original patch by Serhiy " "Storchaka." msgstr "" -"`Issue #5124 `__: Paste with text selected now " +"`bpo-5124 `__: Paste with text selected now " "replaces the selection on X11. This matches how paste works on Windows, Mac, " "most modern Linux apps, and ttk widgets. Original patch by Serhiy Storchaka." #: ../../../Misc/NEWS:2167 -#, fuzzy msgid "" "`bpo-24750 `__: Switch all scrollbars in " "IDLE to ttk versions. Where needed, minimal tests are added to cover changes." msgstr "" -"`Issue #24750 `__: Switch all scrollbars in " -"IDLE to ttk versions. Where needed, minimal tests are added to cover changes." +"`bpo-24750 `__: Switch all scrollbars in IDLE " +"to ttk versions. Where needed, minimal tests are added to cover changes." #: ../../../Misc/NEWS:2170 -#, fuzzy msgid "" "`bpo-24759 `__: IDLE requires tk 8.5 and " "availability ttk widgets. Delete now unneeded tk version tests and code for " "older versions. Add test for IDLE syntax colorizoer." msgstr "" -"`Issue #24759 `__: IDLE requires tk 8.5 and " +"`bpo-24759 `__: IDLE requires tk 8.5 and " "availability ttk widgets. Delete now unneeded tk version tests and code for " "older versions. Add test for IDLE syntax colorizoer." #: ../../../Misc/NEWS:2174 -#, fuzzy msgid "" "`bpo-27239 `__: idlelib.macosx.isXyzTk " "functions initialize as needed." msgstr "" -"`Issue #27239 `__: idlelib.macosx.isXyzTk " +"`bpo-27239 `__: idlelib.macosx.isXyzTk " "functions initialize as needed." #: ../../../Misc/NEWS:2176 -#, fuzzy msgid "" "`bpo-27262 `__: move Aqua unbinding " "code, which enable context menus, to maxosx." msgstr "" -"`Issue #27262 `__: move Aqua unbinding code, " +"`bpo-27262 `__: move Aqua unbinding code, " "which enable context menus, to maxosx." #: ../../../Misc/NEWS:2178 ../../../Misc/NEWS:4831 -#, fuzzy msgid "" "`bpo-24759 `__: Make clear in idlelib." "idle_test.__init__ that the directory is a private implementation of test." "test_idle and tool for maintainers." msgstr "" -"`Issue #24759 `__: Make clear in idlelib." +"`bpo-24759 `__: Make clear in idlelib." "idle_test.__init__ that the directory is a private implementation of test." "test_idle and tool for maintainers." #: ../../../Misc/NEWS:2181 ../../../Misc/NEWS:4834 -#, fuzzy msgid "" "`bpo-27196 `__: Stop 'ThemeChanged' " "warnings when running IDLE tests. These persisted after other warnings were " "suppressed in #20567. Apply Serhiy Storchaka's update_idletasks solution to " "four test files. Record this additional advice in idle_test/README.txt" msgstr "" -"`Issue #27196 `__: Stop 'ThemeChanged' " -"warnings when running IDLE tests. These persisted after other warnings were " +"`bpo-27196 `__: Stop 'ThemeChanged' warnings " +"when running IDLE tests. These persisted after other warnings were " "suppressed in #20567. Apply Serhiy Storchaka's update_idletasks solution to " "four test files. Record this additional advice in idle_test/README.txt" #: ../../../Misc/NEWS:2186 ../../../Misc/NEWS:4839 -#, fuzzy msgid "" "`bpo-20567 `__: Revise idle_test/README." "txt with advice about avoiding tk warning messages from tests. Apply advice " "to several IDLE tests." msgstr "" -"`Issue #20567 `__: Revise idle_test/README." -"txt with advice about avoiding tk warning messages from tests. Apply advice " -"to several IDLE tests." +"`bpo-20567 `__: Revise idle_test/README.txt " +"with advice about avoiding tk warning messages from tests. Apply advice to " +"several IDLE tests." #: ../../../Misc/NEWS:2189 -#, fuzzy msgid "" "`bpo-24225 `__: Update idlelib/README." "txt with new file names and event handlers." msgstr "" -"`Issue #24225 `__: Update idlelib/README.txt " +"`bpo-24225 `__: Update idlelib/README.txt " "with new file names and event handlers." #: ../../../Misc/NEWS:2192 -#, fuzzy msgid "" "`bpo-27156 `__: Remove obsolete code not " "used by IDLE. Replacements: 1. help.txt, replaced by help.html, is out-of-" @@ -6219,221 +5787,200 @@ msgid "" "keys)``. 4. In macosc, runningAsOSXAPP == isAquaTk; idCarbonAquaTk == " "isCarbonTk" msgstr "" -"`Issue #27156 `__: Remove obsolete code not " -"used by IDLE. Replacements: 1. help.txt, replaced by help.html, is out-of-" -"date and should not be used. Its dedicated viewer has be replaced by the " -"html viewer in help.py. 2. ``import idlever; I = idlever.IDLE_VERSION`` is " -"the same as ``import sys; I = version[:version.index(' ')]`` 3. After ``ob = " +"`bpo-27156 `__: Remove obsolete code not used " +"by IDLE. Replacements: 1. help.txt, replaced by help.html, is out-of-date " +"and should not be used. Its dedicated viewer has be replaced by the html " +"viewer in help.py. 2. ``import idlever; I = idlever.IDLE_VERSION`` is the " +"same as ``import sys; I = version[:version.index(' ')]`` 3. After ``ob = " "stackviewer.VariablesTreeItem(*args)``, ``ob.keys() == list(ob.object." "keys)``. 4. In macosc, runningAsOSXAPP == isAquaTk; idCarbonAquaTk == " "isCarbonTk" #: ../../../Misc/NEWS:2201 ../../../Misc/NEWS:4842 -#, fuzzy msgid "" "`bpo-27117 `__: Make colorizer htest and " "turtledemo work with dark themes. Move code for configuring text widget " "colors to a new function." msgstr "" -"`Issue #27117 `__: Make colorizer htest and " +"`bpo-27117 `__: Make colorizer htest and " "turtledemo work with dark themes. Move code for configuring text widget " "colors to a new function." #: ../../../Misc/NEWS:2204 -#, fuzzy msgid "" "`bpo-24225 `__: Rename many `idlelib/*." "py` and `idle_test/test_*.py` files. Edit files to replace old names with " "new names when the old name referred to the module rather than the class it " "contained. See the issue and IDLE section in What's New in 3.6 for more." msgstr "" -"`Issue #24225 `__: Rename many `idlelib/*.py` " +"`bpo-24225 `__: Rename many `idlelib/*.py` " "and `idle_test/test_*.py` files. Edit files to replace old names with new " "names when the old name referred to the module rather than the class it " "contained. See the issue and IDLE section in What's New in 3.6 for more." #: ../../../Misc/NEWS:2209 ../../../Misc/NEWS:4845 -#, fuzzy msgid "" "`bpo-26673 `__: When tk reports font " "size as 0, change to size 10. Such fonts on Linux prevented the " "configuration dialog from opening." msgstr "" -"`Issue #26673 `__: When tk reports font size " -"as 0, change to size 10. Such fonts on Linux prevented the configuration " -"dialog from opening." +"`bpo-26673 `__: When tk reports font size as " +"0, change to size 10. Such fonts on Linux prevented the configuration dialog " +"from opening." #: ../../../Misc/NEWS:2212 ../../../Misc/NEWS:4848 -#, fuzzy msgid "" "`bpo-21939 `__: Add test for IDLE's " "percolator. Original patch by Saimadhav Heblikar." msgstr "" -"`Issue #21939 `__: Add test for IDLE's " +"`bpo-21939 `__: Add test for IDLE's " "percolator. Original patch by Saimadhav Heblikar." #: ../../../Misc/NEWS:2215 ../../../Misc/NEWS:4851 -#, fuzzy msgid "" "`bpo-21676 `__: Add test for IDLE's " "replace dialog. Original patch by Saimadhav Heblikar." msgstr "" -"`Issue #21676 `__: Add test for IDLE's " -"replace dialog. Original patch by Saimadhav Heblikar." +"`bpo-21676 `__: Add test for IDLE's replace " +"dialog. Original patch by Saimadhav Heblikar." #: ../../../Misc/NEWS:2218 ../../../Misc/NEWS:4854 -#, fuzzy msgid "" "`bpo-18410 `__: Add test for IDLE's " "search dialog. Original patch by Westley Martínez." msgstr "" -"`Issue #18410 `__: Add test for IDLE's search " +"`bpo-18410 `__: Add test for IDLE's search " "dialog. Original patch by Westley Martínez." #: ../../../Misc/NEWS:2221 -#, fuzzy msgid "" "`bpo-21703 `__: Add test for undo " "delegator. Patch mostly by Saimadhav Heblikar ." msgstr "" -"`Issue #21703 `__: Add test for undo " -"delegator. Patch mostly by Saimadhav Heblikar ." +"`bpo-21703 `__: Add test for undo delegator. " +"Patch mostly by Saimadhav Heblikar ." #: ../../../Misc/NEWS:2224 ../../../Misc/NEWS:4860 -#, fuzzy msgid "" "`bpo-27044 `__: Add ConfigDialog." "remove_var_callbacks to stop memory leaks." msgstr "" -"`Issue #27044 `__: Add ConfigDialog." +"`bpo-27044 `__: Add ConfigDialog." "remove_var_callbacks to stop memory leaks." #: ../../../Misc/NEWS:2226 ../../../Misc/NEWS:4862 -#, fuzzy msgid "" "`bpo-23977 `__: Add more asserts to " "test_delegator." msgstr "" -"`Issue #23977 `__: Add more asserts to " +"`bpo-23977 `__: Add more asserts to " "test_delegator." #: ../../../Misc/NEWS:2231 -#, fuzzy msgid "" "`bpo-16484 `__: Change the default " "PYTHONDOCS URL to \"https:\", and fix the resulting links to use lowercase. " "Patch by Sean Rodman, test by Kaushik Nadikuditi." msgstr "" -"`Issue #16484 `__: Change the default " -"PYTHONDOCS URL to \"https:\", and fix the resulting links to use lowercase. " -"Patch by Sean Rodman, test by Kaushik Nadikuditi." +"`bpo-16484 `__: Change the default PYTHONDOCS " +"URL to \"https:\", and fix the resulting links to use lowercase. Patch by " +"Sean Rodman, test by Kaushik Nadikuditi." #: ../../../Misc/NEWS:2235 ../../../Misc/NEWS:4883 -#, fuzzy msgid "" "`bpo-24136 `__: Document the new PEP 448 " "unpacking syntax of 3.5." msgstr "" -"`Issue #24136 `__: Document the new PEP 448 " +"`bpo-24136 `__: Document the new PEP 448 " "unpacking syntax of 3.5." #: ../../../Misc/NEWS:2237 ../../../Misc/NEWS:5441 -#, fuzzy msgid "" "`bpo-22558 `__: Add remaining doc links " "to source code for Python-coded modules. Patch by Yoni Lavi." msgstr "" -"`Issue #22558 `__: Add remaining doc links to " +"`bpo-22558 `__: Add remaining doc links to " "source code for Python-coded modules. Patch by Yoni Lavi." #: ../../../Misc/NEWS:2243 -#, fuzzy msgid "" "`bpo-25285 `__: regrtest now uses " "subprocesses when the -j1 command line option is used: each test file runs " "in a fresh child process. Before, the -j1 option was ignored." msgstr "" -"`Issue #25285 `__: regrtest now uses " +"`bpo-25285 `__: regrtest now uses " "subprocesses when the -j1 command line option is used: each test file runs " "in a fresh child process. Before, the -j1 option was ignored." #: ../../../Misc/NEWS:2247 -#, fuzzy msgid "" "`bpo-25285 `__: Tools/buildbot/test.bat " "script now uses -j1 by default to run each test file in fresh child process." msgstr "" -"`Issue #25285 `__: Tools/buildbot/test.bat " +"`bpo-25285 `__: Tools/buildbot/test.bat " "script now uses -j1 by default to run each test file in fresh child process." #: ../../../Misc/NEWS:2253 -#, fuzzy msgid "" "`bpo-27064 `__: The py.exe launcher now " "defaults to Python 3. The Windows launcher ``py.exe`` no longer prefers an " "installed Python 2 version over Python 3 by default when used interactively." msgstr "" -"`Issue #27064 `__: The py.exe launcher now " +"`bpo-27064 `__: The py.exe launcher now " "defaults to Python 3. The Windows launcher ``py.exe`` no longer prefers an " "installed Python 2 version over Python 3 by default when used interactively." #: ../../../Misc/NEWS:2260 ../../../Misc/NEWS:4934 -#, fuzzy msgid "" "`bpo-27229 `__: Fix the cross-compiling " "pgen rule for in-tree builds. Patch by Xavier de Gaye." msgstr "" -"`Issue #27229 `__: Fix the cross-compiling " -"pgen rule for in-tree builds. Patch by Xavier de Gaye." +"`bpo-27229 `__: Fix the cross-compiling pgen " +"rule for in-tree builds. Patch by Xavier de Gaye." #: ../../../Misc/NEWS:2263 ../../../Misc/NEWS:4971 -#, fuzzy msgid "" "`bpo-26930 `__: Update OS X 10.5+ 32-bit-" "only installer to build and link with OpenSSL 1.0.2h." msgstr "" -"`Issue #26930 `__: Update OS X 10.5+ 32-bit-" -"only installer to build and link with OpenSSL 1.0.2h." +"`bpo-26930 `__: Update OS X 10.5+ 32-bit-only " +"installer to build and link with OpenSSL 1.0.2h." #: ../../../Misc/NEWS:2267 ../../../Misc/NEWS:5016 msgid "Misc" msgstr "" #: ../../../Misc/NEWS:2269 ../../../Misc/NEWS:5018 -#, fuzzy msgid "" "`bpo-17500 `__, and https://github.com/" "python/pythondotorg/issues/945: Remove unused and outdated icons." msgstr "" -"`Issue #17500 `__, and https://github.com/" -"python/pythondotorg/issues/945: Remove unused and outdated icons." +"`bpo-17500 `__, and https://github.com/python/" +"pythondotorg/issues/945: Remove unused and outdated icons." #: ../../../Misc/NEWS:2275 -#, fuzzy msgid "" "`bpo-27186 `__: Add the PyOS_FSPath() " "function (part of PEP 519)." msgstr "" -"`Issue #27186 `__: Add the PyOS_FSPath() " +"`bpo-27186 `__: Add the PyOS_FSPath() " "function (part of PEP 519)." #: ../../../Misc/NEWS:2277 -#, fuzzy msgid "" "`bpo-26282 `__: " "PyArg_ParseTupleAndKeywords() now supports positional-only parameters." msgstr "" -"`Issue #26282 `__: " -"PyArg_ParseTupleAndKeywords() now supports positional-only parameters." +"`bpo-26282 `__: PyArg_ParseTupleAndKeywords() " +"now supports positional-only parameters." #: ../../../Misc/NEWS:2283 -#, fuzzy msgid "" "`bpo-26282 `__: Argument Clinic now " "supports positional-only and keyword parameters in the same function." msgstr "" -"`Issue #26282 `__: Argument Clinic now " -"supports positional-only and keyword parameters in the same function." +"`bpo-26282 `__: Argument Clinic now supports " +"positional-only and keyword parameters in the same function." #: ../../../Misc/NEWS:2288 msgid "Python 3.6.0 alpha 1" @@ -6444,94 +5991,84 @@ msgid "Release date: 2016-05-16" msgstr "" #: ../../../Misc/NEWS:2295 ../../../Misc/NEWS:4298 -#, fuzzy msgid "" "`bpo-20041 `__: Fixed TypeError when " "frame.f_trace is set to None. Patch by Xavier de Gaye." msgstr "" -"`Issue #20041 `__: Fixed TypeError when frame." +"`bpo-20041 `__: Fixed TypeError when frame." "f_trace is set to None. Patch by Xavier de Gaye." #: ../../../Misc/NEWS:2298 ../../../Misc/NEWS:4301 -#, fuzzy msgid "" "`bpo-26168 `__: Fixed possible refleaks " "in failing Py_BuildValue() with the \"N\" format unit." msgstr "" -"`Issue #26168 `__: Fixed possible refleaks in " +"`bpo-26168 `__: Fixed possible refleaks in " "failing Py_BuildValue() with the \"N\" format unit." #: ../../../Misc/NEWS:2301 ../../../Misc/NEWS:4304 -#, fuzzy msgid "" "`bpo-26991 `__: Fix possible refleak " "when creating a function with annotations." msgstr "" -"`Issue #26991 `__: Fix possible refleak when " +"`bpo-26991 `__: Fix possible refleak when " "creating a function with annotations." #: ../../../Misc/NEWS:2303 -#, fuzzy msgid "" "`bpo-27039 `__: Fixed bytearray.remove() " "for values greater than 127. Based on patch by Joe Jevnik." msgstr "" -"`Issue #27039 `__: Fixed bytearray.remove() " -"for values greater than 127. Based on patch by Joe Jevnik." +"`bpo-27039 `__: Fixed bytearray.remove() for " +"values greater than 127. Based on patch by Joe Jevnik." #: ../../../Misc/NEWS:2306 ../../../Misc/NEWS:4309 -#, fuzzy msgid "" "`bpo-23640 `__: int.from_bytes() no " "longer bypasses constructors for subclasses." msgstr "" -"`Issue #23640 `__: int.from_bytes() no longer " +"`bpo-23640 `__: int.from_bytes() no longer " "bypasses constructors for subclasses." #: ../../../Misc/NEWS:2308 -#, fuzzy msgid "" "`bpo-27005 `__: Optimized the float." "fromhex() class method for exact float. It is now 2 times faster." msgstr "" -"`Issue #27005 `__: Optimized the float." -"fromhex() class method for exact float. It is now 2 times faster." +"`bpo-27005 `__: Optimized the float.fromhex() " +"class method for exact float. It is now 2 times faster." #: ../../../Misc/NEWS:2311 -#, fuzzy msgid "" "`bpo-18531 `__: Single var-keyword " "argument of dict subtype was passed unscathed to the C-defined function. " "Now it is converted to exact dict." msgstr "" -"`Issue #18531 `__: Single var-keyword " -"argument of dict subtype was passed unscathed to the C-defined function. " -"Now it is converted to exact dict." +"`bpo-18531 `__: Single var-keyword argument " +"of dict subtype was passed unscathed to the C-defined function. Now it is " +"converted to exact dict." #: ../../../Misc/NEWS:2314 ../../../Misc/NEWS:4311 -#, fuzzy msgid "" "`bpo-26811 `__: gc.get_objects() no " "longer contains a broken tuple with NULL pointer." msgstr "" -"`Issue #26811 `__: gc.get_objects() no longer " +"`bpo-26811 `__: gc.get_objects() no longer " "contains a broken tuple with NULL pointer." #: ../../../Misc/NEWS:2317 ../../../Misc/NEWS:4314 -#, fuzzy msgid "" "`bpo-20120 `__: Use RawConfigParser for ." "pypirc parsing, removing support for interpolation unintentionally added " "with move to Python 3. Behavior no longer does any interpolation in .pypirc " "files, matching behavior in Python 2.7 and Setuptools 19.0." msgstr "" -"`Issue #20120 `__: Use RawConfigParser for ." +"`bpo-20120 `__: Use RawConfigParser for ." "pypirc parsing, removing support for interpolation unintentionally added " "with move to Python 3. Behavior no longer does any interpolation in .pypirc " "files, matching behavior in Python 2.7 and Setuptools 19.0." #: ../../../Misc/NEWS:2323 -#, fuzzy msgid "" "`bpo-26249 `__: Memory functions of the :" "c:func:`PyMem_Malloc` domain (:c:data:`PYMEM_DOMAIN_MEM`) now use the :ref:" @@ -6540,7 +6077,7 @@ msgid "" "crash: use ``PYTHONMALLOC=debug`` environment variable to validate the usage " "of memory allocators in your application." msgstr "" -"`Issue #26249 `__: Memory functions of the :c:" +"`bpo-26249 `__: Memory functions of the :c:" "func:`PyMem_Malloc` domain (:c:data:`PYMEM_DOMAIN_MEM`) now use the :ref:" "`pymalloc allocator ` rather than system :c:func:`malloc`. " "Applications calling :c:func:`PyMem_Malloc` without holding the GIL can now " @@ -6548,298 +6085,269 @@ msgstr "" "of memory allocators in your application." #: ../../../Misc/NEWS:2330 -#, fuzzy msgid "" "`bpo-26802 `__: Optimize function calls " "only using unpacking like ``func(*tuple)`` (no other positional argument, no " "keyword): avoid copying the tuple. Patch written by Joe Jevnik." msgstr "" -"`Issue #26802 `__: Optimize function calls " -"only using unpacking like ``func(*tuple)`` (no other positional argument, no " +"`bpo-26802 `__: Optimize function calls only " +"using unpacking like ``func(*tuple)`` (no other positional argument, no " "keyword): avoid copying the tuple. Patch written by Joe Jevnik." #: ../../../Misc/NEWS:2334 ../../../Misc/NEWS:4320 -#, fuzzy msgid "" "`bpo-26659 `__: Make the builtin slice " "type support cycle collection." msgstr "" -"`Issue #26659 `__: Make the builtin slice " -"type support cycle collection." +"`bpo-26659 `__: Make the builtin slice type " +"support cycle collection." #: ../../../Misc/NEWS:2336 ../../../Misc/NEWS:4322 -#, fuzzy msgid "" "`bpo-26718 `__: super.__init__ no longer " "leaks memory if called multiple times. NOTE: A direct call of super.__init__ " "is not endorsed!" msgstr "" -"`Issue #26718 `__: super.__init__ no longer " +"`bpo-26718 `__: super.__init__ no longer " "leaks memory if called multiple times. NOTE: A direct call of super.__init__ " "is not endorsed!" #: ../../../Misc/NEWS:2339 ../../../Misc/NEWS:4352 -#, fuzzy msgid "" "`bpo-27138 `__: Fix the doc comment for " "FileFinder.find_spec()." msgstr "" -"`Issue #27138 `__: Fix the doc comment for " +"`bpo-27138 `__: Fix the doc comment for " "FileFinder.find_spec()." #: ../../../Misc/NEWS:2341 ../../../Misc/NEWS:4396 -#, fuzzy msgid "" "`bpo-27147 `__: Mention PEP 420 in the " "importlib docs." msgstr "" -"`Issue #27147 `__: Mention PEP 420 in the " +"`bpo-27147 `__: Mention PEP 420 in the " "importlib docs." #: ../../../Misc/NEWS:2343 ../../../Misc/NEWS:4325 -#, fuzzy msgid "" "`bpo-25339 `__: PYTHONIOENCODING now has " "priority over locale in setting the error handler for stdin and stdout." msgstr "" -"`Issue #25339 `__: PYTHONIOENCODING now has " +"`bpo-25339 `__: PYTHONIOENCODING now has " "priority over locale in setting the error handler for stdin and stdout." #: ../../../Misc/NEWS:2346 ../../../Misc/NEWS:4328 -#, fuzzy msgid "" "`bpo-26494 `__: Fixed crash on iterating " "exhausting iterators. Affected classes are generic sequence iterators, " "iterators of str, bytes, bytearray, list, tuple, set, frozenset, dict, " "OrderedDict, corresponding views and os.scandir() iterator." msgstr "" -"`Issue #26494 `__: Fixed crash on iterating " +"`bpo-26494 `__: Fixed crash on iterating " "exhausting iterators. Affected classes are generic sequence iterators, " "iterators of str, bytes, bytearray, list, tuple, set, frozenset, dict, " "OrderedDict, corresponding views and os.scandir() iterator." #: ../../../Misc/NEWS:2351 -#, fuzzy msgid "" "`bpo-26574 `__: Optimize ``bytes." "replace(b'', b'.')`` and ``bytearray.replace(b'', b'.')``. Patch written by " "Josh Snider." msgstr "" -"`Issue #26574 `__: Optimize ``bytes." -"replace(b'', b'.')`` and ``bytearray.replace(b'', b'.')``. Patch written by " -"Josh Snider." +"`bpo-26574 `__: Optimize ``bytes.replace(b'', " +"b'.')`` and ``bytearray.replace(b'', b'.')``. Patch written by Josh Snider." #: ../../../Misc/NEWS:2354 ../../../Misc/NEWS:4333 -#, fuzzy msgid "" "`bpo-26581 `__: If coding cookie is " "specified multiple times on a line in Python source code file, only the " "first one is taken to account." msgstr "" -"`Issue #26581 `__: If coding cookie is " -"specified multiple times on a line in Python source code file, only the " -"first one is taken to account." +"`bpo-26581 `__: If coding cookie is specified " +"multiple times on a line in Python source code file, only the first one is " +"taken to account." #: ../../../Misc/NEWS:2357 -#, fuzzy msgid "" "`bpo-19711 `__: Add tests for reloading " "namespace packages." msgstr "" -"`Issue #19711 `__: Add tests for reloading " +"`bpo-19711 `__: Add tests for reloading " "namespace packages." #: ../../../Misc/NEWS:2359 -#, fuzzy msgid "" "`bpo-21099 `__: Switch applicable " "importlib tests to use PEP 451 API." msgstr "" -"`Issue #21099 `__: Switch applicable " -"importlib tests to use PEP 451 API." +"`bpo-21099 `__: Switch applicable importlib " +"tests to use PEP 451 API." #: ../../../Misc/NEWS:2361 -#, fuzzy msgid "" "`bpo-26563 `__: Debug hooks on Python " "memory allocators now raise a fatal error if functions of the :c:func:" "`PyMem_Malloc` family are called without holding the GIL." msgstr "" -"`Issue #26563 `__: Debug hooks on Python " -"memory allocators now raise a fatal error if functions of the :c:func:" +"`bpo-26563 `__: Debug hooks on Python memory " +"allocators now raise a fatal error if functions of the :c:func:" "`PyMem_Malloc` family are called without holding the GIL." #: ../../../Misc/NEWS:2365 -#, fuzzy msgid "" "`bpo-26564 `__: On error, the debug " "hooks on Python memory allocators now use the :mod:`tracemalloc` module to " "get the traceback where a memory block was allocated." msgstr "" -"`Issue #26564 `__: On error, the debug hooks " -"on Python memory allocators now use the :mod:`tracemalloc` module to get the " +"`bpo-26564 `__: On error, the debug hooks on " +"Python memory allocators now use the :mod:`tracemalloc` module to get the " "traceback where a memory block was allocated." #: ../../../Misc/NEWS:2369 -#, fuzzy msgid "" "`bpo-26558 `__: The debug hooks on " "Python memory allocator :c:func:`PyObject_Malloc` now detect when functions " "are called without holding the GIL." msgstr "" -"`Issue #26558 `__: The debug hooks on Python " +"`bpo-26558 `__: The debug hooks on Python " "memory allocator :c:func:`PyObject_Malloc` now detect when functions are " "called without holding the GIL." #: ../../../Misc/NEWS:2373 -#, fuzzy msgid "" "`bpo-26516 `__: Add :envvar:" "`PYTHONMALLOC` environment variable to set the Python memory allocators and/" "or install debug hooks." msgstr "" -"`Issue #26516 `__: Add :envvar:`PYTHONMALLOC` " +"`bpo-26516 `__: Add :envvar:`PYTHONMALLOC` " "environment variable to set the Python memory allocators and/or install " "debug hooks." #: ../../../Misc/NEWS:2376 -#, fuzzy msgid "" "`bpo-26516 `__: The :c:func:" "`PyMem_SetupDebugHooks` function can now also be used on Python compiled in " "release mode." msgstr "" -"`Issue #26516 `__: The :c:func:" +"`bpo-26516 `__: The :c:func:" "`PyMem_SetupDebugHooks` function can now also be used on Python compiled in " "release mode." #: ../../../Misc/NEWS:2379 -#, fuzzy msgid "" "`bpo-26516 `__: The :envvar:" "`PYTHONMALLOCSTATS` environment variable can now also be used on Python " "compiled in release mode. It now has no effect if set to an empty string." msgstr "" -"`Issue #26516 `__: The :envvar:" +"`bpo-26516 `__: The :envvar:" "`PYTHONMALLOCSTATS` environment variable can now also be used on Python " "compiled in release mode. It now has no effect if set to an empty string." #: ../../../Misc/NEWS:2383 -#, fuzzy msgid "" "`bpo-26516 `__: In debug mode, debug " "hooks are now also installed on Python memory allocators when Python is " "configured without pymalloc." msgstr "" -"`Issue #26516 `__: In debug mode, debug hooks " +"`bpo-26516 `__: In debug mode, debug hooks " "are now also installed on Python memory allocators when Python is configured " "without pymalloc." #: ../../../Misc/NEWS:2386 ../../../Misc/NEWS:4336 -#, fuzzy msgid "" "`bpo-26464 `__: Fix str.translate() when " "string is ASCII and first replacements removes character, but next " "replacement uses a non-ASCII character or a string longer than 1 character. " "Regression introduced in Python 3.5.0." msgstr "" -"`Issue #26464 `__: Fix str.translate() when " +"`bpo-26464 `__: Fix str.translate() when " "string is ASCII and first replacements removes character, but next " "replacement uses a non-ASCII character or a string longer than 1 character. " "Regression introduced in Python 3.5.0." #: ../../../Misc/NEWS:2390 ../../../Misc/NEWS:4340 -#, fuzzy msgid "" "`bpo-22836 `__: Ensure exception reports " "from PyErr_Display() and PyErr_WriteUnraisable() are sensible even when " "formatting them produces secondary errors. This affects the reports " "produced by sys.__excepthook__() and when __del__() raises an exception." msgstr "" -"`Issue #22836 `__: Ensure exception reports " -"from PyErr_Display() and PyErr_WriteUnraisable() are sensible even when " +"`bpo-22836 `__: Ensure exception reports from " +"PyErr_Display() and PyErr_WriteUnraisable() are sensible even when " "formatting them produces secondary errors. This affects the reports " "produced by sys.__excepthook__() and when __del__() raises an exception." #: ../../../Misc/NEWS:2395 ../../../Misc/NEWS:4345 -#, fuzzy msgid "" "`bpo-26302 `__: Correct behavior to " "reject comma as a legal character for cookie names." msgstr "" -"`Issue #26302 `__: Correct behavior to reject " +"`bpo-26302 `__: Correct behavior to reject " "comma as a legal character for cookie names." #: ../../../Misc/NEWS:2398 -#, fuzzy msgid "" "`bpo-26136 `__: Upgrade the warning when " "a generator raises StopIteration from PendingDeprecationWarning to " "DeprecationWarning. Patch by Anish Shah." msgstr "" -"`Issue #26136 `__: Upgrade the warning when a " +"`bpo-26136 `__: Upgrade the warning when a " "generator raises StopIteration from PendingDeprecationWarning to " "DeprecationWarning. Patch by Anish Shah." #: ../../../Misc/NEWS:2402 -#, fuzzy msgid "" "`bpo-26204 `__: The compiler now ignores " "all constant statements: bytes, str, int, float, complex, name constants " "(None, False, True), Ellipsis and ast.Constant; not only str and int. For " "example, ``1.0`` is now ignored in ``def f(): 1.0``." msgstr "" -"`Issue #26204 `__: The compiler now ignores " -"all constant statements: bytes, str, int, float, complex, name constants " -"(None, False, True), Ellipsis and ast.Constant; not only str and int. For " -"example, ``1.0`` is now ignored in ``def f(): 1.0``." +"`bpo-26204 `__: The compiler now ignores all " +"constant statements: bytes, str, int, float, complex, name constants (None, " +"False, True), Ellipsis and ast.Constant; not only str and int. For example, " +"``1.0`` is now ignored in ``def f(): 1.0``." #: ../../../Misc/NEWS:2407 ../../../Misc/NEWS:4348 -#, fuzzy msgid "" "`bpo-4806 `__: Avoid masking the original " "TypeError exception when using star (*) unpacking in function calls. Based " "on patch by Hagen Fürstenau and Daniel Urban." msgstr "" -"`Issue #4806 `__: Avoid masking the original " +"`bpo-4806 `__: Avoid masking the original " "TypeError exception when using star (*) unpacking in function calls. Based " "on patch by Hagen Fürstenau and Daniel Urban." #: ../../../Misc/NEWS:2411 -#, fuzzy msgid "" "`bpo-26146 `__: Add a new kind of AST " "node: ``ast.Constant``. It can be used by external AST optimizers, but the " "compiler does not emit directly such node." msgstr "" -"`Issue #26146 `__: Add a new kind of AST " -"node: ``ast.Constant``. It can be used by external AST optimizers, but the " +"`bpo-26146 `__: Add a new kind of AST node: " +"``ast.Constant``. It can be used by external AST optimizers, but the " "compiler does not emit directly such node." #: ../../../Misc/NEWS:2415 -#, fuzzy msgid "" "`bpo-23601 `__: Sped-up allocation of " "dict key objects by using Python's small object allocator. (Contributed by " "Julian Taylor.)" msgstr "" -"`Issue #23601 `__: Sped-up allocation of " -"dict key objects by using Python's small object allocator. (Contributed by " +"`bpo-23601 `__: Sped-up allocation of dict " +"key objects by using Python's small object allocator. (Contributed by " "Julian Taylor.)" #: ../../../Misc/NEWS:2418 -#, fuzzy msgid "" "`bpo-18018 `__: Import raises " "ImportError instead of SystemError if a relative import is attempted without " "a known parent package." msgstr "" -"`Issue #18018 `__: Import raises ImportError " +"`bpo-18018 `__: Import raises ImportError " "instead of SystemError if a relative import is attempted without a known " "parent package." #: ../../../Misc/NEWS:2421 -#, fuzzy msgid "" "`bpo-25843 `__: When compiling code, " "don't merge constants if they are equal but have a different types. For " @@ -6847,25 +6355,23 @@ msgid "" "two different functions: ``f1()`` returns ``1`` (``int``) and ``f2()`` " "returns ``1.0`` (``float``), even if ``1`` and ``1.0`` are equal." msgstr "" -"`Issue #25843 `__: When compiling code, don't " +"`bpo-25843 `__: When compiling code, don't " "merge constants if they are equal but have a different types. For example, " "``f1, f2 = lambda: 1, lambda: 1.0`` is now correctly compiled to two " "different functions: ``f1()`` returns ``1`` (``int``) and ``f2()`` returns " "``1.0`` (``float``), even if ``1`` and ``1.0`` are equal." #: ../../../Misc/NEWS:2427 -#, fuzzy msgid "" "`bpo-26107 `__: The format of the " "``co_lnotab`` attribute of code objects changes to support negative line " "number delta." msgstr "" -"`Issue #26107 `__: The format of the " +"`bpo-26107 `__: The format of the " "``co_lnotab`` attribute of code objects changes to support negative line " "number delta." #: ../../../Misc/NEWS:2430 ../../../Misc/NEWS:4354 -#, fuzzy msgid "" "`bpo-26154 `__: Add a new private " "_PyThreadState_UncheckedGet() function to get the current Python thread " @@ -6874,7 +6380,7 @@ msgid "" "The variable is no more exposed since Python 3.5.1 to hide the exact " "implementation of atomic C types, to avoid compiler issues." msgstr "" -"`Issue #26154 `__: Add a new private " +"`bpo-26154 `__: Add a new private " "_PyThreadState_UncheckedGet() function to get the current Python thread " "state, but don't issue a fatal error if it is NULL. This new function must " "be used instead of accessing directly the _PyThreadState_Current variable. " @@ -6882,47 +6388,42 @@ msgstr "" "implementation of atomic C types, to avoid compiler issues." #: ../../../Misc/NEWS:2437 -#, fuzzy msgid "" "`bpo-25791 `__: If __package__ != " "__spec__.parent or if neither __package__ or __spec__ are defined then " "ImportWarning is raised." msgstr "" -"`Issue #25791 `__: If __package__ != __spec__." +"`bpo-25791 `__: If __package__ != __spec__." "parent or if neither __package__ or __spec__ are defined then ImportWarning " "is raised." #: ../../../Misc/NEWS:2440 ../../../Misc/NEWS:4371 -#, fuzzy msgid "" "`bpo-22995 `__: [UPDATE] Comment out the " "one of the pickleability tests in _PyObject_GetState() due to regressions " "observed in Cython-based projects." msgstr "" -"`Issue #22995 `__: [UPDATE] Comment out the " -"one of the pickleability tests in _PyObject_GetState() due to regressions " +"`bpo-22995 `__: [UPDATE] Comment out the one " +"of the pickleability tests in _PyObject_GetState() due to regressions " "observed in Cython-based projects." #: ../../../Misc/NEWS:2443 ../../../Misc/NEWS:4374 -#, fuzzy msgid "" "`bpo-25961 `__: Disallowed null " "characters in the type name." msgstr "" -"`Issue #25961 `__: Disallowed null characters " -"in the type name." +"`bpo-25961 `__: Disallowed null characters in " +"the type name." #: ../../../Misc/NEWS:2445 ../../../Misc/NEWS:4376 -#, fuzzy msgid "" "`bpo-25973 `__: Fix segfault when an " "invalid nonlocal statement binds a name starting with two underscores." msgstr "" -"`Issue #25973 `__: Fix segfault when an " -"invalid nonlocal statement binds a name starting with two underscores." +"`bpo-25973 `__: Fix segfault when an invalid " +"nonlocal statement binds a name starting with two underscores." #: ../../../Misc/NEWS:2448 ../../../Misc/NEWS:4379 -#, fuzzy msgid "" "`bpo-22995 `__: Instances of extension " "types with a state that aren't subclasses of list or dict and haven't " @@ -6930,219 +6431,198 @@ msgid "" "__getnewargs__, __getnewargs_ex__, or __getstate__), can no longer be " "pickled. Including memoryview." msgstr "" -"`Issue #22995 `__: Instances of extension " -"types with a state that aren't subclasses of list or dict and haven't " -"implemented any pickle-related methods (__reduce__, __reduce_ex__, " -"__getnewargs__, __getnewargs_ex__, or __getstate__), can no longer be " -"pickled. Including memoryview." +"`bpo-22995 `__: Instances of extension types " +"with a state that aren't subclasses of list or dict and haven't implemented " +"any pickle-related methods (__reduce__, __reduce_ex__, __getnewargs__, " +"__getnewargs_ex__, or __getstate__), can no longer be pickled. Including " +"memoryview." #: ../../../Misc/NEWS:2453 ../../../Misc/NEWS:4384 -#, fuzzy msgid "" "`bpo-20440 `__: Massive replacing unsafe " "attribute setting code with special macro Py_SETREF." msgstr "" -"`Issue #20440 `__: Massive replacing unsafe " +"`bpo-20440 `__: Massive replacing unsafe " "attribute setting code with special macro Py_SETREF." #: ../../../Misc/NEWS:2456 ../../../Misc/NEWS:4387 -#, fuzzy msgid "" "`bpo-25766 `__: Special method " "__bytes__() now works in str subclasses." msgstr "" -"`Issue #25766 `__: Special method __bytes__() " +"`bpo-25766 `__: Special method __bytes__() " "now works in str subclasses." #: ../../../Misc/NEWS:2458 ../../../Misc/NEWS:4389 -#, fuzzy msgid "" "`bpo-25421 `__: __sizeof__ methods of " "builtin types now use dynamic basic size. This allows sys.getsize() to work " "correctly with their subclasses with __slots__ defined." msgstr "" -"`Issue #25421 `__: __sizeof__ methods of " -"builtin types now use dynamic basic size. This allows sys.getsize() to work " +"`bpo-25421 `__: __sizeof__ methods of builtin " +"types now use dynamic basic size. This allows sys.getsize() to work " "correctly with their subclasses with __slots__ defined." #: ../../../Misc/NEWS:2462 ../../../Misc/NEWS:4393 ../../../Misc/NEWS:5030 -#, fuzzy msgid "" "`bpo-25709 `__: Fixed problem with in-" "place string concatenation and utf-8 cache." msgstr "" -"`Issue #25709 `__: Fixed problem with in-" -"place string concatenation and utf-8 cache." +"`bpo-25709 `__: Fixed problem with in-place " +"string concatenation and utf-8 cache." #: ../../../Misc/NEWS:2465 -#, fuzzy msgid "" "`bpo-5319 `__: New Py_FinalizeEx() API " "allowing Python to set an exit status of 120 on failure to flush buffered " "streams." msgstr "" -"`Issue #5319 `__: New Py_FinalizeEx() API " +"`bpo-5319 `__: New Py_FinalizeEx() API " "allowing Python to set an exit status of 120 on failure to flush buffered " "streams." #: ../../../Misc/NEWS:2468 -#, fuzzy msgid "" "`bpo-25485 `__: telnetlib.Telnet is now " "a context manager." msgstr "" -"`Issue #25485 `__: telnetlib.Telnet is now a " +"`bpo-25485 `__: telnetlib.Telnet is now a " "context manager." #: ../../../Misc/NEWS:2470 ../../../Misc/NEWS:4398 -#, fuzzy msgid "" "`bpo-24097 `__: Fixed crash in object." "__reduce__() if slot name is freed inside __getattr__." msgstr "" -"`Issue #24097 `__: Fixed crash in object." +"`bpo-24097 `__: Fixed crash in object." "__reduce__() if slot name is freed inside __getattr__." #: ../../../Misc/NEWS:2473 ../../../Misc/NEWS:4401 -#, fuzzy msgid "" "`bpo-24731 `__: Fixed crash on " "converting objects with special methods __bytes__, __trunc__, and __float__ " "returning instances of subclasses of bytes, int, and float to subclasses of " "bytes, int, and float correspondingly." msgstr "" -"`Issue #24731 `__: Fixed crash on converting " +"`bpo-24731 `__: Fixed crash on converting " "objects with special methods __bytes__, __trunc__, and __float__ returning " "instances of subclasses of bytes, int, and float to subclasses of bytes, " "int, and float correspondingly." #: ../../../Misc/NEWS:2477 ../../../Misc/NEWS:5048 -#, fuzzy msgid "" "`bpo-25630 `__: Fix a possible segfault " "during argument parsing in functions that accept filesystem paths." msgstr "" -"`Issue #25630 `__: Fix a possible segfault " +"`bpo-25630 `__: Fix a possible segfault " "during argument parsing in functions that accept filesystem paths." #: ../../../Misc/NEWS:2480 ../../../Misc/NEWS:5051 -#, fuzzy msgid "" "`bpo-23564 `__: Fixed a partially broken " "sanity check in the _posixsubprocess internals regarding how fds_to_pass " "were passed to the child. The bug had no actual impact as subprocess.py " "already avoided it." msgstr "" -"`Issue #23564 `__: Fixed a partially broken " +"`bpo-23564 `__: Fixed a partially broken " "sanity check in the _posixsubprocess internals regarding how fds_to_pass " "were passed to the child. The bug had no actual impact as subprocess.py " "already avoided it." #: ../../../Misc/NEWS:2484 ../../../Misc/NEWS:5055 -#, fuzzy msgid "" "`bpo-25388 `__: Fixed tokenizer crash " "when processing undecodable source code with a null byte." msgstr "" -"`Issue #25388 `__: Fixed tokenizer crash when " +"`bpo-25388 `__: Fixed tokenizer crash when " "processing undecodable source code with a null byte." #: ../../../Misc/NEWS:2487 ../../../Misc/NEWS:5058 -#, fuzzy msgid "" "`bpo-25462 `__: The hash of the key now " "is calculated only once in most operations in C implementation of " "OrderedDict." msgstr "" -"`Issue #25462 `__: The hash of the key now is " +"`bpo-25462 `__: The hash of the key now is " "calculated only once in most operations in C implementation of OrderedDict." #: ../../../Misc/NEWS:2490 ../../../Misc/NEWS:5061 -#, fuzzy msgid "" "`bpo-22995 `__: Default implementation " "of __reduce__ and __reduce_ex__ now rejects builtin types with not defined " "__new__." msgstr "" -"`Issue #22995 `__: Default implementation of " +"`bpo-22995 `__: Default implementation of " "__reduce__ and __reduce_ex__ now rejects builtin types with not defined " "__new__." #: ../../../Misc/NEWS:2493 ../../../Misc/NEWS:5067 -#, fuzzy msgid "" "`bpo-24802 `__: Avoid buffer overreads " "when int(), float(), compile(), exec() and eval() are passed bytes-like " "objects. These objects are not necessarily terminated by a null byte, but " "the functions assumed they were." msgstr "" -"`Issue #24802 `__: Avoid buffer overreads " -"when int(), float(), compile(), exec() and eval() are passed bytes-like " -"objects. These objects are not necessarily terminated by a null byte, but " -"the functions assumed they were." +"`bpo-24802 `__: Avoid buffer overreads when " +"int(), float(), compile(), exec() and eval() are passed bytes-like objects. " +"These objects are not necessarily terminated by a null byte, but the " +"functions assumed they were." #: ../../../Misc/NEWS:2497 ../../../Misc/NEWS:5064 -#, fuzzy msgid "" "`bpo-25555 `__: Fix parser and AST: fill " "lineno and col_offset of \"arg\" node when compiling AST from Python objects." msgstr "" -"`Issue #25555 `__: Fix parser and AST: fill " +"`bpo-25555 `__: Fix parser and AST: fill " "lineno and col_offset of \"arg\" node when compiling AST from Python objects." #: ../../../Misc/NEWS:2500 ../../../Misc/NEWS:5071 -#, fuzzy msgid "" "`bpo-24726 `__: Fixed a crash and " "leaking NULL in repr() of OrderedDict that was mutated by direct calls of " "dict methods." msgstr "" -"`Issue #24726 `__: Fixed a crash and leaking " +"`bpo-24726 `__: Fixed a crash and leaking " "NULL in repr() of OrderedDict that was mutated by direct calls of dict " "methods." #: ../../../Misc/NEWS:2503 ../../../Misc/NEWS:5074 -#, fuzzy msgid "" "`bpo-25449 `__: Iterating OrderedDict " "with keys with unstable hash now raises KeyError in C implementations as " "well as in Python implementation." msgstr "" -"`Issue #25449 `__: Iterating OrderedDict with " +"`bpo-25449 `__: Iterating OrderedDict with " "keys with unstable hash now raises KeyError in C implementations as well as " "in Python implementation." #: ../../../Misc/NEWS:2506 ../../../Misc/NEWS:5077 -#, fuzzy msgid "" "`bpo-25395 `__: Fixed crash when highly " "nested OrderedDict structures were garbage collected." msgstr "" -"`Issue #25395 `__: Fixed crash when highly " +"`bpo-25395 `__: Fixed crash when highly " "nested OrderedDict structures were garbage collected." #: ../../../Misc/NEWS:2509 -#, fuzzy msgid "" "`bpo-25401 `__: Optimize bytes.fromhex() " "and bytearray.fromhex(): they are now between 2x and 3.5x faster." msgstr "" -"`Issue #25401 `__: Optimize bytes.fromhex() " -"and bytearray.fromhex(): they are now between 2x and 3.5x faster." +"`bpo-25401 `__: Optimize bytes.fromhex() and " +"bytearray.fromhex(): they are now between 2x and 3.5x faster." #: ../../../Misc/NEWS:2512 -#, fuzzy msgid "" "`bpo-25399 `__: Optimize bytearray % " "args using the new private _PyBytesWriter API. Formatting is now between 2.5 " "and 5 times faster." msgstr "" -"`Issue #25399 `__: Optimize bytearray % args " +"`bpo-25399 `__: Optimize bytearray % args " "using the new private _PyBytesWriter API. Formatting is now between 2.5 and " "5 times faster." #: ../../../Misc/NEWS:2515 ../../../Misc/NEWS:5080 -#, fuzzy msgid "" "`bpo-25274 `__: sys.setrecursionlimit() " "now raises a RecursionError if the new recursion limit is too low depending " @@ -7150,98 +6630,88 @@ msgid "" "to make it monotonic. This mark is used to decide when the overflowed flag " "of the thread state is reset." msgstr "" -"`Issue #25274 `__: sys.setrecursionlimit() " -"now raises a RecursionError if the new recursion limit is too low depending " -"at the current recursion depth. Modify also the \"lower-water mark\" formula " -"to make it monotonic. This mark is used to decide when the overflowed flag " -"of the thread state is reset." +"`bpo-25274 `__: sys.setrecursionlimit() now " +"raises a RecursionError if the new recursion limit is too low depending at " +"the current recursion depth. Modify also the \"lower-water mark\" formula to " +"make it monotonic. This mark is used to decide when the overflowed flag of " +"the thread state is reset." #: ../../../Misc/NEWS:2520 ../../../Misc/NEWS:5085 -#, fuzzy msgid "" "`bpo-24402 `__: Fix input() to prompt to " "the redirected stdout when sys.stdout.fileno() fails." msgstr "" -"`Issue #24402 `__: Fix input() to prompt to " -"the redirected stdout when sys.stdout.fileno() fails." +"`bpo-24402 `__: Fix input() to prompt to the " +"redirected stdout when sys.stdout.fileno() fails." #: ../../../Misc/NEWS:2523 -#, fuzzy msgid "" "`bpo-25349 `__: Optimize bytes % args " "using the new private _PyBytesWriter API. Formatting is now up to 2 times " "faster." msgstr "" -"`Issue #25349 `__: Optimize bytes % args " -"using the new private _PyBytesWriter API. Formatting is now up to 2 times " -"faster." +"`bpo-25349 `__: Optimize bytes % args using " +"the new private _PyBytesWriter API. Formatting is now up to 2 times faster." #: ../../../Misc/NEWS:2526 ../../../Misc/NEWS:5088 -#, fuzzy msgid "" "`bpo-24806 `__: Prevent builtin types " "that are not allowed to be subclassed from being subclassed through multiple " "inheritance." msgstr "" -"`Issue #24806 `__: Prevent builtin types that " +"`bpo-24806 `__: Prevent builtin types that " "are not allowed to be subclassed from being subclassed through multiple " "inheritance." #: ../../../Misc/NEWS:2529 -#, fuzzy msgid "" "`bpo-25301 `__: The UTF-8 decoder is now " "up to 15 times as fast for error handlers: ``ignore``, ``replace`` and " "``surrogateescape``." msgstr "" -"`Issue #25301 `__: The UTF-8 decoder is now " -"up to 15 times as fast for error handlers: ``ignore``, ``replace`` and " +"`bpo-25301 `__: The UTF-8 decoder is now up " +"to 15 times as fast for error handlers: ``ignore``, ``replace`` and " "``surrogateescape``." #: ../../../Misc/NEWS:2532 ../../../Misc/NEWS:5091 -#, fuzzy msgid "" "`bpo-24848 `__: Fixed a number of bugs " "in UTF-7 decoding of misformed data." msgstr "" -"`Issue #24848 `__: Fixed a number of bugs in " +"`bpo-24848 `__: Fixed a number of bugs in " "UTF-7 decoding of misformed data." #: ../../../Misc/NEWS:2534 -#, fuzzy msgid "" "`bpo-25267 `__: The UTF-8 encoder is now " "up to 75 times as fast for error handlers: ``ignore``, ``replace``, " "``surrogateescape``, ``surrogatepass``. Patch co-written with Serhiy " "Storchaka." msgstr "" -"`Issue #25267 `__: The UTF-8 encoder is now " -"up to 75 times as fast for error handlers: ``ignore``, ``replace``, " +"`bpo-25267 `__: The UTF-8 encoder is now up " +"to 75 times as fast for error handlers: ``ignore``, ``replace``, " "``surrogateescape``, ``surrogatepass``. Patch co-written with Serhiy " "Storchaka." #: ../../../Misc/NEWS:2538 ../../../Misc/NEWS:5093 -#, fuzzy msgid "" "`bpo-25280 `__: Import trace messages " "emitted in verbose (-v) mode are no longer formatted twice." msgstr "" -"`Issue #25280 `__: Import trace messages " -"emitted in verbose (-v) mode are no longer formatted twice." +"`bpo-25280 `__: Import trace messages emitted " +"in verbose (-v) mode are no longer formatted twice." #: ../../../Misc/NEWS:2541 -#, fuzzy msgid "" "`bpo-25227 `__: Optimize ASCII and " "latin1 encoders with the ``surrogateescape`` error handler: the encoders are " "now up to 3 times as fast. Initial patch written by Serhiy Storchaka." msgstr "" -"`Issue #25227 `__: Optimize ASCII and latin1 " +"`bpo-25227 `__: Optimize ASCII and latin1 " "encoders with the ``surrogateescape`` error handler: the encoders are now up " "to 3 times as fast. Initial patch written by Serhiy Storchaka." #: ../../../Misc/NEWS:2545 ../../../Misc/NEWS:5096 -#, fuzzy msgid "" "`bpo-25003 `__: On Solaris 11.3 or " "newer, os.urandom() now uses the getrandom() function instead of the " @@ -7249,70 +6719,64 @@ msgid "" "very good quality entropy, os.urandom() doesn't need such high-quality " "entropy." msgstr "" -"`Issue #25003 `__: On Solaris 11.3 or newer, " -"os.urandom() now uses the getrandom() function instead of the getentropy() " +"`bpo-25003 `__: On Solaris 11.3 or newer, os." +"urandom() now uses the getrandom() function instead of the getentropy() " "function. The getentropy() function is blocking to generate very good " "quality entropy, os.urandom() doesn't need such high-quality entropy." #: ../../../Misc/NEWS:2550 -#, fuzzy msgid "" "`bpo-9232 `__: Modify Python's grammar to " "allow trailing commas in the argument list of a function declaration. For " "example, \"def f(\\*, a = 3,): pass\" is now legal. Patch from Mark " "Dickinson." msgstr "" -"`Issue #9232 `__: Modify Python's grammar to " +"`bpo-9232 `__: Modify Python's grammar to " "allow trailing commas in the argument list of a function declaration. For " "example, \"def f(\\*, a = 3,): pass\" is now legal. Patch from Mark " "Dickinson." #: ../../../Misc/NEWS:2554 -#, fuzzy msgid "" "`bpo-24965 `__: Implement PEP 498 " "\"Literal String Interpolation\". This allows you to embed expressions " "inside f-strings, which are converted to normal strings at run time. Given " "x=3, then f'value={x}' == 'value=3'. Patch by Eric V. Smith." msgstr "" -"`Issue #24965 `__: Implement PEP 498 " -"\"Literal String Interpolation\". This allows you to embed expressions " -"inside f-strings, which are converted to normal strings at run time. Given " -"x=3, then f'value={x}' == 'value=3'. Patch by Eric V. Smith." +"`bpo-24965 `__: Implement PEP 498 \"Literal " +"String Interpolation\". This allows you to embed expressions inside f-" +"strings, which are converted to normal strings at run time. Given x=3, then " +"f'value={x}' == 'value=3'. Patch by Eric V. Smith." #: ../../../Misc/NEWS:2559 ../../../Misc/NEWS:4405 -#, fuzzy msgid "" "`bpo-26478 `__: Fix semantic bugs when " "using binary operators with dictionary views and tuples." msgstr "" -"`Issue #26478 `__: Fix semantic bugs when " -"using binary operators with dictionary views and tuples." +"`bpo-26478 `__: Fix semantic bugs when using " +"binary operators with dictionary views and tuples." #: ../../../Misc/NEWS:2562 ../../../Misc/NEWS:4408 -#, fuzzy msgid "" "`bpo-26171 `__: Fix possible integer " "overflow and heap corruption in zipimporter.get_data()." msgstr "" -"`Issue #26171 `__: Fix possible integer " -"overflow and heap corruption in zipimporter.get_data()." +"`bpo-26171 `__: Fix possible integer overflow " +"and heap corruption in zipimporter.get_data()." #: ../../../Misc/NEWS:2565 ../../../Misc/NEWS:4411 -#, fuzzy msgid "" "`bpo-25660 `__: Fix TAB key behaviour in " "REPL with readline." msgstr "" -"`Issue #25660 `__: Fix TAB key behaviour in " -"REPL with readline." +"`bpo-25660 `__: Fix TAB key behaviour in REPL " +"with readline." #: ../../../Misc/NEWS:2567 -#, fuzzy msgid "" "`bpo-26288 `__: Optimize PyLong_AsDouble." msgstr "" -"`Issue #26288 `__: Optimize PyLong_AsDouble." +"`bpo-26288 `__: Optimize PyLong_AsDouble." #: ../../../Misc/NEWS:2569 msgid "" @@ -7322,56 +6786,50 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:2573 ../../../Misc/NEWS:4413 -#, fuzzy msgid "" "`bpo-25887 `__: Raise a RuntimeError " "when a coroutine object is awaited more than once." msgstr "" -"`Issue #25887 `__: Raise a RuntimeError when " -"a coroutine object is awaited more than once." +"`bpo-25887 `__: Raise a RuntimeError when a " +"coroutine object is awaited more than once." #: ../../../Misc/NEWS:2579 ../../../Misc/NEWS:4480 -#, fuzzy msgid "" "`bpo-27057 `__: Fix os.set_inheritable() " "on Android, ioctl() is blocked by SELinux and fails with EACCESS. The " "function now falls back to fcntl(). Patch written by Michał Bednarski." msgstr "" -"`Issue #27057 `__: Fix os.set_inheritable() " -"on Android, ioctl() is blocked by SELinux and fails with EACCESS. The " -"function now falls back to fcntl(). Patch written by Michał Bednarski." +"`bpo-27057 `__: Fix os.set_inheritable() on " +"Android, ioctl() is blocked by SELinux and fails with EACCESS. The function " +"now falls back to fcntl(). Patch written by Michał Bednarski." #: ../../../Misc/NEWS:2583 ../../../Misc/NEWS:4484 -#, fuzzy msgid "" "`bpo-27014 `__: Fix infinite recursion " "using typing.py. Thanks to Kalle Tuure!" msgstr "" -"`Issue #27014 `__: Fix infinite recursion " -"using typing.py. Thanks to Kalle Tuure!" +"`bpo-27014 `__: Fix infinite recursion using " +"typing.py. Thanks to Kalle Tuure!" #: ../../../Misc/NEWS:2585 -#, fuzzy msgid "" "`bpo-27031 `__: Removed dummy methods in " "Tkinter widget classes: tk_menuBar() and tk_bindForTraversal()." msgstr "" -"`Issue #27031 `__: Removed dummy methods in " +"`bpo-27031 `__: Removed dummy methods in " "Tkinter widget classes: tk_menuBar() and tk_bindForTraversal()." #: ../../../Misc/NEWS:2588 ../../../Misc/NEWS:4486 -#, fuzzy msgid "" "`bpo-14132 `__: Fix urllib.request " "redirect handling when the target only has a query string. Original fix by " "Ján Janech." msgstr "" -"`Issue #14132 `__: Fix urllib.request " -"redirect handling when the target only has a query string. Original fix by " -"Ján Janech." +"`bpo-14132 `__: Fix urllib.request redirect " +"handling when the target only has a query string. Original fix by Ján " +"Janech." #: ../../../Misc/NEWS:2591 ../../../Misc/NEWS:4489 -#, fuzzy msgid "" "`bpo-17214 `__: The \"urllib.request\" " "module now percent-encodes non-ASCII bytes found in redirect target URLs. " @@ -7379,168 +6837,151 @@ msgid "" "client\" requires the request target to be ASCII-encodable, otherwise a " "UnicodeEncodeError is raised. Based on patch by Christian Heimes." msgstr "" -"`Issue #17214 `__: The \"urllib.request\" " -"module now percent-encodes non-ASCII bytes found in redirect target URLs. " -"Some servers send Location header fields with non-ASCII bytes, but \"http." -"client\" requires the request target to be ASCII-encodable, otherwise a " +"`bpo-17214 `__: The \"urllib.request\" module " +"now percent-encodes non-ASCII bytes found in redirect target URLs. Some " +"servers send Location header fields with non-ASCII bytes, but \"http.client" +"\" requires the request target to be ASCII-encodable, otherwise a " "UnicodeEncodeError is raised. Based on patch by Christian Heimes." #: ../../../Misc/NEWS:2597 -#, fuzzy msgid "" "`bpo-27033 `__: The default value of the " "decode_data parameter for smtpd.SMTPChannel and smtpd.SMTPServer " "constructors is changed to False." msgstr "" -"`Issue #27033 `__: The default value of the " +"`bpo-27033 `__: The default value of the " "decode_data parameter for smtpd.SMTPChannel and smtpd.SMTPServer " "constructors is changed to False." #: ../../../Misc/NEWS:2600 -#, fuzzy msgid "" "`bpo-27034 `__: Removed deprecated class " "asynchat.fifo." msgstr "" -"`Issue #27034 `__: Removed deprecated class " +"`bpo-27034 `__: Removed deprecated class " "asynchat.fifo." #: ../../../Misc/NEWS:2602 -#, fuzzy msgid "" "`bpo-26870 `__: Added readline." "set_auto_history(), which can stop entries being automatically added to the " "history list. Based on patch by Tyler Crompton." msgstr "" -"`Issue #26870 `__: Added readline." +"`bpo-26870 `__: Added readline." "set_auto_history(), which can stop entries being automatically added to the " "history list. Based on patch by Tyler Crompton." #: ../../../Misc/NEWS:2606 -#, fuzzy msgid "" "`bpo-26039 `__: zipfile.ZipFile.open() " "can now be used to write data into a ZIP file, as well as for extracting " "data. Patch by Thomas Kluyver." msgstr "" -"`Issue #26039 `__: zipfile.ZipFile.open() can " +"`bpo-26039 `__: zipfile.ZipFile.open() can " "now be used to write data into a ZIP file, as well as for extracting data. " "Patch by Thomas Kluyver." #: ../../../Misc/NEWS:2609 ../../../Misc/NEWS:4495 -#, fuzzy msgid "" "`bpo-26892 `__: Honor debuglevel flag in " "urllib.request.HTTPHandler. Patch contributed by Chi Hsuan Yen." msgstr "" -"`Issue #26892 `__: Honor debuglevel flag in " +"`bpo-26892 `__: Honor debuglevel flag in " "urllib.request.HTTPHandler. Patch contributed by Chi Hsuan Yen." #: ../../../Misc/NEWS:2612 ../../../Misc/NEWS:4498 -#, fuzzy msgid "" "`bpo-22274 `__: In the subprocess " "module, allow stderr to be redirected to stdout even when stdout is not " "redirected. Patch by Akira Li." msgstr "" -"`Issue #22274 `__: In the subprocess module, " +"`bpo-22274 `__: In the subprocess module, " "allow stderr to be redirected to stdout even when stdout is not redirected. " "Patch by Akira Li." #: ../../../Misc/NEWS:2615 ../../../Misc/NEWS:4501 -#, fuzzy msgid "" "`bpo-26807 `__: mock_open 'files' no " "longer error on readline at end of file. Patch from Yolanda Robla." msgstr "" -"`Issue #26807 `__: mock_open 'files' no " -"longer error on readline at end of file. Patch from Yolanda Robla." +"`bpo-26807 `__: mock_open 'files' no longer " +"error on readline at end of file. Patch from Yolanda Robla." #: ../../../Misc/NEWS:2618 ../../../Misc/NEWS:4504 -#, fuzzy msgid "" "`bpo-25745 `__: Fixed leaking a userptr " "in curses panel destructor." msgstr "" -"`Issue #25745 `__: Fixed leaking a userptr in " +"`bpo-25745 `__: Fixed leaking a userptr in " "curses panel destructor." #: ../../../Misc/NEWS:2620 ../../../Misc/NEWS:4506 -#, fuzzy msgid "" "`bpo-26977 `__: Removed unnecessary, and " "ignored, call to sum of squares helper in statistics.pvariance." msgstr "" -"`Issue #26977 `__: Removed unnecessary, and " +"`bpo-26977 `__: Removed unnecessary, and " "ignored, call to sum of squares helper in statistics.pvariance." #: ../../../Misc/NEWS:2623 -#, fuzzy msgid "" "`bpo-26002 `__: Use bisect in statistics." "median instead of a linear search. Patch by Upendra Kuma." msgstr "" -"`Issue #26002 `__: Use bisect in statistics." +"`bpo-26002 `__: Use bisect in statistics." "median instead of a linear search. Patch by Upendra Kuma." #: ../../../Misc/NEWS:2626 -#, fuzzy msgid "" "`bpo-25974 `__: Make use of new Decimal." "as_integer_ratio() method in statistics module. Patch by Stefan Krah." msgstr "" -"`Issue #25974 `__: Make use of new Decimal." +"`bpo-25974 `__: Make use of new Decimal." "as_integer_ratio() method in statistics module. Patch by Stefan Krah." #: ../../../Misc/NEWS:2629 -#, fuzzy msgid "" "`bpo-26996 `__: Add secrets module as " "described in PEP 506." msgstr "" -"`Issue #26996 `__: Add secrets module as " +"`bpo-26996 `__: Add secrets module as " "described in PEP 506." #: ../../../Misc/NEWS:2631 ../../../Misc/NEWS:4509 -#, fuzzy msgid "" "`bpo-26881 `__: The modulefinder module " "now supports extended opcode arguments." msgstr "" -"`Issue #26881 `__: The modulefinder module " -"now supports extended opcode arguments." +"`bpo-26881 `__: The modulefinder module now " +"supports extended opcode arguments." #: ../../../Misc/NEWS:2633 ../../../Misc/NEWS:4511 -#, fuzzy msgid "" "`bpo-23815 `__: Fixed crashes related to " "directly created instances of types in _tkinter and curses.panel modules." msgstr "" -"`Issue #23815 `__: Fixed crashes related to " +"`bpo-23815 `__: Fixed crashes related to " "directly created instances of types in _tkinter and curses.panel modules." #: ../../../Misc/NEWS:2636 ../../../Misc/NEWS:4514 -#, fuzzy msgid "" "`bpo-17765 `__: weakref.ref() no longer " "silently ignores keyword arguments. Patch by Georg Brandl." msgstr "" -"`Issue #17765 `__: weakref.ref() no longer " +"`bpo-17765 `__: weakref.ref() no longer " "silently ignores keyword arguments. Patch by Georg Brandl." #: ../../../Misc/NEWS:2639 ../../../Misc/NEWS:4517 -#, fuzzy msgid "" "`bpo-26873 `__: xmlrpc now raises " "ResponseError on unsupported type tags instead of silently return incorrect " "result." msgstr "" -"`Issue #26873 `__: xmlrpc now raises " +"`bpo-26873 `__: xmlrpc now raises " "ResponseError on unsupported type tags instead of silently return incorrect " "result." #: ../../../Misc/NEWS:2642 -#, fuzzy msgid "" "`bpo-26915 `__: The __contains__ " "methods in the collections ABCs now check for identity before checking " @@ -7548,28 +6989,26 @@ msgid "" "sensible handling of NaNs, and makes it easier to reason about container " "invariants." msgstr "" -"`Issue #26915 `__: The __contains__ methods " -"in the collections ABCs now check for identity before checking equality. " -"This better matches the behavior of the concrete classes, allows sensible " +"`bpo-26915 `__: The __contains__ methods in " +"the collections ABCs now check for identity before checking equality. This " +"better matches the behavior of the concrete classes, allows sensible " "handling of NaNs, and makes it easier to reason about container invariants." #: ../../../Misc/NEWS:2647 ../../../Misc/NEWS:4520 -#, fuzzy msgid "" "`bpo-26711 `__: Fixed the comparison of " "plistlib.Data with other types." msgstr "" -"`Issue #26711 `__: Fixed the comparison of " +"`bpo-26711 `__: Fixed the comparison of " "plistlib.Data with other types." #: ../../../Misc/NEWS:2649 ../../../Misc/NEWS:4522 -#, fuzzy msgid "" "`bpo-24114 `__: Fix an uninitialized " "variable in `ctypes.util`." msgstr "" -"`Issue #24114 `__: Fix an uninitialized " -"variable in `ctypes.util`." +"`bpo-24114 `__: Fix an uninitialized variable " +"in `ctypes.util`." #: ../../../Misc/NEWS:2651 ../../../Misc/NEWS:4524 msgid "" @@ -7578,117 +7017,106 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:2655 ../../../Misc/NEWS:4528 -#, fuzzy msgid "" "`bpo-26864 `__: In urllib.request, " "change the proxy bypass host checking against no_proxy to be case-" "insensitive, and to not match unrelated host names that happen to have a " "bypassed hostname as a suffix. Patch by Xiang Zhang." msgstr "" -"`Issue #26864 `__: In urllib.request, change " -"the proxy bypass host checking against no_proxy to be case-insensitive, and " -"to not match unrelated host names that happen to have a bypassed hostname as " -"a suffix. Patch by Xiang Zhang." +"`bpo-26864 `__: In urllib.request, change the " +"proxy bypass host checking against no_proxy to be case-insensitive, and to " +"not match unrelated host names that happen to have a bypassed hostname as a " +"suffix. Patch by Xiang Zhang." #: ../../../Misc/NEWS:2660 -#, fuzzy msgid "" "`bpo-24902 `__: Print server URL on http." "server startup. Initial patch by Felix Kaiser." msgstr "" -"`Issue #24902 `__: Print server URL on http." +"`bpo-24902 `__: Print server URL on http." "server startup. Initial patch by Felix Kaiser." #: ../../../Misc/NEWS:2663 -#, fuzzy msgid "" "`bpo-25788 `__: fileinput.hook_encoded() " "now supports an \"errors\" argument for passing to open. Original patch by " "Joseph Hackman." msgstr "" -"`Issue #25788 `__: fileinput.hook_encoded() " -"now supports an \"errors\" argument for passing to open. Original patch by " +"`bpo-25788 `__: fileinput.hook_encoded() now " +"supports an \"errors\" argument for passing to open. Original patch by " "Joseph Hackman." #: ../../../Misc/NEWS:2666 ../../../Misc/NEWS:4533 -#, fuzzy msgid "" "`bpo-26634 `__: recursive_repr() now " "sets __qualname__ of wrapper. Patch by Xiang Zhang." msgstr "" -"`Issue #26634 `__: recursive_repr() now sets " +"`bpo-26634 `__: recursive_repr() now sets " "__qualname__ of wrapper. Patch by Xiang Zhang." #: ../../../Misc/NEWS:2669 ../../../Misc/NEWS:4536 -#, fuzzy msgid "" "`bpo-26804 `__: urllib.request will " "prefer lower_case proxy environment variables over UPPER_CASE or Mixed_Case " "ones. Patch contributed by Hans-Peter Jansen." msgstr "" -"`Issue #26804 `__: urllib.request will prefer " +"`bpo-26804 `__: urllib.request will prefer " "lower_case proxy environment variables over UPPER_CASE or Mixed_Case ones. " "Patch contributed by Hans-Peter Jansen." #: ../../../Misc/NEWS:2673 ../../../Misc/NEWS:4540 -#, fuzzy msgid "" "`bpo-26837 `__: assertSequenceEqual() " "now correctly outputs non-stringified differing items (like bytes in the -b " "mode). This affects assertListEqual() and assertTupleEqual()." msgstr "" -"`Issue #26837 `__: assertSequenceEqual() now " +"`bpo-26837 `__: assertSequenceEqual() now " "correctly outputs non-stringified differing items (like bytes in the -b " "mode). This affects assertListEqual() and assertTupleEqual()." #: ../../../Misc/NEWS:2677 ../../../Misc/NEWS:4544 -#, fuzzy msgid "" "`bpo-26041 `__: Remove \"will be removed " "in Python 3.7\" from deprecation messages of platform.dist() and platform." "linux_distribution(). Patch by Kumaripaba Miyurusara Athukorala." msgstr "" -"`Issue #26041 `__: Remove \"will be removed " -"in Python 3.7\" from deprecation messages of platform.dist() and platform." +"`bpo-26041 `__: Remove \"will be removed in " +"Python 3.7\" from deprecation messages of platform.dist() and platform." "linux_distribution(). Patch by Kumaripaba Miyurusara Athukorala." #: ../../../Misc/NEWS:2681 ../../../Misc/NEWS:4548 -#, fuzzy msgid "" "`bpo-26822 `__: itemgetter, attrgetter " "and methodcaller objects no longer silently ignore keyword arguments." msgstr "" -"`Issue #26822 `__: itemgetter, attrgetter and " +"`bpo-26822 `__: itemgetter, attrgetter and " "methodcaller objects no longer silently ignore keyword arguments." #: ../../../Misc/NEWS:2684 ../../../Misc/NEWS:4551 -#, fuzzy msgid "" "`bpo-26733 `__: Disassembling a class " "now disassembles class and static methods. Patch by Xiang Zhang." msgstr "" -"`Issue #26733 `__: Disassembling a class now " +"`bpo-26733 `__: Disassembling a class now " "disassembles class and static methods. Patch by Xiang Zhang." #: ../../../Misc/NEWS:2687 ../../../Misc/NEWS:4554 -#, fuzzy msgid "" "`bpo-26801 `__: Fix error handling in :" "func:`shutil.get_terminal_size`, catch :exc:`AttributeError` instead of :exc:" "`NameError`. Patch written by Emanuel Barry." msgstr "" -"`Issue #26801 `__: Fix error handling in :" -"func:`shutil.get_terminal_size`, catch :exc:`AttributeError` instead of :exc:" +"`bpo-26801 `__: Fix error handling in :func:" +"`shutil.get_terminal_size`, catch :exc:`AttributeError` instead of :exc:" "`NameError`. Patch written by Emanuel Barry." #: ../../../Misc/NEWS:2691 ../../../Misc/NEWS:4558 -#, fuzzy msgid "" "`bpo-24838 `__: tarfile's ustar and gnu " "formats now correctly calculate name and link field limits for multibyte " "character encodings like utf-8." msgstr "" -"`Issue #24838 `__: tarfile's ustar and gnu " +"`bpo-24838 `__: tarfile's ustar and gnu " "formats now correctly calculate name and link field limits for multibyte " "character encodings like utf-8." @@ -7701,323 +7129,289 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:2698 ../../../Misc/NEWS:4565 -#, fuzzy msgid "" "`bpo-26717 `__: Stop encoding Latin-1-" "ized WSGI paths with UTF-8. Patch by Anthony Sottile." msgstr "" -"`Issue #26717 `__: Stop encoding Latin-1-ized " +"`bpo-26717 `__: Stop encoding Latin-1-ized " "WSGI paths with UTF-8. Patch by Anthony Sottile." #: ../../../Misc/NEWS:2701 -#, fuzzy msgid "" "`bpo-26782 `__: Add STARTUPINFO to " "subprocess.__all__ on Windows." msgstr "" -"`Issue #26782 `__: Add STARTUPINFO to " -"subprocess.__all__ on Windows." +"`bpo-26782 `__: Add STARTUPINFO to subprocess." +"__all__ on Windows." #: ../../../Misc/NEWS:2703 -#, fuzzy msgid "" "`bpo-26404 `__: Add context manager to " "socketserver. Patch by Aviv Palivoda." msgstr "" -"`Issue #26404 `__: Add context manager to " +"`bpo-26404 `__: Add context manager to " "socketserver. Patch by Aviv Palivoda." #: ../../../Misc/NEWS:2705 ../../../Misc/NEWS:4568 -#, fuzzy msgid "" "`bpo-26735 `__: Fix :func:`os.urandom` " "on Solaris 11.3 and newer when reading more than 1,024 bytes: call " "``getrandom()`` multiple times with a limit of 1024 bytes per call." msgstr "" -"`Issue #26735 `__: Fix :func:`os.urandom` on " +"`bpo-26735 `__: Fix :func:`os.urandom` on " "Solaris 11.3 and newer when reading more than 1,024 bytes: call " "``getrandom()`` multiple times with a limit of 1024 bytes per call." #: ../../../Misc/NEWS:2709 -#, fuzzy msgid "" "`bpo-26585 `__: Eliminate http.server." "_quote_html() and use html.escape(quote=False). Patch by Xiang Zhang." msgstr "" -"`Issue #26585 `__: Eliminate http.server." +"`bpo-26585 `__: Eliminate http.server." "_quote_html() and use html.escape(quote=False). Patch by Xiang Zhang." #: ../../../Misc/NEWS:2712 -#, fuzzy msgid "" "`bpo-26685 `__: Raise OSError if closing " "a socket fails." msgstr "" -"`Issue #26685 `__: Raise OSError if closing a " +"`bpo-26685 `__: Raise OSError if closing a " "socket fails." #: ../../../Misc/NEWS:2714 ../../../Misc/NEWS:4572 -#, fuzzy msgid "" "`bpo-16329 `__: Add .webm to mimetypes." "types_map. Patch by Giampaolo Rodola'." msgstr "" -"`Issue #16329 `__: Add .webm to mimetypes." +"`bpo-16329 `__: Add .webm to mimetypes." "types_map. Patch by Giampaolo Rodola'." #: ../../../Misc/NEWS:2716 ../../../Misc/NEWS:4574 -#, fuzzy msgid "" "`bpo-13952 `__: Add .csv to mimetypes." "types_map. Patch by Geoff Wilson." msgstr "" -"`Issue #13952 `__: Add .csv to mimetypes." +"`bpo-13952 `__: Add .csv to mimetypes." "types_map. Patch by Geoff Wilson." #: ../../../Misc/NEWS:2718 -#, fuzzy msgid "" "`bpo-26587 `__: the site module now " "allows .pth files to specify files to be added to sys.path (e.g. zip files)." msgstr "" -"`Issue #26587 `__: the site module now " -"allows .pth files to specify files to be added to sys.path (e.g. zip files)." +"`bpo-26587 `__: the site module now allows ." +"pth files to specify files to be added to sys.path (e.g. zip files)." #: ../../../Misc/NEWS:2721 -#, fuzzy msgid "" "`bpo-25609 `__: Introduce contextlib." "AbstractContextManager and typing.ContextManager." msgstr "" -"`Issue #25609 `__: Introduce contextlib." +"`bpo-25609 `__: Introduce contextlib." "AbstractContextManager and typing.ContextManager." #: ../../../Misc/NEWS:2724 ../../../Misc/NEWS:4576 -#, fuzzy msgid "" "`bpo-26709 `__: Fixed Y2038 problem in " "loading binary PLists." msgstr "" -"`Issue #26709 `__: Fixed Y2038 problem in " +"`bpo-26709 `__: Fixed Y2038 problem in " "loading binary PLists." #: ../../../Misc/NEWS:2726 ../../../Misc/NEWS:4578 -#, fuzzy msgid "" "`bpo-23735 `__: Handle terminal resizing " "with Readline 6.3+ by installing our own SIGWINCH handler. Patch by Eric " "Price." msgstr "" -"`Issue #23735 `__: Handle terminal resizing " -"with Readline 6.3+ by installing our own SIGWINCH handler. Patch by Eric " -"Price." +"`bpo-23735 `__: Handle terminal resizing with " +"Readline 6.3+ by installing our own SIGWINCH handler. Patch by Eric Price." #: ../../../Misc/NEWS:2729 -#, fuzzy msgid "" "`bpo-25951 `__: Change SSLSocket." "sendall() to return None, as explicitly documented for plain socket " "objects. Patch by Aviv Palivoda." msgstr "" -"`Issue #25951 `__: Change SSLSocket.sendall() " -"to return None, as explicitly documented for plain socket objects. Patch by " +"`bpo-25951 `__: Change SSLSocket.sendall() to " +"return None, as explicitly documented for plain socket objects. Patch by " "Aviv Palivoda." #: ../../../Misc/NEWS:2732 ../../../Misc/NEWS:4581 -#, fuzzy msgid "" "`bpo-26586 `__: In http.server, respond " "with \"413 Request header fields too large\" if there are too many header " "fields to parse, rather than killing the connection and raising an unhandled " "exception. Patch by Xiang Zhang." msgstr "" -"`Issue #26586 `__: In http.server, respond " -"with \"413 Request header fields too large\" if there are too many header " -"fields to parse, rather than killing the connection and raising an unhandled " +"`bpo-26586 `__: In http.server, respond with " +"\"413 Request header fields too large\" if there are too many header fields " +"to parse, rather than killing the connection and raising an unhandled " "exception. Patch by Xiang Zhang." #: ../../../Misc/NEWS:2736 -#, fuzzy msgid "" "`bpo-26676 `__: Added missing " "XMLPullParser to ElementTree.__all__." msgstr "" -"`Issue #26676 `__: Added missing " -"XMLPullParser to ElementTree.__all__." +"`bpo-26676 `__: Added missing XMLPullParser " +"to ElementTree.__all__." #: ../../../Misc/NEWS:2738 ../../../Misc/NEWS:4585 -#, fuzzy msgid "" "`bpo-22854 `__: Change BufferedReader." "writable() and BufferedWriter.readable() to always return False." msgstr "" -"`Issue #22854 `__: Change BufferedReader." +"`bpo-22854 `__: Change BufferedReader." "writable() and BufferedWriter.readable() to always return False." #: ../../../Misc/NEWS:2741 -#, fuzzy msgid "" "`bpo-26492 `__: Exhausted iterator of " "array.array now conforms with the behavior of iterators of other mutable " "sequences: it lefts exhausted even if iterated array is extended." msgstr "" -"`Issue #26492 `__: Exhausted iterator of " -"array.array now conforms with the behavior of iterators of other mutable " +"`bpo-26492 `__: Exhausted iterator of array." +"array now conforms with the behavior of iterators of other mutable " "sequences: it lefts exhausted even if iterated array is extended." #: ../../../Misc/NEWS:2745 -#, fuzzy msgid "" "`bpo-26641 `__: doctest.DocFileTest and " "doctest.testfile() now support packages (module splitted into multiple " "directories) for the package parameter." msgstr "" -"`Issue #26641 `__: doctest.DocFileTest and " +"`bpo-26641 `__: doctest.DocFileTest and " "doctest.testfile() now support packages (module splitted into multiple " "directories) for the package parameter." #: ../../../Misc/NEWS:2749 ../../../Misc/NEWS:4588 -#, fuzzy msgid "" "`bpo-25195 `__: Fix a regression in mock." "MagicMock. _Call is a subclass of tuple (changeset 3603bae63c13 only works " "for classes) so we need to implement __ne__ ourselves. Patch by Andrew " "Plummer." msgstr "" -"`Issue #25195 `__: Fix a regression in mock." +"`bpo-25195 `__: Fix a regression in mock." "MagicMock. _Call is a subclass of tuple (changeset 3603bae63c13 only works " "for classes) so we need to implement __ne__ ourselves. Patch by Andrew " "Plummer." #: ../../../Misc/NEWS:2753 ../../../Misc/NEWS:4592 -#, fuzzy msgid "" "`bpo-26644 `__: Raise ValueError rather " "than SystemError when a negative length is passed to SSLSocket.recv() or " "read()." msgstr "" -"`Issue #26644 `__: Raise ValueError rather " -"than SystemError when a negative length is passed to SSLSocket.recv() or " -"read()." +"`bpo-26644 `__: Raise ValueError rather than " +"SystemError when a negative length is passed to SSLSocket.recv() or read()." #: ../../../Misc/NEWS:2756 ../../../Misc/NEWS:4595 -#, fuzzy msgid "" "`bpo-23804 `__: Fix SSL recv(0) and " "read(0) methods to return zero bytes instead of up to 1024." msgstr "" -"`Issue #23804 `__: Fix SSL recv(0) and " -"read(0) methods to return zero bytes instead of up to 1024." +"`bpo-23804 `__: Fix SSL recv(0) and read(0) " +"methods to return zero bytes instead of up to 1024." #: ../../../Misc/NEWS:2759 ../../../Misc/NEWS:4598 -#, fuzzy msgid "" "`bpo-26616 `__: Fixed a bug in datetime." "astimezone() method." msgstr "" -"`Issue #26616 `__: Fixed a bug in datetime." +"`bpo-26616 `__: Fixed a bug in datetime." "astimezone() method." #: ../../../Misc/NEWS:2761 -#, fuzzy msgid "" "`bpo-26637 `__: The :mod:`importlib` " "module now emits an :exc:`ImportError` rather than a :exc:`TypeError` if :" "func:`__import__` is tried during the Python shutdown process but :data:`sys." "path` is already cleared (set to ``None``)." msgstr "" -"`Issue #26637 `__: The :mod:`importlib` " -"module now emits an :exc:`ImportError` rather than a :exc:`TypeError` if :" -"func:`__import__` is tried during the Python shutdown process but :data:`sys." +"`bpo-26637 `__: The :mod:`importlib` module " +"now emits an :exc:`ImportError` rather than a :exc:`TypeError` if :func:" +"`__import__` is tried during the Python shutdown process but :data:`sys." "path` is already cleared (set to ``None``)." #: ../../../Misc/NEWS:2766 -#, fuzzy msgid "" "`bpo-21925 `__: :func:`warnings." "formatwarning` now catches exceptions when calling :func:`linecache.getline` " "and :func:`tracemalloc.get_object_traceback` to be able to log :exc:" "`ResourceWarning` emitted late during the Python shutdown process." msgstr "" -"`Issue #21925 `__: :func:`warnings." +"`bpo-21925 `__: :func:`warnings." "formatwarning` now catches exceptions when calling :func:`linecache.getline` " "and :func:`tracemalloc.get_object_traceback` to be able to log :exc:" "`ResourceWarning` emitted late during the Python shutdown process." #: ../../../Misc/NEWS:2771 -#, fuzzy msgid "" "`bpo-23848 `__: On Windows, faulthandler." "enable() now also installs an exception handler to dump the traceback of all " "Python threads on any Windows exception, not only on UNIX signals (SIGSEGV, " "SIGFPE, SIGABRT)." msgstr "" -"`Issue #23848 `__: On Windows, faulthandler." +"`bpo-23848 `__: On Windows, faulthandler." "enable() now also installs an exception handler to dump the traceback of all " "Python threads on any Windows exception, not only on UNIX signals (SIGSEGV, " "SIGFPE, SIGABRT)." #: ../../../Misc/NEWS:2775 -#, fuzzy msgid "" "`bpo-26530 `__: Add C functions :c:func:" "`_PyTraceMalloc_Track` and :c:func:`_PyTraceMalloc_Untrack` to track memory " "blocks using the :mod:`tracemalloc` module. Add :c:func:" "`_PyTraceMalloc_GetTraceback` to get the traceback of an object." msgstr "" -"`Issue #26530 `__: Add C functions :c:func:" +"`bpo-26530 `__: Add C functions :c:func:" "`_PyTraceMalloc_Track` and :c:func:`_PyTraceMalloc_Untrack` to track memory " "blocks using the :mod:`tracemalloc` module. Add :c:func:" "`_PyTraceMalloc_GetTraceback` to get the traceback of an object." #: ../../../Misc/NEWS:2780 -#, fuzzy msgid "" "`bpo-26588 `__: The _tracemalloc now " "supports tracing memory allocations of multiple address spaces (domains)." msgstr "" -"`Issue #26588 `__: The _tracemalloc now " -"supports tracing memory allocations of multiple address spaces (domains)." +"`bpo-26588 `__: The _tracemalloc now supports " +"tracing memory allocations of multiple address spaces (domains)." #: ../../../Misc/NEWS:2783 ../../../Misc/NEWS:4604 -#, fuzzy msgid "" "`bpo-24266 `__: Ctrl+C during Readline " "history search now cancels the search mode when compiled with Readline 7." msgstr "" -"`Issue #24266 `__: Ctrl+C during Readline " +"`bpo-24266 `__: Ctrl+C during Readline " "history search now cancels the search mode when compiled with Readline 7." #: ../../../Misc/NEWS:2786 -#, fuzzy msgid "" "`bpo-26590 `__: Implement a safe " "finalizer for the _socket.socket type. It now releases the GIL to close the " "socket." msgstr "" -"`Issue #26590 `__: Implement a safe finalizer " +"`bpo-26590 `__: Implement a safe finalizer " "for the _socket.socket type. It now releases the GIL to close the socket." #: ../../../Misc/NEWS:2789 -#, fuzzy msgid "" "`bpo-18787 `__: spwd.getspnam() now " "raises a PermissionError if the user doesn't have privileges." msgstr "" -"`Issue #18787 `__: spwd.getspnam() now raises " -"a PermissionError if the user doesn't have privileges." +"`bpo-18787 `__: spwd.getspnam() now raises a " +"PermissionError if the user doesn't have privileges." #: ../../../Misc/NEWS:2792 ../../../Misc/NEWS:4607 -#, fuzzy msgid "" "`bpo-26560 `__: Avoid potential " "ValueError in BaseHandler.start_response. Initial patch by Peter Inglesby." msgstr "" -"`Issue #26560 `__: Avoid potential ValueError " -"in BaseHandler.start_response. Initial patch by Peter Inglesby." +"`bpo-26560 `__: Avoid potential ValueError in " +"BaseHandler.start_response. Initial patch by Peter Inglesby." #: ../../../Misc/NEWS:2795 -#, fuzzy msgid "" "`bpo-26567 `__: Add a new function :c:" "func:`PyErr_ResourceWarning` function to pass the destroyed object. Add a " @@ -8025,7 +7419,7 @@ msgid "" "_showwarnmsg() which uses tracemalloc to get the traceback where source " "object was allocated." msgstr "" -"`Issue #26567 `__: Add a new function :c:func:" +"`bpo-26567 `__: Add a new function :c:func:" "`PyErr_ResourceWarning` function to pass the destroyed object. Add a " "*source* attribute to :class:`warnings.WarningMessage`. Add warnings." "_showwarnmsg() which uses tracemalloc to get the traceback where source " @@ -8039,246 +7433,219 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:2803 ../../../Misc/NEWS:4613 -#, fuzzy msgid "" "`bpo-26569 `__: Fix :func:`pyclbr." "readmodule` and :func:`pyclbr.readmodule_ex` to support importing packages." msgstr "" -"`Issue #26569 `__: Fix :func:`pyclbr." -"readmodule` and :func:`pyclbr.readmodule_ex` to support importing packages." +"`bpo-26569 `__: Fix :func:`pyclbr.readmodule` " +"and :func:`pyclbr.readmodule_ex` to support importing packages." #: ../../../Misc/NEWS:2806 ../../../Misc/NEWS:4616 -#, fuzzy msgid "" "`bpo-26499 `__: Account for remaining " "Content-Length in HTTPResponse.readline() and read1(). Based on patch by " "Silent Ghost. Also document that HTTPResponse now supports these methods." msgstr "" -"`Issue #26499 `__: Account for remaining " -"Content-Length in HTTPResponse.readline() and read1(). Based on patch by " -"Silent Ghost. Also document that HTTPResponse now supports these methods." +"`bpo-26499 `__: Account for remaining Content-" +"Length in HTTPResponse.readline() and read1(). Based on patch by Silent " +"Ghost. Also document that HTTPResponse now supports these methods." #: ../../../Misc/NEWS:2810 ../../../Misc/NEWS:4620 -#, fuzzy msgid "" "`bpo-25320 `__: Handle sockets in " "directories unittest discovery is scanning. Patch from Victor van den Elzen." msgstr "" -"`Issue #25320 `__: Handle sockets in " -"directories unittest discovery is scanning. Patch from Victor van den Elzen." +"`bpo-25320 `__: Handle sockets in directories " +"unittest discovery is scanning. Patch from Victor van den Elzen." #: ../../../Misc/NEWS:2813 ../../../Misc/NEWS:4623 -#, fuzzy msgid "" "`bpo-16181 `__: cookiejar.http2time() " "now returns None if year is higher than datetime.MAXYEAR." msgstr "" -"`Issue #16181 `__: cookiejar.http2time() now " +"`bpo-16181 `__: cookiejar.http2time() now " "returns None if year is higher than datetime.MAXYEAR." #: ../../../Misc/NEWS:2816 ../../../Misc/NEWS:4626 -#, fuzzy msgid "" "`bpo-26513 `__: Fixes platform module " "detection of Windows Server" msgstr "" -"`Issue #26513 `__: Fixes platform module " +"`bpo-26513 `__: Fixes platform module " "detection of Windows Server" #: ../../../Misc/NEWS:2818 ../../../Misc/NEWS:4628 -#, fuzzy msgid "" "`bpo-23718 `__: Fixed parsing time in " "week 0 before Jan 1. Original patch by Tamás Bence Gedai." msgstr "" -"`Issue #23718 `__: Fixed parsing time in week " -"0 before Jan 1. Original patch by Tamás Bence Gedai." +"`bpo-23718 `__: Fixed parsing time in week 0 " +"before Jan 1. Original patch by Tamás Bence Gedai." #: ../../../Misc/NEWS:2821 -#, fuzzy msgid "" "`bpo-26323 `__: Add Mock.assert_called() " "and Mock.assert_called_once() methods to unittest.mock. Patch written by " "Amit Saha." msgstr "" -"`Issue #26323 `__: Add Mock.assert_called() " -"and Mock.assert_called_once() methods to unittest.mock. Patch written by " -"Amit Saha." +"`bpo-26323 `__: Add Mock.assert_called() and " +"Mock.assert_called_once() methods to unittest.mock. Patch written by Amit " +"Saha." #: ../../../Misc/NEWS:2824 ../../../Misc/NEWS:4631 -#, fuzzy msgid "" "`bpo-20589 `__: Invoking Path.owner() " "and Path.group() on Windows now raise NotImplementedError instead of " "ImportError." msgstr "" -"`Issue #20589 `__: Invoking Path.owner() and " +"`bpo-20589 `__: Invoking Path.owner() and " "Path.group() on Windows now raise NotImplementedError instead of ImportError." #: ../../../Misc/NEWS:2827 ../../../Misc/NEWS:4634 -#, fuzzy msgid "" "`bpo-26177 `__: Fixed the keys() method " "for Canvas and Scrollbar widgets." msgstr "" -"`Issue #26177 `__: Fixed the keys() method " -"for Canvas and Scrollbar widgets." +"`bpo-26177 `__: Fixed the keys() method for " +"Canvas and Scrollbar widgets." #: ../../../Misc/NEWS:2829 -#, fuzzy msgid "" "`bpo-15068 `__: Got rid of excessive " "buffering in fileinput. The bufsize parameter is now deprecated and ignored." msgstr "" -"`Issue #15068 `__: Got rid of excessive " +"`bpo-15068 `__: Got rid of excessive " "buffering in fileinput. The bufsize parameter is now deprecated and ignored." #: ../../../Misc/NEWS:2832 -#, fuzzy msgid "" "`bpo-19475 `__: Added an optional " "argument timespec to the datetime isoformat() method to choose the precision " "of the time component." msgstr "" -"`Issue #19475 `__: Added an optional argument " +"`bpo-19475 `__: Added an optional argument " "timespec to the datetime isoformat() method to choose the precision of the " "time component." #: ../../../Misc/NEWS:2835 ../../../Misc/NEWS:4639 -#, fuzzy msgid "" "`bpo-2202 `__: Fix UnboundLocalError in " "AbstractDigestAuthHandler.get_algorithm_impls. Initial patch by Mathieu " "Dupuy." msgstr "" -"`Issue #2202 `__: Fix UnboundLocalError in " +"`bpo-2202 `__: Fix UnboundLocalError in " "AbstractDigestAuthHandler.get_algorithm_impls. Initial patch by Mathieu " "Dupuy." #: ../../../Misc/NEWS:2839 -#, fuzzy msgid "" "`bpo-26167 `__: Minimized overhead in " "copy.copy() and copy.deepcopy(). Optimized copying and deepcopying " "bytearrays, NotImplemented, slices, short lists, tuples, dicts, sets." msgstr "" -"`Issue #26167 `__: Minimized overhead in copy." +"`bpo-26167 `__: Minimized overhead in copy." "copy() and copy.deepcopy(). Optimized copying and deepcopying bytearrays, " "NotImplemented, slices, short lists, tuples, dicts, sets." #: ../../../Misc/NEWS:2843 ../../../Misc/NEWS:4643 -#, fuzzy msgid "" "`bpo-25718 `__: Fixed pickling and " "copying the accumulate() iterator with total is None." msgstr "" -"`Issue #25718 `__: Fixed pickling and copying " +"`bpo-25718 `__: Fixed pickling and copying " "the accumulate() iterator with total is None." #: ../../../Misc/NEWS:2846 ../../../Misc/NEWS:4646 -#, fuzzy msgid "" "`bpo-26475 `__: Fixed debugging output " "for regular expressions with the (?x) flag." msgstr "" -"`Issue #26475 `__: Fixed debugging output for " +"`bpo-26475 `__: Fixed debugging output for " "regular expressions with the (?x) flag." #: ../../../Misc/NEWS:2849 -#, fuzzy msgid "" "`bpo-26482 `__: Allowed pickling " "recursive dequeues." msgstr "" -"`Issue #26482 `__: Allowed pickling recursive " +"`bpo-26482 `__: Allowed pickling recursive " "dequeues." #: ../../../Misc/NEWS:2851 -#, fuzzy msgid "" "`bpo-26335 `__: Make mmap.write() return " "the number of bytes written like other write methods. Patch by Jakub " "Stasiak." msgstr "" -"`Issue #26335 `__: Make mmap.write() return " -"the number of bytes written like other write methods. Patch by Jakub " -"Stasiak." +"`bpo-26335 `__: Make mmap.write() return the " +"number of bytes written like other write methods. Patch by Jakub Stasiak." #: ../../../Misc/NEWS:2854 ../../../Misc/NEWS:4649 -#, fuzzy msgid "" "`bpo-26457 `__: Fixed the subnets() " "methods in IP network classes for the case when resulting prefix length is " "equal to maximal prefix length. Based on patch by Xiang Zhang." msgstr "" -"`Issue #26457 `__: Fixed the subnets() " -"methods in IP network classes for the case when resulting prefix length is " -"equal to maximal prefix length. Based on patch by Xiang Zhang." +"`bpo-26457 `__: Fixed the subnets() methods " +"in IP network classes for the case when resulting prefix length is equal to " +"maximal prefix length. Based on patch by Xiang Zhang." #: ../../../Misc/NEWS:2858 ../../../Misc/NEWS:4653 -#, fuzzy msgid "" "`bpo-26385 `__: Remove the file if the " "internal open() call in NamedTemporaryFile() fails. Patch by Silent Ghost." msgstr "" -"`Issue #26385 `__: Remove the file if the " +"`bpo-26385 `__: Remove the file if the " "internal open() call in NamedTemporaryFile() fails. Patch by Silent Ghost." #: ../../../Misc/NEWS:2861 ../../../Misc/NEWS:4656 -#, fuzzy msgid "" "`bpo-26402 `__: Fix XML-RPC client to " "retry when the server shuts down a persistent connection. This was a " "regression related to the new http.client.RemoteDisconnected exception in " "3.5.0a4." msgstr "" -"`Issue #26402 `__: Fix XML-RPC client to " -"retry when the server shuts down a persistent connection. This was a " -"regression related to the new http.client.RemoteDisconnected exception in " -"3.5.0a4." +"`bpo-26402 `__: Fix XML-RPC client to retry " +"when the server shuts down a persistent connection. This was a regression " +"related to the new http.client.RemoteDisconnected exception in 3.5.0a4." #: ../../../Misc/NEWS:2865 ../../../Misc/NEWS:4660 -#, fuzzy msgid "" "`bpo-25913 `__: Leading ``<~`` is " "optional now in base64.a85decode() with adobe=True. Patch by Swati Jaiswal." msgstr "" -"`Issue #25913 `__: Leading ``<~`` is optional " +"`bpo-25913 `__: Leading ``<~`` is optional " "now in base64.a85decode() with adobe=True. Patch by Swati Jaiswal." #: ../../../Misc/NEWS:2868 ../../../Misc/NEWS:4663 -#, fuzzy msgid "" "`bpo-26186 `__: Remove an invalid type " "check in importlib.util.LazyLoader." msgstr "" -"`Issue #26186 `__: Remove an invalid type " -"check in importlib.util.LazyLoader." +"`bpo-26186 `__: Remove an invalid type check " +"in importlib.util.LazyLoader." #: ../../../Misc/NEWS:2870 -#, fuzzy msgid "" "`bpo-26367 `__: importlib.__import__() " "raises ImportError like builtins.__import__() when ``level`` is specified " "but without an accompanying package specified." msgstr "" -"`Issue #26367 `__: importlib.__import__() " -"raises ImportError like builtins.__import__() when ``level`` is specified " -"but without an accompanying package specified." +"`bpo-26367 `__: importlib.__import__() raises " +"ImportError like builtins.__import__() when ``level`` is specified but " +"without an accompanying package specified." #: ../../../Misc/NEWS:2874 ../../../Misc/NEWS:4669 -#, fuzzy msgid "" "`bpo-26309 `__: In the \"socketserver\" " "module, shut down the request (closing the connected socket) when " "verify_request() returns false. Patch by Aviv Palivoda." msgstr "" -"`Issue #26309 `__: In the \"socketserver\" " +"`bpo-26309 `__: In the \"socketserver\" " "module, shut down the request (closing the connected socket) when " "verify_request() returns false. Patch by Aviv Palivoda." #: ../../../Misc/NEWS:2878 -#, fuzzy msgid "" "`bpo-23430 `__: Change the socketserver " "module to only catch exceptions raised from a request handler that are " @@ -8286,7 +7653,7 @@ msgid "" "KeyboardInterrupt no longer trigger the handle_error() method, and will now " "to stop a single-threaded server." msgstr "" -"`Issue #23430 `__: Change the socketserver " +"`bpo-23430 `__: Change the socketserver " "module to only catch exceptions raised from a request handler that are " "derived from Exception (instead of BaseException). Therefore SystemExit and " "KeyboardInterrupt no longer trigger the handle_error() method, and will now " @@ -8299,508 +7666,455 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:2887 ../../../Misc/NEWS:4676 -#, fuzzy msgid "" "`bpo-25995 `__: os.walk() no longer uses " "FDs proportional to the tree depth." msgstr "" -"`Issue #25995 `__: os.walk() no longer uses " -"FDs proportional to the tree depth." +"`bpo-25995 `__: os.walk() no longer uses FDs " +"proportional to the tree depth." #: ../../../Misc/NEWS:2889 -#, fuzzy msgid "" "`bpo-25994 `__: Added the close() method " "and the support of the context manager protocol for the os.scandir() " "iterator." msgstr "" -"`Issue #25994 `__: Added the close() method " -"and the support of the context manager protocol for the os.scandir() " -"iterator." +"`bpo-25994 `__: Added the close() method and " +"the support of the context manager protocol for the os.scandir() iterator." #: ../../../Misc/NEWS:2892 -#, fuzzy msgid "" "`bpo-23992 `__: multiprocessing: make " "MapResult not fail-fast upon exception." msgstr "" -"`Issue #23992 `__: multiprocessing: make " +"`bpo-23992 `__: multiprocessing: make " "MapResult not fail-fast upon exception." #: ../../../Misc/NEWS:2894 -#, fuzzy msgid "" "`bpo-26243 `__: Support keyword " "arguments to zlib.compress(). Patch by Aviv Palivoda." msgstr "" -"`Issue #26243 `__: Support keyword arguments " -"to zlib.compress(). Patch by Aviv Palivoda." +"`bpo-26243 `__: Support keyword arguments to " +"zlib.compress(). Patch by Aviv Palivoda." #: ../../../Misc/NEWS:2897 ../../../Misc/NEWS:4678 -#, fuzzy msgid "" "`bpo-26117 `__: The os.scandir() " "iterator now closes file descriptor not only when the iteration is finished, " "but when it was failed with error." msgstr "" -"`Issue #26117 `__: The os.scandir() iterator " -"now closes file descriptor not only when the iteration is finished, but when " -"it was failed with error." +"`bpo-26117 `__: The os.scandir() iterator now " +"closes file descriptor not only when the iteration is finished, but when it " +"was failed with error." #: ../../../Misc/NEWS:2900 -#, fuzzy msgid "" "`bpo-25949 `__: __dict__ for an " "OrderedDict instance is now created only when needed." msgstr "" -"`Issue #25949 `__: __dict__ for an " -"OrderedDict instance is now created only when needed." +"`bpo-25949 `__: __dict__ for an OrderedDict " +"instance is now created only when needed." #: ../../../Misc/NEWS:2903 ../../../Misc/NEWS:4681 -#, fuzzy msgid "" "`bpo-25911 `__: Restored support of " "bytes paths in os.walk() on Windows." msgstr "" -"`Issue #25911 `__: Restored support of bytes " +"`bpo-25911 `__: Restored support of bytes " "paths in os.walk() on Windows." #: ../../../Misc/NEWS:2905 ../../../Misc/NEWS:4683 -#, fuzzy msgid "" "`bpo-26045 `__: Add UTF-8 suggestion to " "error message when posting a non-Latin-1 string with http.client." msgstr "" -"`Issue #26045 `__: Add UTF-8 suggestion to " -"error message when posting a non-Latin-1 string with http.client." +"`bpo-26045 `__: Add UTF-8 suggestion to error " +"message when posting a non-Latin-1 string with http.client." #: ../../../Misc/NEWS:2908 -#, fuzzy msgid "" "`bpo-26039 `__: Added zipfile.ZipInfo." "from_file() and zipinfo.ZipInfo.is_dir(). Patch by Thomas Kluyver." msgstr "" -"`Issue #26039 `__: Added zipfile.ZipInfo." +"`bpo-26039 `__: Added zipfile.ZipInfo." "from_file() and zipinfo.ZipInfo.is_dir(). Patch by Thomas Kluyver." #: ../../../Misc/NEWS:2911 ../../../Misc/NEWS:4686 -#, fuzzy msgid "" "`bpo-12923 `__: Reset FancyURLopener's " "redirect counter even if there is an exception. Based on patches by Brian " "Brazil and Daniel Rocco." msgstr "" -"`Issue #12923 `__: Reset FancyURLopener's " +"`bpo-12923 `__: Reset FancyURLopener's " "redirect counter even if there is an exception. Based on patches by Brian " "Brazil and Daniel Rocco." #: ../../../Misc/NEWS:2914 ../../../Misc/NEWS:4689 -#, fuzzy msgid "" "`bpo-25945 `__: Fixed a crash when " "unpickle the functools.partial object with wrong state. Fixed a leak in " "failed functools.partial constructor. \"args\" and \"keywords\" attributes " "of functools.partial have now always types tuple and dict correspondingly." msgstr "" -"`Issue #25945 `__: Fixed a crash when " -"unpickle the functools.partial object with wrong state. Fixed a leak in " -"failed functools.partial constructor. \"args\" and \"keywords\" attributes " -"of functools.partial have now always types tuple and dict correspondingly." +"`bpo-25945 `__: Fixed a crash when unpickle " +"the functools.partial object with wrong state. Fixed a leak in failed " +"functools.partial constructor. \"args\" and \"keywords\" attributes of " +"functools.partial have now always types tuple and dict correspondingly." #: ../../../Misc/NEWS:2919 ../../../Misc/NEWS:4694 -#, fuzzy msgid "" "`bpo-26202 `__: copy.deepcopy() now " "correctly copies range() objects with non-atomic attributes." msgstr "" -"`Issue #26202 `__: copy.deepcopy() now " -"correctly copies range() objects with non-atomic attributes." +"`bpo-26202 `__: copy.deepcopy() now correctly " +"copies range() objects with non-atomic attributes." #: ../../../Misc/NEWS:2922 ../../../Misc/NEWS:4697 -#, fuzzy msgid "" "`bpo-23076 `__: Path.glob() now raises a " "ValueError if it's called with an invalid pattern. Patch by Thomas Nyberg." msgstr "" -"`Issue #23076 `__: Path.glob() now raises a " +"`bpo-23076 `__: Path.glob() now raises a " "ValueError if it's called with an invalid pattern. Patch by Thomas Nyberg." #: ../../../Misc/NEWS:2925 ../../../Misc/NEWS:4700 -#, fuzzy msgid "" "`bpo-19883 `__: Fixed possible integer " "overflows in zipimport." msgstr "" -"`Issue #19883 `__: Fixed possible integer " +"`bpo-19883 `__: Fixed possible integer " "overflows in zipimport." #: ../../../Misc/NEWS:2927 ../../../Misc/NEWS:4702 -#, fuzzy msgid "" "`bpo-26227 `__: On Windows, " "getnameinfo(), gethostbyaddr() and gethostbyname_ex() functions of the " "socket module now decode the hostname from the ANSI code page rather than " "UTF-8." msgstr "" -"`Issue #26227 `__: On Windows, getnameinfo(), " +"`bpo-26227 `__: On Windows, getnameinfo(), " "gethostbyaddr() and gethostbyname_ex() functions of the socket module now " "decode the hostname from the ANSI code page rather than UTF-8." #: ../../../Misc/NEWS:2931 -#, fuzzy msgid "" "`bpo-26099 `__: The site module now " "writes an error into stderr if sitecustomize module can be imported but " "executing the module raise an ImportError. Same change for usercustomize." msgstr "" -"`Issue #26099 `__: The site module now writes " -"an error into stderr if sitecustomize module can be imported but executing " -"the module raise an ImportError. Same change for usercustomize." +"`bpo-26099 `__: The site module now writes an " +"error into stderr if sitecustomize module can be imported but executing the " +"module raise an ImportError. Same change for usercustomize." #: ../../../Misc/NEWS:2935 ../../../Misc/NEWS:4706 -#, fuzzy msgid "" "`bpo-26147 `__: xmlrpc now works with " "strings not encodable with used non-UTF-8 encoding." msgstr "" -"`Issue #26147 `__: xmlrpc now works with " -"strings not encodable with used non-UTF-8 encoding." +"`bpo-26147 `__: xmlrpc now works with strings " +"not encodable with used non-UTF-8 encoding." #: ../../../Misc/NEWS:2938 ../../../Misc/NEWS:4709 -#, fuzzy msgid "" "`bpo-25935 `__: Garbage collector now " "breaks reference loops with OrderedDict." msgstr "" -"`Issue #25935 `__: Garbage collector now " -"breaks reference loops with OrderedDict." +"`bpo-25935 `__: Garbage collector now breaks " +"reference loops with OrderedDict." #: ../../../Misc/NEWS:2940 ../../../Misc/NEWS:4711 -#, fuzzy msgid "" "`bpo-16620 `__: Fixed AttributeError in " "msilib.Directory.glob()." msgstr "" -"`Issue #16620 `__: Fixed AttributeError in " +"`bpo-16620 `__: Fixed AttributeError in " "msilib.Directory.glob()." #: ../../../Misc/NEWS:2942 ../../../Misc/NEWS:4713 -#, fuzzy msgid "" "`bpo-26013 `__: Added compatibility with " "broken protocol 2 pickles created in old Python 3 versions (3.4.3 and lower)." msgstr "" -"`Issue #26013 `__: Added compatibility with " +"`bpo-26013 `__: Added compatibility with " "broken protocol 2 pickles created in old Python 3 versions (3.4.3 and lower)." #: ../../../Misc/NEWS:2945 -#, fuzzy msgid "" "`bpo-26129 `__: Deprecated accepting non-" "integers in grp.getgrgid()." msgstr "" -"`Issue #26129 `__: Deprecated accepting non-" +"`bpo-26129 `__: Deprecated accepting non-" "integers in grp.getgrgid()." #: ../../../Misc/NEWS:2947 ../../../Misc/NEWS:4716 -#, fuzzy msgid "" "`bpo-25850 `__: Use cross-compilation by " "default for 64-bit Windows." msgstr "" -"`Issue #25850 `__: Use cross-compilation by " +"`bpo-25850 `__: Use cross-compilation by " "default for 64-bit Windows." #: ../../../Misc/NEWS:2949 -#, fuzzy msgid "" "`bpo-25822 `__: Add docstrings to the " "fields of urllib.parse results. Patch contributed by Swati Jaiswal." msgstr "" -"`Issue #25822 `__: Add docstrings to the " -"fields of urllib.parse results. Patch contributed by Swati Jaiswal." +"`bpo-25822 `__: Add docstrings to the fields " +"of urllib.parse results. Patch contributed by Swati Jaiswal." #: ../../../Misc/NEWS:2952 -#, fuzzy msgid "" "`bpo-22642 `__: Convert trace module " "option parsing mechanism to argparse. Patch contributed by SilentGhost." msgstr "" -"`Issue #22642 `__: Convert trace module " -"option parsing mechanism to argparse. Patch contributed by SilentGhost." +"`bpo-22642 `__: Convert trace module option " +"parsing mechanism to argparse. Patch contributed by SilentGhost." #: ../../../Misc/NEWS:2955 ../../../Misc/NEWS:4720 -#, fuzzy msgid "" "`bpo-24705 `__: Fix sysconfig." "_parse_makefile not expanding ${} vars appearing before $() vars." msgstr "" -"`Issue #24705 `__: Fix sysconfig." -"_parse_makefile not expanding ${} vars appearing before $() vars." +"`bpo-24705 `__: Fix sysconfig._parse_makefile " +"not expanding ${} vars appearing before $() vars." #: ../../../Misc/NEWS:2958 -#, fuzzy msgid "" "`bpo-26069 `__: Remove the deprecated " "apis in the trace module." msgstr "" -"`Issue #26069 `__: Remove the deprecated apis " -"in the trace module." +"`bpo-26069 `__: Remove the deprecated apis in " +"the trace module." #: ../../../Misc/NEWS:2960 ../../../Misc/NEWS:4723 -#, fuzzy msgid "" "`bpo-22138 `__: Fix mock.patch behavior " "when patching descriptors. Restore original values after patching. Patch " "contributed by Sean McCully." msgstr "" -"`Issue #22138 `__: Fix mock.patch behavior " -"when patching descriptors. Restore original values after patching. Patch " +"`bpo-22138 `__: Fix mock.patch behavior when " +"patching descriptors. Restore original values after patching. Patch " "contributed by Sean McCully." #: ../../../Misc/NEWS:2963 ../../../Misc/NEWS:4726 -#, fuzzy msgid "" "`bpo-25672 `__: In the ssl module, " "enable the SSL_MODE_RELEASE_BUFFERS mode option if it is safe to do so." msgstr "" -"`Issue #25672 `__: In the ssl module, enable " -"the SSL_MODE_RELEASE_BUFFERS mode option if it is safe to do so." +"`bpo-25672 `__: In the ssl module, enable the " +"SSL_MODE_RELEASE_BUFFERS mode option if it is safe to do so." #: ../../../Misc/NEWS:2966 ../../../Misc/NEWS:4729 -#, fuzzy msgid "" "`bpo-26012 `__: Don't traverse into " "symlinks for ** pattern in pathlib.Path.[r]glob()." msgstr "" -"`Issue #26012 `__: Don't traverse into " -"symlinks for ** pattern in pathlib.Path.[r]glob()." +"`bpo-26012 `__: Don't traverse into symlinks " +"for ** pattern in pathlib.Path.[r]glob()." #: ../../../Misc/NEWS:2969 ../../../Misc/NEWS:4732 -#, fuzzy msgid "" "`bpo-24120 `__: Ignore PermissionError " "when traversing a tree with pathlib.Path.[r]glob(). Patch by Ulrich Petri." msgstr "" -"`Issue #24120 `__: Ignore PermissionError " -"when traversing a tree with pathlib.Path.[r]glob(). Patch by Ulrich Petri." +"`bpo-24120 `__: Ignore PermissionError when " +"traversing a tree with pathlib.Path.[r]glob(). Patch by Ulrich Petri." #: ../../../Misc/NEWS:2972 -#, fuzzy msgid "" "`bpo-21815 `__: Accept ] characters in " "the data portion of imap responses, in order to handle the flags with square " "brackets accepted and produced by servers such as gmail." msgstr "" -"`Issue #21815 `__: Accept ] characters in the " +"`bpo-21815 `__: Accept ] characters in the " "data portion of imap responses, in order to handle the flags with square " "brackets accepted and produced by servers such as gmail." #: ../../../Misc/NEWS:2976 ../../../Misc/NEWS:4735 -#, fuzzy msgid "" "`bpo-25447 `__: fileinput now uses sys." "stdin as-is if it does not have a buffer attribute (restores backward " "compatibility)." msgstr "" -"`Issue #25447 `__: fileinput now uses sys." -"stdin as-is if it does not have a buffer attribute (restores backward " +"`bpo-25447 `__: fileinput now uses sys.stdin " +"as-is if it does not have a buffer attribute (restores backward " "compatibility)." #: ../../../Misc/NEWS:2979 -#, fuzzy msgid "" "`bpo-25971 `__: Optimized creating " "Fractions from floats by 2 times and from Decimals by 3 times." msgstr "" -"`Issue #25971 `__: Optimized creating " -"Fractions from floats by 2 times and from Decimals by 3 times." +"`bpo-25971 `__: Optimized creating Fractions " +"from floats by 2 times and from Decimals by 3 times." #: ../../../Misc/NEWS:2982 -#, fuzzy msgid "" "`bpo-25802 `__: Document as deprecated " "the remaining implementations of importlib.abc.Loader.load_module()." msgstr "" -"`Issue #25802 `__: Document as deprecated the " +"`bpo-25802 `__: Document as deprecated the " "remaining implementations of importlib.abc.Loader.load_module()." #: ../../../Misc/NEWS:2985 -#, fuzzy msgid "" "`bpo-25928 `__: Add Decimal." "as_integer_ratio()." msgstr "" -"`Issue #25928 `__: Add Decimal." +"`bpo-25928 `__: Add Decimal." "as_integer_ratio()." #: ../../../Misc/NEWS:2987 -#, fuzzy msgid "" "`bpo-25447 `__: Copying the lru_cache() " "wrapper object now always works, independently from the type of the wrapped " "object (by returning the original object unchanged)." msgstr "" -"`Issue #25447 `__: Copying the lru_cache() " +"`bpo-25447 `__: Copying the lru_cache() " "wrapper object now always works, independently from the type of the wrapped " "object (by returning the original object unchanged)." #: ../../../Misc/NEWS:2991 -#, fuzzy msgid "" "`bpo-25768 `__: Have the functions in " "compileall return booleans instead of ints and add proper documentation and " "tests for the return values." msgstr "" -"`Issue #25768 `__: Have the functions in " +"`bpo-25768 `__: Have the functions in " "compileall return booleans instead of ints and add proper documentation and " "tests for the return values." #: ../../../Misc/NEWS:2994 ../../../Misc/NEWS:4742 -#, fuzzy msgid "" "`bpo-24103 `__: Fixed possible use after " "free in ElementTree.XMLPullParser." msgstr "" -"`Issue #24103 `__: Fixed possible use after " -"free in ElementTree.XMLPullParser." +"`bpo-24103 `__: Fixed possible use after free " +"in ElementTree.XMLPullParser." #: ../../../Misc/NEWS:2996 ../../../Misc/NEWS:4744 -#, fuzzy msgid "" "`bpo-25860 `__: os.fwalk() no longer " "skips remaining directories when error occurs. Original patch by Samson Lee." msgstr "" -"`Issue #25860 `__: os.fwalk() no longer skips " +"`bpo-25860 `__: os.fwalk() no longer skips " "remaining directories when error occurs. Original patch by Samson Lee." #: ../../../Misc/NEWS:2999 ../../../Misc/NEWS:4747 -#, fuzzy msgid "" "`bpo-25914 `__: Fixed and simplified " "OrderedDict.__sizeof__." msgstr "" -"`Issue #25914 `__: Fixed and simplified " +"`bpo-25914 `__: Fixed and simplified " "OrderedDict.__sizeof__." #: ../../../Misc/NEWS:3001 -#, fuzzy msgid "" "`bpo-25869 `__: Optimized deepcopying " "ElementTree; it is now 20 times faster." msgstr "" -"`Issue #25869 `__: Optimized deepcopying " +"`bpo-25869 `__: Optimized deepcopying " "ElementTree; it is now 20 times faster." #: ../../../Misc/NEWS:3003 -#, fuzzy msgid "" "`bpo-25873 `__: Optimized iterating " "ElementTree. Iterating elements Element.iter() is now 40% faster, iterating " "text Element.itertext() is now up to 2.5 times faster." msgstr "" -"`Issue #25873 `__: Optimized iterating " +"`bpo-25873 `__: Optimized iterating " "ElementTree. Iterating elements Element.iter() is now 40% faster, iterating " "text Element.itertext() is now up to 2.5 times faster." #: ../../../Misc/NEWS:3007 ../../../Misc/NEWS:4749 -#, fuzzy msgid "" "`bpo-25902 `__: Fixed various refcount " "issues in ElementTree iteration." msgstr "" -"`Issue #25902 `__: Fixed various refcount " -"issues in ElementTree iteration." +"`bpo-25902 `__: Fixed various refcount issues " +"in ElementTree iteration." #: ../../../Misc/NEWS:3009 -#, fuzzy msgid "" "`bpo-22227 `__: The TarFile iterator is " "reimplemented using generator. This implementation is simpler that using " "class." msgstr "" -"`Issue #22227 `__: The TarFile iterator is " +"`bpo-22227 `__: The TarFile iterator is " "reimplemented using generator. This implementation is simpler that using " "class." #: ../../../Misc/NEWS:3012 -#, fuzzy msgid "" "`bpo-25638 `__: Optimized ElementTree." "iterparse(); it is now 2x faster. Optimized ElementTree parsing; it is now " "10% faster." msgstr "" -"`Issue #25638 `__: Optimized ElementTree." +"`bpo-25638 `__: Optimized ElementTree." "iterparse(); it is now 2x faster. Optimized ElementTree parsing; it is now " "10% faster." #: ../../../Misc/NEWS:3015 -#, fuzzy msgid "" "`bpo-25761 `__: Improved detecting " "errors in broken pickle data." msgstr "" -"`Issue #25761 `__: Improved detecting errors " -"in broken pickle data." +"`bpo-25761 `__: Improved detecting errors in " +"broken pickle data." #: ../../../Misc/NEWS:3017 ../../../Misc/NEWS:4751 -#, fuzzy msgid "" "`bpo-25717 `__: Restore the previous " "behaviour of tolerating most fstat() errors when opening files. This was a " "regression in 3.5a1, and stopped anonymous temporary files from working in " "special cases." msgstr "" -"`Issue #25717 `__: Restore the previous " +"`bpo-25717 `__: Restore the previous " "behaviour of tolerating most fstat() errors when opening files. This was a " "regression in 3.5a1, and stopped anonymous temporary files from working in " "special cases." #: ../../../Misc/NEWS:3021 ../../../Misc/NEWS:4755 -#, fuzzy msgid "" "`bpo-24903 `__: Fix regression in number " "of arguments compileall accepts when '-d' is specified. The check on the " "number of arguments has been dropped completely as it never worked correctly " "anyway." msgstr "" -"`Issue #24903 `__: Fix regression in number " -"of arguments compileall accepts when '-d' is specified. The check on the " +"`bpo-24903 `__: Fix regression in number of " +"arguments compileall accepts when '-d' is specified. The check on the " "number of arguments has been dropped completely as it never worked correctly " "anyway." #: ../../../Misc/NEWS:3025 ../../../Misc/NEWS:4759 -#, fuzzy msgid "" "`bpo-25764 `__: In the subprocess " "module, preserve any exception caused by fork() failure when preexec_fn is " "used." msgstr "" -"`Issue #25764 `__: In the subprocess module, " +"`bpo-25764 `__: In the subprocess module, " "preserve any exception caused by fork() failure when preexec_fn is used." #: ../../../Misc/NEWS:3028 -#, fuzzy msgid "" "`bpo-25771 `__: Tweak the exception " "message for importlib.util.resolve_name() when 'package' isn't specified but " "necessary." msgstr "" -"`Issue #25771 `__: Tweak the exception " -"message for importlib.util.resolve_name() when 'package' isn't specified but " +"`bpo-25771 `__: Tweak the exception message " +"for importlib.util.resolve_name() when 'package' isn't specified but " "necessary." #: ../../../Misc/NEWS:3031 ../../../Misc/NEWS:4762 -#, fuzzy msgid "" "`bpo-6478 `__: _strptime's regexp cache " "now is reset after changing timezone with time.tzset()." msgstr "" -"`Issue #6478 `__: _strptime's regexp cache now " -"is reset after changing timezone with time.tzset()." +"`bpo-6478 `__: _strptime's regexp cache now is " +"reset after changing timezone with time.tzset()." #: ../../../Misc/NEWS:3034 ../../../Misc/NEWS:4765 -#, fuzzy msgid "" "`bpo-14285 `__: When executing a package " "with the \"python -m package\" option, and package initialization fails, a " @@ -8808,123 +8122,111 @@ msgid "" "from package initialization pass back to the caller, rather than raising " "ImportError." msgstr "" -"`Issue #14285 `__: When executing a package " -"with the \"python -m package\" option, and package initialization fails, a " -"proper traceback is now reported. The \"runpy\" module now lets exceptions " -"from package initialization pass back to the caller, rather than raising " +"`bpo-14285 `__: When executing a package with " +"the \"python -m package\" option, and package initialization fails, a proper " +"traceback is now reported. The \"runpy\" module now lets exceptions from " +"package initialization pass back to the caller, rather than raising " "ImportError." #: ../../../Misc/NEWS:3039 ../../../Misc/NEWS:4770 -#, fuzzy msgid "" "`bpo-19771 `__: Also in runpy and the \"-" "m\" option, omit the irrelevant message \". . . is a package and cannot be " "directly executed\" if the package could not even be initialized (e.g. due " "to a bad ``*.pyc`` file)." msgstr "" -"`Issue #19771 `__: Also in runpy and the \"-m" -"\" option, omit the irrelevant message \". . . is a package and cannot be " +"`bpo-19771 `__: Also in runpy and the \"-m\" " +"option, omit the irrelevant message \". . . is a package and cannot be " "directly executed\" if the package could not even be initialized (e.g. due " "to a bad ``*.pyc`` file)." #: ../../../Misc/NEWS:3043 ../../../Misc/NEWS:4774 -#, fuzzy msgid "" "`bpo-25177 `__: Fixed problem with the " "mean of very small and very large numbers. As a side effect, statistics.mean " "and statistics.variance should be significantly faster." msgstr "" -"`Issue #25177 `__: Fixed problem with the " -"mean of very small and very large numbers. As a side effect, statistics.mean " -"and statistics.variance should be significantly faster." +"`bpo-25177 `__: Fixed problem with the mean " +"of very small and very large numbers. As a side effect, statistics.mean and " +"statistics.variance should be significantly faster." #: ../../../Misc/NEWS:3047 ../../../Misc/NEWS:4778 -#, fuzzy msgid "" "`bpo-25718 `__: Fixed copying object " "with state with boolean value is false." msgstr "" -"`Issue #25718 `__: Fixed copying object with " +"`bpo-25718 `__: Fixed copying object with " "state with boolean value is false." #: ../../../Misc/NEWS:3049 ../../../Misc/NEWS:4780 -#, fuzzy msgid "" "`bpo-10131 `__: Fixed deep copying of " "minidom documents. Based on patch by Marian Ganisin." msgstr "" -"`Issue #10131 `__: Fixed deep copying of " -"minidom documents. Based on patch by Marian Ganisin." +"`bpo-10131 `__: Fixed deep copying of minidom " +"documents. Based on patch by Marian Ganisin." #: ../../../Misc/NEWS:3052 -#, fuzzy msgid "" "`bpo-7990 `__: dir() on ElementTree." "Element now lists properties: \"tag\", \"text\", \"tail\" and \"attrib\". " "Original patch by Santoso Wijaya." msgstr "" -"`Issue #7990 `__: dir() on ElementTree.Element " +"`bpo-7990 `__: dir() on ElementTree.Element " "now lists properties: \"tag\", \"text\", \"tail\" and \"attrib\". Original " "patch by Santoso Wijaya." #: ../../../Misc/NEWS:3055 ../../../Misc/NEWS:4783 -#, fuzzy msgid "" "`bpo-25725 `__: Fixed a reference leak " "in pickle.loads() when unpickling invalid data including tuple instructions." msgstr "" -"`Issue #25725 `__: Fixed a reference leak in " +"`bpo-25725 `__: Fixed a reference leak in " "pickle.loads() when unpickling invalid data including tuple instructions." #: ../../../Misc/NEWS:3058 ../../../Misc/NEWS:4786 -#, fuzzy msgid "" "`bpo-25663 `__: In the Readline " "completer, avoid listing duplicate global names, and search the global " "namespace before searching builtins." msgstr "" -"`Issue #25663 `__: In the Readline completer, " +"`bpo-25663 `__: In the Readline completer, " "avoid listing duplicate global names, and search the global namespace before " "searching builtins." #: ../../../Misc/NEWS:3061 ../../../Misc/NEWS:4789 -#, fuzzy msgid "" "`bpo-25688 `__: Fixed file leak in " "ElementTree.iterparse() raising an error." msgstr "" -"`Issue #25688 `__: Fixed file leak in " +"`bpo-25688 `__: Fixed file leak in " "ElementTree.iterparse() raising an error." #: ../../../Misc/NEWS:3063 ../../../Misc/NEWS:4791 -#, fuzzy msgid "" "`bpo-23914 `__: Fixed SystemError raised " "by unpickler on broken pickle data." msgstr "" -"`Issue #23914 `__: Fixed SystemError raised " -"by unpickler on broken pickle data." +"`bpo-23914 `__: Fixed SystemError raised by " +"unpickler on broken pickle data." #: ../../../Misc/NEWS:3065 ../../../Misc/NEWS:4793 -#, fuzzy msgid "" "`bpo-25691 `__: Fixed crash on deleting " "ElementTree.Element attributes." msgstr "" -"`Issue #25691 `__: Fixed crash on deleting " +"`bpo-25691 `__: Fixed crash on deleting " "ElementTree.Element attributes." #: ../../../Misc/NEWS:3067 ../../../Misc/NEWS:4795 -#, fuzzy msgid "" "`bpo-25624 `__: ZipFile now always " "writes a ZIP_STORED header for directory entries. Patch by Dingyuan Wang." msgstr "" -"`Issue #25624 `__: ZipFile now always writes " -"a ZIP_STORED header for directory entries. Patch by Dingyuan Wang." +"`bpo-25624 `__: ZipFile now always writes a " +"ZIP_STORED header for directory entries. Patch by Dingyuan Wang." #: ../../../Misc/NEWS:3070 ../../../Misc/NEWS:5114 -#, fuzzy msgid "" "`bpo-25626 `__: Change three zlib " "functions to accept sizes that fit in Py_ssize_t, but internally cap those " @@ -8933,48 +8235,43 @@ msgid "" "Decompress.decompress() max_length parameter, the zlib.decompress() bufsize " "parameter, and the zlib.Decompress.flush() length parameter." msgstr "" -"`Issue #25626 `__: Change three zlib " -"functions to accept sizes that fit in Py_ssize_t, but internally cap those " -"sizes to UINT_MAX. This resolves a regression in 3.5 where GzipFile.read() " -"failed to read chunks larger than 2 or 4 GiB. The change affects the zlib." -"Decompress.decompress() max_length parameter, the zlib.decompress() bufsize " -"parameter, and the zlib.Decompress.flush() length parameter." +"`bpo-25626 `__: Change three zlib functions " +"to accept sizes that fit in Py_ssize_t, but internally cap those sizes to " +"UINT_MAX. This resolves a regression in 3.5 where GzipFile.read() failed to " +"read chunks larger than 2 or 4 GiB. The change affects the zlib.Decompress." +"decompress() max_length parameter, the zlib.decompress() bufsize parameter, " +"and the zlib.Decompress.flush() length parameter." #: ../../../Misc/NEWS:3077 ../../../Misc/NEWS:5121 -#, fuzzy msgid "" "`bpo-25583 `__: Avoid incorrect errors " "raised by os.makedirs(exist_ok=True) when the OS gives priority to errors " "such as EACCES over EEXIST." msgstr "" -"`Issue #25583 `__: Avoid incorrect errors " -"raised by os.makedirs(exist_ok=True) when the OS gives priority to errors " -"such as EACCES over EEXIST." +"`bpo-25583 `__: Avoid incorrect errors raised " +"by os.makedirs(exist_ok=True) when the OS gives priority to errors such as " +"EACCES over EEXIST." #: ../../../Misc/NEWS:3080 ../../../Misc/NEWS:5124 -#, fuzzy msgid "" "`bpo-25593 `__: Change semantics of " "EventLoop.stop() in asyncio." msgstr "" -"`Issue #25593 `__: Change semantics of " -"EventLoop.stop() in asyncio." +"`bpo-25593 `__: Change semantics of EventLoop." +"stop() in asyncio." #: ../../../Misc/NEWS:3082 ../../../Misc/NEWS:5126 -#, fuzzy msgid "" "`bpo-6973 `__: When we know a subprocess." "Popen process has died, do not allow the send_signal(), terminate(), or " "kill() methods to do anything as they could potentially signal a different " "process." msgstr "" -"`Issue #6973 `__: When we know a subprocess." -"Popen process has died, do not allow the send_signal(), terminate(), or " -"kill() methods to do anything as they could potentially signal a different " -"process." +"`bpo-6973 `__: When we know a subprocess.Popen " +"process has died, do not allow the send_signal(), terminate(), or kill() " +"methods to do anything as they could potentially signal a different process." #: ../../../Misc/NEWS:3086 -#, fuzzy msgid "" "`bpo-23883 `__: Added missing APIs to " "__all__ to match the documented APIs for the following modules: calendar, " @@ -8982,179 +8279,162 @@ msgid "" "wave. Also added a test.support.check__all__() helper. Patches by Jacek " "Kołodziej, Mauro S. M. Rodrigues and Joel Taddei." msgstr "" -"`Issue #23883 `__: Added missing APIs to " -"__all__ to match the documented APIs for the following modules: calendar, " -"csv, enum, fileinput, ftplib, logging, optparse, tarfile, threading and " -"wave. Also added a test.support.check__all__() helper. Patches by Jacek " -"Kołodziej, Mauro S. M. Rodrigues and Joel Taddei." +"`bpo-23883 `__: Added missing APIs to __all__ " +"to match the documented APIs for the following modules: calendar, csv, enum, " +"fileinput, ftplib, logging, optparse, tarfile, threading and wave. Also " +"added a test.support.check__all__() helper. Patches by Jacek Kołodziej, " +"Mauro S. M. Rodrigues and Joel Taddei." #: ../../../Misc/NEWS:3092 -#, fuzzy msgid "" "`bpo-25590 `__: In the Readline " "completer, only call getattr() once per attribute. Also complete names of " "attributes such as properties and slots which are listed by dir() but not " "yet created on an instance." msgstr "" -"`Issue #25590 `__: In the Readline completer, " +"`bpo-25590 `__: In the Readline completer, " "only call getattr() once per attribute. Also complete names of attributes " "such as properties and slots which are listed by dir() but not yet created " "on an instance." #: ../../../Misc/NEWS:3096 ../../../Misc/NEWS:5133 -#, fuzzy msgid "" "`bpo-25498 `__: Fix a crash when garbage-" "collecting ctypes objects created by wrapping a memoryview. This was a " "regression made in 3.5a1. Based on patch by Eryksun." msgstr "" -"`Issue #25498 `__: Fix a crash when garbage-" +"`bpo-25498 `__: Fix a crash when garbage-" "collecting ctypes objects created by wrapping a memoryview. This was a " "regression made in 3.5a1. Based on patch by Eryksun." #: ../../../Misc/NEWS:3100 ../../../Misc/NEWS:5137 -#, fuzzy msgid "" "`bpo-25584 `__: Added \"escape\" to the " "__all__ list in the glob module." msgstr "" -"`Issue #25584 `__: Added \"escape\" to the " +"`bpo-25584 `__: Added \"escape\" to the " "__all__ list in the glob module." #: ../../../Misc/NEWS:3102 ../../../Misc/NEWS:5139 -#, fuzzy msgid "" "`bpo-25584 `__: Fixed recursive glob() " "with patterns starting with '\\*\\*'." msgstr "" -"`Issue #25584 `__: Fixed recursive glob() " -"with patterns starting with '\\*\\*'." +"`bpo-25584 `__: Fixed recursive glob() with " +"patterns starting with '\\*\\*'." #: ../../../Misc/NEWS:3104 ../../../Misc/NEWS:5141 -#, fuzzy msgid "" "`bpo-25446 `__: Fix regression in " "smtplib's AUTH LOGIN support." msgstr "" -"`Issue #25446 `__: Fix regression in " -"smtplib's AUTH LOGIN support." +"`bpo-25446 `__: Fix regression in smtplib's " +"AUTH LOGIN support." #: ../../../Misc/NEWS:3106 ../../../Misc/NEWS:5143 -#, fuzzy msgid "" "`bpo-18010 `__: Fix the pydoc web " "server's module search function to handle exceptions from importing packages." msgstr "" -"`Issue #18010 `__: Fix the pydoc web server's " +"`bpo-18010 `__: Fix the pydoc web server's " "module search function to handle exceptions from importing packages." #: ../../../Misc/NEWS:3109 ../../../Misc/NEWS:5146 -#, fuzzy msgid "" "`bpo-25554 `__: Got rid of circular " "references in regular expression parsing." msgstr "" -"`Issue #25554 `__: Got rid of circular " +"`bpo-25554 `__: Got rid of circular " "references in regular expression parsing." #: ../../../Misc/NEWS:3111 -#, fuzzy msgid "" "`bpo-18973 `__: Command-line interface " "of the calendar module now uses argparse instead of optparse." msgstr "" -"`Issue #18973 `__: Command-line interface of " -"the calendar module now uses argparse instead of optparse." +"`bpo-18973 `__: Command-line interface of the " +"calendar module now uses argparse instead of optparse." #: ../../../Misc/NEWS:3114 ../../../Misc/NEWS:5148 -#, fuzzy msgid "" "`bpo-25510 `__: fileinput.FileInput." "readline() now returns b'' instead of '' at the end if the FileInput was " "opened with binary mode. Patch by Ryosuke Ito." msgstr "" -"`Issue #25510 `__: fileinput.FileInput." +"`bpo-25510 `__: fileinput.FileInput." "readline() now returns b'' instead of '' at the end if the FileInput was " "opened with binary mode. Patch by Ryosuke Ito." #: ../../../Misc/NEWS:3118 ../../../Misc/NEWS:5152 -#, fuzzy msgid "" "`bpo-25503 `__: Fixed inspect.getdoc() " "for inherited docstrings of properties. Original patch by John Mark " "Vandenberg." msgstr "" -"`Issue #25503 `__: Fixed inspect.getdoc() for " +"`bpo-25503 `__: Fixed inspect.getdoc() for " "inherited docstrings of properties. Original patch by John Mark Vandenberg." #: ../../../Misc/NEWS:3121 ../../../Misc/NEWS:5155 -#, fuzzy msgid "" "`bpo-25515 `__: Always use os.urandom as " "a source of randomness in uuid.uuid4." msgstr "" -"`Issue #25515 `__: Always use os.urandom as a " +"`bpo-25515 `__: Always use os.urandom as a " "source of randomness in uuid.uuid4." #: ../../../Misc/NEWS:3123 ../../../Misc/NEWS:5157 -#, fuzzy msgid "" "`bpo-21827 `__: Fixed textwrap.dedent() " "for the case when largest common whitespace is a substring of smallest " "leading whitespace. Based on patch by Robert Li." msgstr "" -"`Issue #21827 `__: Fixed textwrap.dedent() " -"for the case when largest common whitespace is a substring of smallest " -"leading whitespace. Based on patch by Robert Li." +"`bpo-21827 `__: Fixed textwrap.dedent() for " +"the case when largest common whitespace is a substring of smallest leading " +"whitespace. Based on patch by Robert Li." #: ../../../Misc/NEWS:3127 ../../../Misc/NEWS:5161 -#, fuzzy msgid "" "`bpo-25447 `__: The lru_cache() wrapper " "objects now can be copied and pickled (by returning the original object " "unchanged)." msgstr "" -"`Issue #25447 `__: The lru_cache() wrapper " +"`bpo-25447 `__: The lru_cache() wrapper " "objects now can be copied and pickled (by returning the original object " "unchanged)." #: ../../../Misc/NEWS:3130 ../../../Misc/NEWS:5164 -#, fuzzy msgid "" "`bpo-25390 `__: typing: Don't crash on " "Union[str, Pattern]." msgstr "" -"`Issue #25390 `__: typing: Don't crash on " +"`bpo-25390 `__: typing: Don't crash on " "Union[str, Pattern]." #: ../../../Misc/NEWS:3132 ../../../Misc/NEWS:5166 -#, fuzzy msgid "" "`bpo-25441 `__: asyncio: Raise error " "from drain() when socket is closed." msgstr "" -"`Issue #25441 `__: asyncio: Raise error from " +"`bpo-25441 `__: asyncio: Raise error from " "drain() when socket is closed." #: ../../../Misc/NEWS:3134 ../../../Misc/NEWS:5168 -#, fuzzy msgid "" "`bpo-25410 `__: Cleaned up and fixed " "minor bugs in C implementation of OrderedDict." msgstr "" -"`Issue #25410 `__: Cleaned up and fixed minor " +"`bpo-25410 `__: Cleaned up and fixed minor " "bugs in C implementation of OrderedDict." #: ../../../Misc/NEWS:3137 ../../../Misc/NEWS:5171 -#, fuzzy msgid "" "`bpo-25411 `__: Improved Unicode support " "in SMTPHandler through better use of the email package. Thanks to user " "simon04 for the patch." msgstr "" -"`Issue #25411 `__: Improved Unicode support " -"in SMTPHandler through better use of the email package. Thanks to user " -"simon04 for the patch." +"`bpo-25411 `__: Improved Unicode support in " +"SMTPHandler through better use of the email package. Thanks to user simon04 " +"for the patch." #: ../../../Misc/NEWS:3140 msgid "" @@ -9162,107 +8442,95 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:3142 ../../../Misc/NEWS:5174 -#, fuzzy msgid "" "`bpo-25407 `__: Remove mentions of the " "formatter module being removed in Python 3.6." msgstr "" -"`Issue #25407 `__: Remove mentions of the " +"`bpo-25407 `__: Remove mentions of the " "formatter module being removed in Python 3.6." #: ../../../Misc/NEWS:3145 ../../../Misc/NEWS:5177 -#, fuzzy msgid "" "`bpo-25406 `__: Fixed a bug in C " "implementation of OrderedDict.move_to_end() that caused segmentation fault " "or hang in iterating after moving several items to the start of ordered dict." msgstr "" -"`Issue #25406 `__: Fixed a bug in C " +"`bpo-25406 `__: Fixed a bug in C " "implementation of OrderedDict.move_to_end() that caused segmentation fault " "or hang in iterating after moving several items to the start of ordered dict." #: ../../../Misc/NEWS:3149 -#, fuzzy msgid "" "`bpo-25382 `__: pickletools.dis() now " "outputs implicit memo index for the MEMOIZE opcode." msgstr "" -"`Issue #25382 `__: pickletools.dis() now " -"outputs implicit memo index for the MEMOIZE opcode." +"`bpo-25382 `__: pickletools.dis() now outputs " +"implicit memo index for the MEMOIZE opcode." #: ../../../Misc/NEWS:3152 -#, fuzzy msgid "" "`bpo-25357 `__: Add an optional newline " "paramer to binascii.b2a_base64(). base64.b64encode() uses it to avoid a " "memory copy." msgstr "" -"`Issue #25357 `__: Add an optional newline " +"`bpo-25357 `__: Add an optional newline " "paramer to binascii.b2a_base64(). base64.b64encode() uses it to avoid a " "memory copy." #: ../../../Misc/NEWS:3155 -#, fuzzy msgid "" "`bpo-24164 `__: Objects that need " "calling ``__new__`` with keyword arguments, can now be pickled using pickle " "protocols older than protocol version 4." msgstr "" -"`Issue #24164 `__: Objects that need calling " +"`bpo-24164 `__: Objects that need calling " "``__new__`` with keyword arguments, can now be pickled using pickle " "protocols older than protocol version 4." #: ../../../Misc/NEWS:3158 ../../../Misc/NEWS:5181 -#, fuzzy msgid "" "`bpo-25364 `__: zipfile now works in " "threads disabled builds." msgstr "" -"`Issue #25364 `__: zipfile now works in " -"threads disabled builds." +"`bpo-25364 `__: zipfile now works in threads " +"disabled builds." #: ../../../Misc/NEWS:3160 ../../../Misc/NEWS:5183 -#, fuzzy msgid "" "`bpo-25328 `__: smtpd's SMTPChannel now " "correctly raises a ValueError if both decode_data and enable_SMTPUTF8 are " "set to true." msgstr "" -"`Issue #25328 `__: smtpd's SMTPChannel now " +"`bpo-25328 `__: smtpd's SMTPChannel now " "correctly raises a ValueError if both decode_data and enable_SMTPUTF8 are " "set to true." #: ../../../Misc/NEWS:3163 -#, fuzzy msgid "" "`bpo-16099 `__: RobotFileParser now " "supports Crawl-delay and Request-rate extensions. Patch by Nikolay " "Bogoychev." msgstr "" -"`Issue #16099 `__: RobotFileParser now " -"supports Crawl-delay and Request-rate extensions. Patch by Nikolay " -"Bogoychev." +"`bpo-16099 `__: RobotFileParser now supports " +"Crawl-delay and Request-rate extensions. Patch by Nikolay Bogoychev." #: ../../../Misc/NEWS:3166 ../../../Misc/NEWS:5186 -#, fuzzy msgid "" "`bpo-25316 `__: distutils raises OSError " "instead of DistutilsPlatformError when MSVC is not installed." msgstr "" -"`Issue #25316 `__: distutils raises OSError " +"`bpo-25316 `__: distutils raises OSError " "instead of DistutilsPlatformError when MSVC is not installed." #: ../../../Misc/NEWS:3169 ../../../Misc/NEWS:5189 -#, fuzzy msgid "" "`bpo-25380 `__: Fixed protocol for the " "STACK_GLOBAL opcode in pickletools.opcodes." msgstr "" -"`Issue #25380 `__: Fixed protocol for the " +"`bpo-25380 `__: Fixed protocol for the " "STACK_GLOBAL opcode in pickletools.opcodes." #: ../../../Misc/NEWS:3172 ../../../Misc/NEWS:5192 -#, fuzzy msgid "" "`bpo-23972 `__: Updates asyncio datagram " "create method allowing reuseport and reuseaddr socket options to be set " @@ -9270,156 +8538,141 @@ msgid "" "method the reuseaddr option for datagram sockets defaults to True if the O/S " "is 'posix' (except if the platform is Cygwin). Patch by Chris Laws." msgstr "" -"`Issue #23972 `__: Updates asyncio datagram " +"`bpo-23972 `__: Updates asyncio datagram " "create method allowing reuseport and reuseaddr socket options to be set " "prior to binding the socket. Mirroring the existing asyncio create_server " "method the reuseaddr option for datagram sockets defaults to True if the O/S " "is 'posix' (except if the platform is Cygwin). Patch by Chris Laws." #: ../../../Misc/NEWS:3178 ../../../Misc/NEWS:5198 -#, fuzzy msgid "" "`bpo-25304 `__: Add asyncio." "run_coroutine_threadsafe(). This lets you submit a coroutine to a loop from " "another thread, returning a concurrent.futures.Future. By Vincent Michel." msgstr "" -"`Issue #25304 `__: Add asyncio." +"`bpo-25304 `__: Add asyncio." "run_coroutine_threadsafe(). This lets you submit a coroutine to a loop from " "another thread, returning a concurrent.futures.Future. By Vincent Michel." #: ../../../Misc/NEWS:3182 ../../../Misc/NEWS:5202 -#, fuzzy msgid "" "`bpo-25232 `__: Fix CGIRequestHandler to " "split the query from the URL at the first question mark (?) rather than the " "last. Patch from Xiang Zhang." msgstr "" -"`Issue #25232 `__: Fix CGIRequestHandler to " +"`bpo-25232 `__: Fix CGIRequestHandler to " "split the query from the URL at the first question mark (?) rather than the " "last. Patch from Xiang Zhang." #: ../../../Misc/NEWS:3185 ../../../Misc/NEWS:5205 -#, fuzzy msgid "" "`bpo-24657 `__: Prevent " "CGIRequestHandler from collapsing slashes in the query part of the URL as if " "it were a path. Patch from Xiang Zhang." msgstr "" -"`Issue #24657 `__: Prevent CGIRequestHandler " +"`bpo-24657 `__: Prevent CGIRequestHandler " "from collapsing slashes in the query part of the URL as if it were a path. " "Patch from Xiang Zhang." #: ../../../Misc/NEWS:3188 -#, fuzzy msgid "" "`bpo-25287 `__: Don't add crypt." "METHOD_CRYPT to crypt.methods if it's not supported. Check if it is " "supported, it may not be supported on OpenBSD for example." msgstr "" -"`Issue #25287 `__: Don't add crypt." -"METHOD_CRYPT to crypt.methods if it's not supported. Check if it is " -"supported, it may not be supported on OpenBSD for example." +"`bpo-25287 `__: Don't add crypt.METHOD_CRYPT " +"to crypt.methods if it's not supported. Check if it is supported, it may not " +"be supported on OpenBSD for example." #: ../../../Misc/NEWS:3192 ../../../Misc/NEWS:5232 -#, fuzzy msgid "" "`bpo-23600 `__: Default implementation " "of tzinfo.fromutc() was returning wrong results in some cases." msgstr "" -"`Issue #23600 `__: Default implementation of " +"`bpo-23600 `__: Default implementation of " "tzinfo.fromutc() was returning wrong results in some cases." #: ../../../Misc/NEWS:3195 ../../../Misc/NEWS:5229 -#, fuzzy msgid "" "`bpo-25203 `__: Failed readline." "set_completer_delims() no longer left the module in inconsistent state." msgstr "" -"`Issue #25203 `__: Failed readline." +"`bpo-25203 `__: Failed readline." "set_completer_delims() no longer left the module in inconsistent state." #: ../../../Misc/NEWS:3198 -#, fuzzy msgid "" "`bpo-25011 `__: rlcompleter now omits " "private and special attribute names unless the prefix starts with " "underscores." msgstr "" -"`Issue #25011 `__: rlcompleter now omits " -"private and special attribute names unless the prefix starts with " -"underscores." +"`bpo-25011 `__: rlcompleter now omits private " +"and special attribute names unless the prefix starts with underscores." #: ../../../Misc/NEWS:3201 -#, fuzzy msgid "" "`bpo-25209 `__: rlcompleter now can add " "a space or a colon after completed keyword." msgstr "" -"`Issue #25209 `__: rlcompleter now can add a " +"`bpo-25209 `__: rlcompleter now can add a " "space or a colon after completed keyword." #: ../../../Misc/NEWS:3204 -#, fuzzy msgid "" "`bpo-22241 `__: timezone.utc name is now " "plain 'UTC', not 'UTC-00:00'." msgstr "" -"`Issue #22241 `__: timezone.utc name is now " +"`bpo-22241 `__: timezone.utc name is now " "plain 'UTC', not 'UTC-00:00'." #: ../../../Misc/NEWS:3206 -#, fuzzy msgid "" "`bpo-23517 `__: fromtimestamp() and " "utcfromtimestamp() methods of datetime.datetime now round microseconds to " "nearest with ties going to nearest even integer (ROUND_HALF_EVEN), as " "round(float), instead of rounding towards -Infinity (ROUND_FLOOR)." msgstr "" -"`Issue #23517 `__: fromtimestamp() and " +"`bpo-23517 `__: fromtimestamp() and " "utcfromtimestamp() methods of datetime.datetime now round microseconds to " "nearest with ties going to nearest even integer (ROUND_HALF_EVEN), as " "round(float), instead of rounding towards -Infinity (ROUND_FLOOR)." #: ../../../Misc/NEWS:3211 -#, fuzzy msgid "" "`bpo-23552 `__: Timeit now warns when " "there is substantial (4x) variance between best and worst times. Patch from " "Serhiy Storchaka." msgstr "" -"`Issue #23552 `__: Timeit now warns when " -"there is substantial (4x) variance between best and worst times. Patch from " -"Serhiy Storchaka." +"`bpo-23552 `__: Timeit now warns when there " +"is substantial (4x) variance between best and worst times. Patch from Serhiy " +"Storchaka." #: ../../../Misc/NEWS:3214 -#, fuzzy msgid "" "`bpo-24633 `__: site-packages/README -> " "README.txt." msgstr "" -"`Issue #24633 `__: site-packages/README -> " +"`bpo-24633 `__: site-packages/README -> " "README.txt." #: ../../../Misc/NEWS:3216 -#, fuzzy msgid "" "`bpo-24879 `__: help() and pydoc can now " "list named tuple fields in the order they were defined rather than " "alphabetically. The ordering is determined by the _fields attribute if " "present." msgstr "" -"`Issue #24879 `__: help() and pydoc can now " -"list named tuple fields in the order they were defined rather than " +"`bpo-24879 `__: help() and pydoc can now list " +"named tuple fields in the order they were defined rather than " "alphabetically. The ordering is determined by the _fields attribute if " "present." #: ../../../Misc/NEWS:3220 -#, fuzzy msgid "" "`bpo-24874 `__: Improve speed of " "itertools.cycle() and make its pickle more compact." msgstr "" -"`Issue #24874 `__: Improve speed of itertools." +"`bpo-24874 `__: Improve speed of itertools." "cycle() and make its pickle more compact." #: ../../../Misc/NEWS:3223 @@ -9429,149 +8682,133 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:3226 -#, fuzzy msgid "" "`bpo-20059 `__: urllib.parse raises " "ValueError on all invalid ports. Patch by Martin Panter." msgstr "" -"`Issue #20059 `__: urllib.parse raises " +"`bpo-20059 `__: urllib.parse raises " "ValueError on all invalid ports. Patch by Martin Panter." #: ../../../Misc/NEWS:3229 -#, fuzzy msgid "" "`bpo-24360 `__: Improve __repr__ of " "argparse.Namespace() for invalid identifiers. Patch by Matthias Bussonnier." msgstr "" -"`Issue #24360 `__: Improve __repr__ of " -"argparse.Namespace() for invalid identifiers. Patch by Matthias Bussonnier." +"`bpo-24360 `__: Improve __repr__ of argparse." +"Namespace() for invalid identifiers. Patch by Matthias Bussonnier." #: ../../../Misc/NEWS:3232 -#, fuzzy msgid "" "`bpo-23426 `__: run_setup was broken in " "distutils. Patch from Alexander Belopolsky." msgstr "" -"`Issue #23426 `__: run_setup was broken in " +"`bpo-23426 `__: run_setup was broken in " "distutils. Patch from Alexander Belopolsky." #: ../../../Misc/NEWS:3235 -#, fuzzy msgid "" "`bpo-13938 `__: 2to3 converts " "StringTypes to a tuple. Patch from Mark Hammond." msgstr "" -"`Issue #13938 `__: 2to3 converts StringTypes " -"to a tuple. Patch from Mark Hammond." +"`bpo-13938 `__: 2to3 converts StringTypes to " +"a tuple. Patch from Mark Hammond." #: ../../../Misc/NEWS:3237 -#, fuzzy msgid "" "`bpo-2091 `__: open() accepted a 'U' mode " "string containing '+', but 'U' can only be used with 'r'. Patch from Jeff " "Balogh and John O'Connor." msgstr "" -"`Issue #2091 `__: open() accepted a 'U' mode " +"`bpo-2091 `__: open() accepted a 'U' mode " "string containing '+', but 'U' can only be used with 'r'. Patch from Jeff " "Balogh and John O'Connor." #: ../../../Misc/NEWS:3240 -#, fuzzy msgid "" "`bpo-8585 `__: improved tests for " "zipimporter2. Patch from Mark Lawrence." msgstr "" -"`Issue #8585 `__: improved tests for " +"`bpo-8585 `__: improved tests for " "zipimporter2. Patch from Mark Lawrence." #: ../../../Misc/NEWS:3242 ../../../Misc/NEWS:5773 -#, fuzzy msgid "" "`bpo-18622 `__: unittest.mock." "mock_open().reset_mock would recurse infinitely. Patch from Nicola Palumbo " "and Laurent De Buyst." msgstr "" -"`Issue #18622 `__: unittest.mock.mock_open()." +"`bpo-18622 `__: unittest.mock.mock_open()." "reset_mock would recurse infinitely. Patch from Nicola Palumbo and Laurent " "De Buyst." #: ../../../Misc/NEWS:3245 -#, fuzzy msgid "" "`bpo-24426 `__: Fast searching " "optimization in regular expressions now works for patterns that starts with " "capturing groups. Fast searching optimization now can't be disabled at " "compile time." msgstr "" -"`Issue #24426 `__: Fast searching " -"optimization in regular expressions now works for patterns that starts with " -"capturing groups. Fast searching optimization now can't be disabled at " -"compile time." +"`bpo-24426 `__: Fast searching optimization " +"in regular expressions now works for patterns that starts with capturing " +"groups. Fast searching optimization now can't be disabled at compile time." #: ../../../Misc/NEWS:3249 ../../../Misc/NEWS:5776 -#, fuzzy msgid "" "`bpo-23661 `__: unittest.mock " "side_effects can now be exceptions again. This was a regression vs Python " "3.4. Patch from Ignacio Rossi" msgstr "" -"`Issue #23661 `__: unittest.mock side_effects " +"`bpo-23661 `__: unittest.mock side_effects " "can now be exceptions again. This was a regression vs Python 3.4. Patch from " "Ignacio Rossi" #: ../../../Misc/NEWS:3252 -#, fuzzy msgid "" "`bpo-13248 `__: Remove deprecated " "inspect.getmoduleinfo function." msgstr "" -"`Issue #13248 `__: Remove deprecated inspect." +"`bpo-13248 `__: Remove deprecated inspect." "getmoduleinfo function." #: ../../../Misc/NEWS:3254 ../../../Misc/NEWS:5305 -#, fuzzy msgid "" "`bpo-25578 `__: Fix (another) memory " "leak in SSLSocket.getpeercer()." msgstr "" -"`Issue #25578 `__: Fix (another) memory leak " -"in SSLSocket.getpeercer()." +"`bpo-25578 `__: Fix (another) memory leak in " +"SSLSocket.getpeercer()." #: ../../../Misc/NEWS:3256 ../../../Misc/NEWS:5307 -#, fuzzy msgid "" "`bpo-25530 `__: Disable the vulnerable " "SSLv3 protocol by default when creating ssl.SSLContext." msgstr "" -"`Issue #25530 `__: Disable the vulnerable " -"SSLv3 protocol by default when creating ssl.SSLContext." +"`bpo-25530 `__: Disable the vulnerable SSLv3 " +"protocol by default when creating ssl.SSLContext." #: ../../../Misc/NEWS:3259 ../../../Misc/NEWS:5310 -#, fuzzy msgid "" "`bpo-25569 `__: Fix memory leak in " "SSLSocket.getpeercert()." msgstr "" -"`Issue #25569 `__: Fix memory leak in " -"SSLSocket.getpeercert()." +"`bpo-25569 `__: Fix memory leak in SSLSocket." +"getpeercert()." #: ../../../Misc/NEWS:3261 ../../../Misc/NEWS:5312 -#, fuzzy msgid "" "`bpo-25471 `__: Sockets returned from " "accept() shouldn't appear to be nonblocking." msgstr "" -"`Issue #25471 `__: Sockets returned from " +"`bpo-25471 `__: Sockets returned from " "accept() shouldn't appear to be nonblocking." #: ../../../Misc/NEWS:3264 ../../../Misc/NEWS:5315 -#, fuzzy msgid "" "`bpo-25319 `__: When threading.Event is " "reinitialized, the underlying condition should use a regular lock rather " "than a recursive lock." msgstr "" -"`Issue #25319 `__: When threading.Event is " +"`bpo-25319 `__: When threading.Event is " "reinitialized, the underlying condition should use a regular lock rather " "than a recursive lock." @@ -9581,70 +8818,63 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:3270 ../../../Misc/NEWS:4801 -#, fuzzy msgid "" "`bpo-26050 `__: Add asyncio.StreamReader." "readuntil() method. Patch by Марк Коренберг." msgstr "" -"`Issue #26050 `__: Add asyncio.StreamReader." +"`bpo-26050 `__: Add asyncio.StreamReader." "readuntil() method. Patch by Марк Коренберг." #: ../../../Misc/NEWS:3273 ../../../Misc/NEWS:4804 -#, fuzzy msgid "" "`bpo-25924 `__: Avoid unnecessary " "serialization of getaddrinfo(3) calls on OS X versions 10.5 or higher. " "Original patch by A. Jesse Jiryu Davis." msgstr "" -"`Issue #25924 `__: Avoid unnecessary " +"`bpo-25924 `__: Avoid unnecessary " "serialization of getaddrinfo(3) calls on OS X versions 10.5 or higher. " "Original patch by A. Jesse Jiryu Davis." #: ../../../Misc/NEWS:3276 ../../../Misc/NEWS:4807 -#, fuzzy msgid "" "`bpo-26406 `__: Avoid unnecessary " "serialization of getaddrinfo(3) calls on current versions of OpenBSD and " "NetBSD. Patch by A. Jesse Jiryu Davis." msgstr "" -"`Issue #26406 `__: Avoid unnecessary " +"`bpo-26406 `__: Avoid unnecessary " "serialization of getaddrinfo(3) calls on current versions of OpenBSD and " "NetBSD. Patch by A. Jesse Jiryu Davis." #: ../../../Misc/NEWS:3279 ../../../Misc/NEWS:4810 -#, fuzzy msgid "" "`bpo-26848 `__: Fix asyncio/subprocess." "communicate() to handle empty input. Patch by Jack O'Connor." msgstr "" -"`Issue #26848 `__: Fix asyncio/subprocess." +"`bpo-26848 `__: Fix asyncio/subprocess." "communicate() to handle empty input. Patch by Jack O'Connor." #: ../../../Misc/NEWS:3282 ../../../Misc/NEWS:4813 -#, fuzzy msgid "" "`bpo-27040 `__: Add loop." "get_exception_handler method" msgstr "" -"`Issue #27040 `__: Add loop." +"`bpo-27040 `__: Add loop." "get_exception_handler method" #: ../../../Misc/NEWS:3284 ../../../Misc/NEWS:4815 -#, fuzzy msgid "" "`bpo-27041 `__: asyncio: Add loop." "create_future method" msgstr "" -"`Issue #27041 `__: asyncio: Add loop." +"`bpo-27041 `__: asyncio: Add loop." "create_future method" #: ../../../Misc/NEWS:3289 ../../../Misc/NEWS:4864 -#, fuzzy msgid "" "`bpo-20640 `__: Add tests for idlelib." "configHelpSourceEdit. Patch by Saimadhav Heblikar." msgstr "" -"`Issue #20640 `__: Add tests for idlelib." +"`bpo-20640 `__: Add tests for idlelib." "configHelpSourceEdit. Patch by Saimadhav Heblikar." #: ../../../Misc/NEWS:3292 ../../../Misc/NEWS:4867 @@ -9654,43 +8884,39 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:3295 ../../../Misc/NEWS:4870 -#, fuzzy msgid "" "`bpo-25507 `__: fix incorrect change in " "IOBinding that prevented printing. Augment IOBinding htest to include all " "major IOBinding functions." msgstr "" -"`Issue #25507 `__: fix incorrect change in " +"`bpo-25507 `__: fix incorrect change in " "IOBinding that prevented printing. Augment IOBinding htest to include all " "major IOBinding functions." #: ../../../Misc/NEWS:3298 ../../../Misc/NEWS:4873 -#, fuzzy msgid "" "`bpo-25905 `__: Revert unwanted " "conversion of ' to ’ RIGHT SINGLE QUOTATION MARK in README.txt and open this " "and NEWS.txt with 'ascii'. Re-encode CREDITS.txt to utf-8 and open it with " "'utf-8'." msgstr "" -"`Issue #25905 `__: Revert unwanted conversion " -"of ' to ’ RIGHT SINGLE QUOTATION MARK in README.txt and open this and NEWS." -"txt with 'ascii'. Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'." +"`bpo-25905 `__: Revert unwanted conversion of " +"' to ’ RIGHT SINGLE QUOTATION MARK in README.txt and open this and NEWS.txt " +"with 'ascii'. Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'." #: ../../../Misc/NEWS:3302 ../../../Misc/NEWS:5344 -#, fuzzy msgid "" "`bpo-15348 `__: Stop the debugger engine " "(normally in a user process) before closing the debugger window (running in " "the IDLE process). This prevents the RuntimeErrors that were being caught " "and ignored." msgstr "" -"`Issue #15348 `__: Stop the debugger engine " +"`bpo-15348 `__: Stop the debugger engine " "(normally in a user process) before closing the debugger window (running in " "the IDLE process). This prevents the RuntimeErrors that were being caught " "and ignored." #: ../../../Misc/NEWS:3306 ../../../Misc/NEWS:5348 -#, fuzzy msgid "" "`bpo-24455 `__: Prevent IDLE from " "hanging when a) closing the shell while the debugger is active (15347); b) " @@ -9700,7 +8926,7 @@ msgid "" "the tcl vwait mechanism intended for this purpose (instead of root.mainloop " "& .quit). 2. In gui.run, allow any existing interaction to terminate first." msgstr "" -"`Issue #24455 `__: Prevent IDLE from hanging " +"`bpo-24455 `__: Prevent IDLE from hanging " "when a) closing the shell while the debugger is active (15347); b) closing " "the debugger with the [X] button (15348); and c) activating the debugger " "when already active (24455). The patch by Mark Roseman does this by making " @@ -9716,51 +8942,46 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:3318 ../../../Misc/NEWS:5360 -#, fuzzy msgid "" "`bpo-24750 `__: Improve the appearance " "of the IDLE editor window status bar. Patch by Mark Roseman." msgstr "" -"`Issue #24750 `__: Improve the appearance of " -"the IDLE editor window status bar. Patch by Mark Roseman." +"`bpo-24750 `__: Improve the appearance of the " +"IDLE editor window status bar. Patch by Mark Roseman." #: ../../../Misc/NEWS:3321 ../../../Misc/NEWS:5363 -#, fuzzy msgid "" "`bpo-25313 `__: Change the handling of " "new built-in text color themes to better address the compatibility problem " "introduced by the addition of IDLE Dark. Consistently use the revised " "idleConf.CurrentTheme everywhere in idlelib." msgstr "" -"`Issue #25313 `__: Change the handling of new " +"`bpo-25313 `__: Change the handling of new " "built-in text color themes to better address the compatibility problem " "introduced by the addition of IDLE Dark. Consistently use the revised " "idleConf.CurrentTheme everywhere in idlelib." #: ../../../Misc/NEWS:3325 ../../../Misc/NEWS:5367 -#, fuzzy msgid "" "`bpo-24782 `__: Extension configuration " "is now a tab in the IDLE Preferences dialog rather than a separate dialog. " "The former tabs are now a sorted list. Patch by Mark Roseman." msgstr "" -"`Issue #24782 `__: Extension configuration is " +"`bpo-24782 `__: Extension configuration is " "now a tab in the IDLE Preferences dialog rather than a separate dialog. The " "former tabs are now a sorted list. Patch by Mark Roseman." #: ../../../Misc/NEWS:3329 ../../../Misc/NEWS:5371 -#, fuzzy msgid "" "`bpo-22726 `__: Re-activate the config " "dialog help button with some content about the other buttons and the new " "IDLE Dark theme." msgstr "" -"`Issue #22726 `__: Re-activate the config " -"dialog help button with some content about the other buttons and the new " -"IDLE Dark theme." +"`bpo-22726 `__: Re-activate the config dialog " +"help button with some content about the other buttons and the new IDLE Dark " +"theme." #: ../../../Misc/NEWS:3332 ../../../Misc/NEWS:5374 -#, fuzzy msgid "" "`bpo-24820 `__: IDLE now has an 'IDLE " "Dark' built-in text color theme. It is more or less IDLE Classic inverted, " @@ -9770,94 +8991,85 @@ msgid "" "as 'Custom Dark'. The custom theme will work with any IDLE release, and can " "be modified." msgstr "" -"`Issue #24820 `__: IDLE now has an 'IDLE " -"Dark' built-in text color theme. It is more or less IDLE Classic inverted, " -"with a cobalt blue background. Strings, comments, keywords, ... are still " -"green, red, orange, ... . To use it with IDLEs released before November " -"2015, hit the 'Save as New Custom Theme' button and enter a new name, such " -"as 'Custom Dark'. The custom theme will work with any IDLE release, and can " -"be modified." +"`bpo-24820 `__: IDLE now has an 'IDLE Dark' " +"built-in text color theme. It is more or less IDLE Classic inverted, with a " +"cobalt blue background. Strings, comments, keywords, ... are still green, " +"red, orange, ... . To use it with IDLEs released before November 2015, hit " +"the 'Save as New Custom Theme' button and enter a new name, such as 'Custom " +"Dark'. The custom theme will work with any IDLE release, and can be " +"modified." #: ../../../Misc/NEWS:3340 ../../../Misc/NEWS:5382 -#, fuzzy msgid "" "`bpo-25224 `__: README.txt is now an " "idlelib index for IDLE developers and curious users. The previous user " "content is now in the IDLE doc chapter. 'IDLE' now means 'Integrated " "Development and Learning Environment'." msgstr "" -"`Issue #25224 `__: README.txt is now an " -"idlelib index for IDLE developers and curious users. The previous user " -"content is now in the IDLE doc chapter. 'IDLE' now means 'Integrated " -"Development and Learning Environment'." +"`bpo-25224 `__: README.txt is now an idlelib " +"index for IDLE developers and curious users. The previous user content is " +"now in the IDLE doc chapter. 'IDLE' now means 'Integrated Development and " +"Learning Environment'." #: ../../../Misc/NEWS:3344 ../../../Misc/NEWS:5386 -#, fuzzy msgid "" "`bpo-24820 `__: Users can now set " "breakpoint colors in Settings -> Custom Highlighting. Original patch by " "Mark Roseman." msgstr "" -"`Issue #24820 `__: Users can now set " -"breakpoint colors in Settings -> Custom Highlighting. Original patch by " -"Mark Roseman." +"`bpo-24820 `__: Users can now set breakpoint " +"colors in Settings -> Custom Highlighting. Original patch by Mark Roseman." #: ../../../Misc/NEWS:3347 ../../../Misc/NEWS:5389 -#, fuzzy msgid "" "`bpo-24972 `__: Inactive selection " "background now matches active selection background, as configured by users, " "on all systems. Found items are now always highlighted on Windows. Initial " "patch by Mark Roseman." msgstr "" -"`Issue #24972 `__: Inactive selection " -"background now matches active selection background, as configured by users, " -"on all systems. Found items are now always highlighted on Windows. Initial " -"patch by Mark Roseman." +"`bpo-24972 `__: Inactive selection background " +"now matches active selection background, as configured by users, on all " +"systems. Found items are now always highlighted on Windows. Initial patch " +"by Mark Roseman." #: ../../../Misc/NEWS:3351 ../../../Misc/NEWS:5393 -#, fuzzy msgid "" "`bpo-24570 `__: Idle: make calltip and " "completion boxes appear on Macs affected by a tk regression. Initial patch " "by Mark Roseman." msgstr "" -"`Issue #24570 `__: Idle: make calltip and " +"`bpo-24570 `__: Idle: make calltip and " "completion boxes appear on Macs affected by a tk regression. Initial patch " "by Mark Roseman." #: ../../../Misc/NEWS:3354 ../../../Misc/NEWS:5396 -#, fuzzy msgid "" "`bpo-24988 `__: Idle ScrolledList " "context menus (used in debugger) now work on Mac Aqua. Patch by Mark " "Roseman." msgstr "" -"`Issue #24988 `__: Idle ScrolledList context " +"`bpo-24988 `__: Idle ScrolledList context " "menus (used in debugger) now work on Mac Aqua. Patch by Mark Roseman." #: ../../../Misc/NEWS:3357 ../../../Misc/NEWS:5399 -#, fuzzy msgid "" "`bpo-24801 `__: Make right-click for " "context menu work on Mac Aqua. Patch by Mark Roseman." msgstr "" -"`Issue #24801 `__: Make right-click for " -"context menu work on Mac Aqua. Patch by Mark Roseman." +"`bpo-24801 `__: Make right-click for context " +"menu work on Mac Aqua. Patch by Mark Roseman." #: ../../../Misc/NEWS:3360 ../../../Misc/NEWS:5402 -#, fuzzy msgid "" "`bpo-25173 `__: Associate tkinter " "messageboxes with a specific widget. For Mac OSX, make them a 'sheet'. " "Patch by Mark Roseman." msgstr "" -"`Issue #25173 `__: Associate tkinter " +"`bpo-25173 `__: Associate tkinter " "messageboxes with a specific widget. For Mac OSX, make them a 'sheet'. " "Patch by Mark Roseman." #: ../../../Misc/NEWS:3363 ../../../Misc/NEWS:5405 -#, fuzzy msgid "" "`bpo-25198 `__: Enhance the initial html " "viewer now used for Idle Help. * Properly indent fixed-pitch text (patch by " @@ -9866,7 +9078,7 @@ msgid "" "editor. * When the Table of Contents (TOC) menu is used, put the section " "header at the top of the screen." msgstr "" -"`Issue #25198 `__: Enhance the initial html " +"`bpo-25198 `__: Enhance the initial html " "viewer now used for Idle Help. * Properly indent fixed-pitch text (patch by " "Mark Roseman). * Give code snippet a very Sphinx-like light blueish-gray " "background. * Re-use initial width and height set by users for shell and " @@ -9874,72 +9086,64 @@ msgstr "" "header at the top of the screen." #: ../../../Misc/NEWS:3370 ../../../Misc/NEWS:5412 -#, fuzzy msgid "" "`bpo-25225 `__: Condense and rewrite " "Idle doc section on text colors." msgstr "" -"`Issue #25225 `__: Condense and rewrite Idle " -"doc section on text colors." +"`bpo-25225 `__: Condense and rewrite Idle doc " +"section on text colors." #: ../../../Misc/NEWS:3372 ../../../Misc/NEWS:5414 -#, fuzzy msgid "" "`bpo-21995 `__: Explain some differences " "between IDLE and console Python." msgstr "" -"`Issue #21995 `__: Explain some differences " +"`bpo-21995 `__: Explain some differences " "between IDLE and console Python." #: ../../../Misc/NEWS:3374 ../../../Misc/NEWS:5416 -#, fuzzy msgid "" "`bpo-22820 `__: Explain need for *print* " "when running file from Idle editor." msgstr "" -"`Issue #22820 `__: Explain need for *print* " -"when running file from Idle editor." +"`bpo-22820 `__: Explain need for *print* when " +"running file from Idle editor." #: ../../../Misc/NEWS:3376 ../../../Misc/NEWS:5418 -#, fuzzy msgid "" "`bpo-25224 `__: Doc: augment Idle " "feature list and no-subprocess section." msgstr "" -"`Issue #25224 `__: Doc: augment Idle feature " +"`bpo-25224 `__: Doc: augment Idle feature " "list and no-subprocess section." #: ../../../Misc/NEWS:3378 ../../../Misc/NEWS:5420 -#, fuzzy msgid "" "`bpo-25219 `__: Update doc for Idle " "command line options. Some were missing and notes were not correct." msgstr "" -"`Issue #25219 `__: Update doc for Idle " -"command line options. Some were missing and notes were not correct." +"`bpo-25219 `__: Update doc for Idle command " +"line options. Some were missing and notes were not correct." #: ../../../Misc/NEWS:3381 ../../../Misc/NEWS:5423 -#, fuzzy msgid "" "`bpo-24861 `__: Most of idlelib is " "private and subject to change. Use idleib.idle.* to start Idle. See idlelib." "__init__.__doc__." msgstr "" -"`Issue #24861 `__: Most of idlelib is private " +"`bpo-24861 `__: Most of idlelib is private " "and subject to change. Use idleib.idle.* to start Idle. See idlelib.__init__." "__doc__." #: ../../../Misc/NEWS:3384 ../../../Misc/NEWS:5426 -#, fuzzy msgid "" "`bpo-25199 `__: Idle: add " "synchronization comments for future maintainers." msgstr "" -"`Issue #25199 `__: Idle: add synchronization " +"`bpo-25199 `__: Idle: add synchronization " "comments for future maintainers." #: ../../../Misc/NEWS:3386 -#, fuzzy msgid "" "`bpo-16893 `__: Replace help.txt with " "help.html for Idle doc display. The new idlelib/help.html is rstripped Doc/" @@ -9948,7 +9152,7 @@ msgid "" "was written by Rose Roseman. The now unused EditorWindow.HelpDialog class " "and helt.txt file are deprecated." msgstr "" -"`Issue #16893 `__: Replace help.txt with help." +"`bpo-16893 `__: Replace help.txt with help." "html for Idle doc display. The new idlelib/help.html is rstripped Doc/build/" "html/library/idle.html. It looks better than help.txt and will better " "document Idle as released. The tkinter html viewer that works for this file " @@ -9956,188 +9160,169 @@ msgstr "" "and helt.txt file are deprecated." #: ../../../Misc/NEWS:3392 ../../../Misc/NEWS:5434 -#, fuzzy msgid "" "`bpo-24199 `__: Deprecate unused idlelib." "idlever with possible removal in 3.6." msgstr "" -"`Issue #24199 `__: Deprecate unused idlelib." +"`bpo-24199 `__: Deprecate unused idlelib." "idlever with possible removal in 3.6." #: ../../../Misc/NEWS:3394 ../../../Misc/NEWS:5436 -#, fuzzy msgid "" "`bpo-24790 `__: Remove extraneous code " "(which also create 2 & 3 conflicts)." msgstr "" -"`Issue #24790 `__: Remove extraneous code " -"(which also create 2 & 3 conflicts)." +"`bpo-24790 `__: Remove extraneous code (which " +"also create 2 & 3 conflicts)." #: ../../../Misc/NEWS:3399 ../../../Misc/NEWS:4885 -#, fuzzy msgid "" "`bpo-26736 `__: Used HTTPS for external " "links in the documentation if possible." msgstr "" -"`Issue #26736 `__: Used HTTPS for external " -"links in the documentation if possible." +"`bpo-26736 `__: Used HTTPS for external links " +"in the documentation if possible." #: ../../../Misc/NEWS:3401 ../../../Misc/NEWS:4887 -#, fuzzy msgid "" "`bpo-6953 `__: Rework the Readline module " "documentation to group related functions together, and add more details such " "as what underlying Readline functions and variables are accessed." msgstr "" -"`Issue #6953 `__: Rework the Readline module " +"`bpo-6953 `__: Rework the Readline module " "documentation to group related functions together, and add more details such " "as what underlying Readline functions and variables are accessed." #: ../../../Misc/NEWS:3405 ../../../Misc/NEWS:4891 -#, fuzzy msgid "" "`bpo-23606 `__: Adds note to ctypes " "documentation regarding cdll.msvcrt." msgstr "" -"`Issue #23606 `__: Adds note to ctypes " +"`bpo-23606 `__: Adds note to ctypes " "documentation regarding cdll.msvcrt." #: ../../../Misc/NEWS:3407 ../../../Misc/NEWS:5451 -#, fuzzy msgid "" "`bpo-24952 `__: Clarify the default size " "argument of stack_size() in the \"threading\" and \"_thread\" modules. Patch " "from Mattip." msgstr "" -"`Issue #24952 `__: Clarify the default size " +"`bpo-24952 `__: Clarify the default size " "argument of stack_size() in the \"threading\" and \"_thread\" modules. Patch " "from Mattip." #: ../../../Misc/NEWS:3410 ../../../Misc/NEWS:4896 -#, fuzzy msgid "" "`bpo-26014 `__: Update 3.x packaging " "documentation: * \"See also\" links to the new docs are now provided in the " "legacy pages * links to setuptools documentation have been updated" msgstr "" -"`Issue #26014 `__: Update 3.x packaging " +"`bpo-26014 `__: Update 3.x packaging " "documentation: * \"See also\" links to the new docs are now provided in the " "legacy pages * links to setuptools documentation have been updated" #: ../../../Misc/NEWS:3417 ../../../Misc/NEWS:4903 -#, fuzzy msgid "" "`bpo-21916 `__: Added tests for the " "turtle module. Patch by ingrid, Gregory Loyse and Jelle Zijlstra." msgstr "" -"`Issue #21916 `__: Added tests for the turtle " +"`bpo-21916 `__: Added tests for the turtle " "module. Patch by ingrid, Gregory Loyse and Jelle Zijlstra." #: ../../../Misc/NEWS:3420 -#, fuzzy msgid "" "`bpo-26295 `__: When using \"python3 -m " "test --testdir=TESTDIR\", regrtest doesn't add \"test.\" prefix to test " "module names." msgstr "" -"`Issue #26295 `__: When using \"python3 -m " -"test --testdir=TESTDIR\", regrtest doesn't add \"test.\" prefix to test " -"module names." +"`bpo-26295 `__: When using \"python3 -m test " +"--testdir=TESTDIR\", regrtest doesn't add \"test.\" prefix to test module " +"names." #: ../../../Misc/NEWS:3423 ../../../Misc/NEWS:4906 -#, fuzzy msgid "" "`bpo-26523 `__: The multiprocessing " "thread pool (multiprocessing.dummy.Pool) was untested." msgstr "" -"`Issue #26523 `__: The multiprocessing thread " +"`bpo-26523 `__: The multiprocessing thread " "pool (multiprocessing.dummy.Pool) was untested." #: ../../../Misc/NEWS:3426 ../../../Misc/NEWS:4909 -#, fuzzy msgid "" "`bpo-26015 `__: Added new tests for " "pickling iterators of mutable sequences." msgstr "" -"`Issue #26015 `__: Added new tests for " -"pickling iterators of mutable sequences." +"`bpo-26015 `__: Added new tests for pickling " +"iterators of mutable sequences." #: ../../../Misc/NEWS:3428 ../../../Misc/NEWS:4911 -#, fuzzy msgid "" "`bpo-26325 `__: Added test.support." "check_no_resource_warning() to check that no ResourceWarning is emitted." msgstr "" -"`Issue #26325 `__: Added test.support." +"`bpo-26325 `__: Added test.support." "check_no_resource_warning() to check that no ResourceWarning is emitted." #: ../../../Misc/NEWS:3431 -#, fuzzy msgid "" "`bpo-25940 `__: Changed test_ssl to use " "its internal local server more. This avoids relying on svn.python.org, " "which recently changed root certificate." msgstr "" -"`Issue #25940 `__: Changed test_ssl to use " -"its internal local server more. This avoids relying on svn.python.org, " -"which recently changed root certificate." +"`bpo-25940 `__: Changed test_ssl to use its " +"internal local server more. This avoids relying on svn.python.org, which " +"recently changed root certificate." #: ../../../Misc/NEWS:3434 ../../../Misc/NEWS:4917 -#, fuzzy msgid "" "`bpo-25616 `__: Tests for OrderedDict " "are extracted from test_collections into separate file test_ordered_dict." msgstr "" -"`Issue #25616 `__: Tests for OrderedDict are " +"`bpo-25616 `__: Tests for OrderedDict are " "extracted from test_collections into separate file test_ordered_dict." #: ../../../Misc/NEWS:3437 ../../../Misc/NEWS:5466 -#, fuzzy msgid "" "`bpo-25449 `__: Added tests for " "OrderedDict subclasses." msgstr "" -"`Issue #25449 `__: Added tests for " -"OrderedDict subclasses." +"`bpo-25449 `__: Added tests for OrderedDict " +"subclasses." #: ../../../Misc/NEWS:3439 -#, fuzzy msgid "" "`bpo-25188 `__: Add -P/--pgo to test." "regrtest to suppress error output when running the test suite for the " "purposes of a PGO build. Initial patch by Alecsandru Patrascu." msgstr "" -"`Issue #25188 `__: Add -P/--pgo to test." -"regrtest to suppress error output when running the test suite for the " -"purposes of a PGO build. Initial patch by Alecsandru Patrascu." +"`bpo-25188 `__: Add -P/--pgo to test.regrtest " +"to suppress error output when running the test suite for the purposes of a " +"PGO build. Initial patch by Alecsandru Patrascu." #: ../../../Misc/NEWS:3443 -#, fuzzy msgid "" "`bpo-22806 `__: Add ``python -m test --" "list-tests`` command to list tests." msgstr "" -"`Issue #22806 `__: Add ``python -m test --" -"list-tests`` command to list tests." +"`bpo-22806 `__: Add ``python -m test --list-" +"tests`` command to list tests." #: ../../../Misc/NEWS:3445 -#, fuzzy msgid "" "`bpo-18174 `__: ``python -m test --" "huntrleaks ...`` now also checks for leak of file descriptors. Patch written " "by Richard Oudkerk." msgstr "" -"`Issue #18174 `__: ``python -m test --" +"`bpo-18174 `__: ``python -m test --" "huntrleaks ...`` now also checks for leak of file descriptors. Patch written " "by Richard Oudkerk." #: ../../../Misc/NEWS:3448 -#, fuzzy msgid "" "`bpo-25260 `__: Fix ``python -m test --" "coverage`` on Windows. Remove the list of ignored directories." msgstr "" -"`Issue #25260 `__: Fix ``python -m test --" +"`bpo-25260 `__: Fix ``python -m test --" "coverage`` on Windows. Remove the list of ignored directories." #: ../../../Misc/NEWS:3451 ../../../Misc/NEWS:5473 @@ -10147,69 +9332,62 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:3454 ../../../Misc/NEWS:4920 -#, fuzzy msgid "" "`bpo-26583 `__: Skip " "test_timestamp_overflow in test_import if bytecode files cannot be written." msgstr "" -"`Issue #26583 `__: Skip " -"test_timestamp_overflow in test_import if bytecode files cannot be written." +"`bpo-26583 `__: Skip test_timestamp_overflow " +"in test_import if bytecode files cannot be written." #: ../../../Misc/NEWS:3460 -#, fuzzy msgid "" "`bpo-21277 `__: Don't try to link " "_ctypes with a ffi_convenience library." msgstr "" -"`Issue #21277 `__: Don't try to link _ctypes " +"`bpo-21277 `__: Don't try to link _ctypes " "with a ffi_convenience library." #: ../../../Misc/NEWS:3462 ../../../Misc/NEWS:4926 -#, fuzzy msgid "" "`bpo-26884 `__: Fix linking extension " "modules for cross builds. Patch by Xavier de Gaye." msgstr "" -"`Issue #26884 `__: Fix linking extension " -"modules for cross builds. Patch by Xavier de Gaye." +"`bpo-26884 `__: Fix linking extension modules " +"for cross builds. Patch by Xavier de Gaye." #: ../../../Misc/NEWS:3465 -#, fuzzy msgid "" "`bpo-26932 `__: Fixed support of RTLD_* " "constants defined as enum values, not via macros (in particular on " "Android). Patch by Chi Hsuan Yen." msgstr "" -"`Issue #26932 `__: Fixed support of RTLD_* " +"`bpo-26932 `__: Fixed support of RTLD_* " "constants defined as enum values, not via macros (in particular on " "Android). Patch by Chi Hsuan Yen." #: ../../../Misc/NEWS:3468 ../../../Misc/NEWS:4929 -#, fuzzy msgid "" "`bpo-22359 `__: Disable the rules for " "running _freeze_importlib and pgen when cross-compiling. The output of " "these programs is normally saved with the source code anyway, and is still " "regenerated when doing a native build. Patch by Xavier de Gaye." msgstr "" -"`Issue #22359 `__: Disable the rules for " -"running _freeze_importlib and pgen when cross-compiling. The output of " -"these programs is normally saved with the source code anyway, and is still " +"`bpo-22359 `__: Disable the rules for running " +"_freeze_importlib and pgen when cross-compiling. The output of these " +"programs is normally saved with the source code anyway, and is still " "regenerated when doing a native build. Patch by Xavier de Gaye." #: ../../../Misc/NEWS:3473 -#, fuzzy msgid "" "`bpo-21668 `__: Link audioop, _datetime, " "_ctypes_test modules to libm, except on Mac OS X. Patch written by Chi Hsuan " "Yen." msgstr "" -"`Issue #21668 `__: Link audioop, _datetime, " +"`bpo-21668 `__: Link audioop, _datetime, " "_ctypes_test modules to libm, except on Mac OS X. Patch written by Chi Hsuan " "Yen." #: ../../../Misc/NEWS:3476 ../../../Misc/NEWS:4940 -#, fuzzy msgid "" "`bpo-25702 `__: A --with-lto configure " "option has been added that will enable link time optimizations at build time " @@ -10217,274 +9395,245 @@ msgid "" "produce stable code when using LTO, be sure to test things thoroughly before " "relying on it. It can provide a few % speed up over profile-opt alone." msgstr "" -"`Issue #25702 `__: A --with-lto configure " -"option has been added that will enable link time optimizations at build time " -"during a make profile-opt. Some compilers and toolchains are known to not " -"produce stable code when using LTO, be sure to test things thoroughly before " -"relying on it. It can provide a few % speed up over profile-opt alone." +"`bpo-25702 `__: A --with-lto configure option " +"has been added that will enable link time optimizations at build time during " +"a make profile-opt. Some compilers and toolchains are known to not produce " +"stable code when using LTO, be sure to test things thoroughly before relying " +"on it. It can provide a few % speed up over profile-opt alone." #: ../../../Misc/NEWS:3482 ../../../Misc/NEWS:4946 -#, fuzzy msgid "" "`bpo-26624 `__: Adds validation of " "ucrtbase[d].dll version with warning for old versions." msgstr "" -"`Issue #26624 `__: Adds validation of " +"`bpo-26624 `__: Adds validation of " "ucrtbase[d].dll version with warning for old versions." #: ../../../Misc/NEWS:3485 ../../../Misc/NEWS:4949 -#, fuzzy msgid "" "`bpo-17603 `__: Avoid error about " "nonexistant fileblocks.o file by using a lower-level check for st_blocks in " "struct stat." msgstr "" -"`Issue #17603 `__: Avoid error about " -"nonexistant fileblocks.o file by using a lower-level check for st_blocks in " -"struct stat." +"`bpo-17603 `__: Avoid error about nonexistant " +"fileblocks.o file by using a lower-level check for st_blocks in struct stat." #: ../../../Misc/NEWS:3488 ../../../Misc/NEWS:4952 -#, fuzzy msgid "" "`bpo-26079 `__: Fixing the build output " "folder for tix-8.4.3.6. Patch by Bjoern Thiel." msgstr "" -"`Issue #26079 `__: Fixing the build output " +"`bpo-26079 `__: Fixing the build output " "folder for tix-8.4.3.6. Patch by Bjoern Thiel." #: ../../../Misc/NEWS:3491 ../../../Misc/NEWS:4955 -#, fuzzy msgid "" "`bpo-26465 `__: Update Windows builds to " "use OpenSSL 1.0.2g." msgstr "" -"`Issue #26465 `__: Update Windows builds to " -"use OpenSSL 1.0.2g." +"`bpo-26465 `__: Update Windows builds to use " +"OpenSSL 1.0.2g." #: ../../../Misc/NEWS:3493 -#, fuzzy msgid "" "`bpo-25348 `__: Added ``--pgo`` and ``--" "pgo-job`` arguments to ``PCbuild\\build.bat`` for building with Profile-" "Guided Optimization. The old ``PCbuild\\build_pgo.bat`` script is removed." msgstr "" -"`Issue #25348 `__: Added ``--pgo`` and ``--" -"pgo-job`` arguments to ``PCbuild\\build.bat`` for building with Profile-" -"Guided Optimization. The old ``PCbuild\\build_pgo.bat`` script is removed." +"`bpo-25348 `__: Added ``--pgo`` and ``--pgo-" +"job`` arguments to ``PCbuild\\build.bat`` for building with Profile-Guided " +"Optimization. The old ``PCbuild\\build_pgo.bat`` script is removed." #: ../../../Misc/NEWS:3497 ../../../Misc/NEWS:4966 -#, fuzzy msgid "" "`bpo-25827 `__: Add support for building " "with ICC to ``configure``, including a new ``--with-icc`` flag." msgstr "" -"`Issue #25827 `__: Add support for building " -"with ICC to ``configure``, including a new ``--with-icc`` flag." +"`bpo-25827 `__: Add support for building with " +"ICC to ``configure``, including a new ``--with-icc`` flag." #: ../../../Misc/NEWS:3500 ../../../Misc/NEWS:4969 -#, fuzzy msgid "" "`bpo-25696 `__: Fix installation of " "Python on UNIX with make -j9." msgstr "" -"`Issue #25696 `__: Fix installation of Python " -"on UNIX with make -j9." +"`bpo-25696 `__: Fix installation of Python on " +"UNIX with make -j9." #: ../../../Misc/NEWS:3502 ../../../Misc/NEWS:5484 -#, fuzzy msgid "" "`bpo-24986 `__: It is now possible to " "build Python on Windows without errors when external libraries are not " "available." msgstr "" -"`Issue #24986 `__: It is now possible to " -"build Python on Windows without errors when external libraries are not " -"available." +"`bpo-24986 `__: It is now possible to build " +"Python on Windows without errors when external libraries are not available." #: ../../../Misc/NEWS:3505 ../../../Misc/NEWS:4957 -#, fuzzy msgid "" "`bpo-24421 `__: Compile Modules/_math.c " "once, before building extensions. Previously it could fail to compile " "properly if the math and cmath builds were concurrent." msgstr "" -"`Issue #24421 `__: Compile Modules/_math.c " -"once, before building extensions. Previously it could fail to compile " -"properly if the math and cmath builds were concurrent." +"`bpo-24421 `__: Compile Modules/_math.c once, " +"before building extensions. Previously it could fail to compile properly if " +"the math and cmath builds were concurrent." #: ../../../Misc/NEWS:3509 -#, fuzzy msgid "" "`bpo-26465 `__: Update OS X 10.5+ 32-bit-" "only installer to build and link with OpenSSL 1.0.2g." msgstr "" -"`Issue #26465 `__: Update OS X 10.5+ 32-bit-" -"only installer to build and link with OpenSSL 1.0.2g." +"`bpo-26465 `__: Update OS X 10.5+ 32-bit-only " +"installer to build and link with OpenSSL 1.0.2g." #: ../../../Misc/NEWS:3512 ../../../Misc/NEWS:4974 -#, fuzzy msgid "" "`bpo-26268 `__: Update Windows builds to " "use OpenSSL 1.0.2f." msgstr "" -"`Issue #26268 `__: Update Windows builds to " -"use OpenSSL 1.0.2f." +"`bpo-26268 `__: Update Windows builds to use " +"OpenSSL 1.0.2f." #: ../../../Misc/NEWS:3514 ../../../Misc/NEWS:4976 -#, fuzzy msgid "" "`bpo-25136 `__: Support Apple Xcode 7's " "new textual SDK stub libraries." msgstr "" -"`Issue #25136 `__: Support Apple Xcode 7's " -"new textual SDK stub libraries." +"`bpo-25136 `__: Support Apple Xcode 7's new " +"textual SDK stub libraries." #: ../../../Misc/NEWS:3516 ../../../Misc/NEWS:4978 -#, fuzzy msgid "" "`bpo-24324 `__: Do not enable " "unreachable code warnings when using gcc as the option does not work " "correctly in older versions of gcc and has been silently removed as of " "gcc-4.5." msgstr "" -"`Issue #24324 `__: Do not enable unreachable " +"`bpo-24324 `__: Do not enable unreachable " "code warnings when using gcc as the option does not work correctly in older " "versions of gcc and has been silently removed as of gcc-4.5." #: ../../../Misc/NEWS:3523 ../../../Misc/NEWS:4985 -#, fuzzy msgid "" "`bpo-27053 `__: Updates make_zip.py to " "correctly generate library ZIP file." msgstr "" -"`Issue #27053 `__: Updates make_zip.py to " +"`bpo-27053 `__: Updates make_zip.py to " "correctly generate library ZIP file." #: ../../../Misc/NEWS:3525 ../../../Misc/NEWS:4987 -#, fuzzy msgid "" "`bpo-26268 `__: Update the prepare_ssl." "py script to handle OpenSSL releases that don't include the contents of the " "include directory (that is, 1.0.2e and later)." msgstr "" -"`Issue #26268 `__: Update the prepare_ssl.py " +"`bpo-26268 `__: Update the prepare_ssl.py " "script to handle OpenSSL releases that don't include the contents of the " "include directory (that is, 1.0.2e and later)." #: ../../../Misc/NEWS:3529 ../../../Misc/NEWS:4991 -#, fuzzy msgid "" "`bpo-26071 `__: bdist_wininst created " "binaries fail to start and find 32bit Python" msgstr "" -"`Issue #26071 `__: bdist_wininst created " +"`bpo-26071 `__: bdist_wininst created " "binaries fail to start and find 32bit Python" #: ../../../Misc/NEWS:3532 ../../../Misc/NEWS:4994 -#, fuzzy msgid "" "`bpo-26073 `__: Update the list of magic " "numbers in launcher" msgstr "" -"`Issue #26073 `__: Update the list of magic " +"`bpo-26073 `__: Update the list of magic " "numbers in launcher" #: ../../../Misc/NEWS:3534 ../../../Misc/NEWS:4996 -#, fuzzy msgid "" "`bpo-26065 `__: Excludes venv from " "library when generating embeddable distro." msgstr "" -"`Issue #26065 `__: Excludes venv from library " +"`bpo-26065 `__: Excludes venv from library " "when generating embeddable distro." #: ../../../Misc/NEWS:3537 ../../../Misc/NEWS:5523 -#, fuzzy msgid "" "`bpo-25022 `__: Removed very outdated PC/" "example_nt/ directory." msgstr "" -"`Issue #25022 `__: Removed very outdated PC/" +"`bpo-25022 `__: Removed very outdated PC/" "example_nt/ directory." #: ../../../Misc/NEWS:3542 ../../../Misc/NEWS:5002 -#, fuzzy msgid "" "`bpo-26799 `__: Fix python-gdb.py: don't " "get C types once when the Python code is loaded, but get C types on demand. " "The C types can change if python-gdb.py is loaded before the Python " "executable. Patch written by Thomas Ilsche." msgstr "" -"`Issue #26799 `__: Fix python-gdb.py: don't " -"get C types once when the Python code is loaded, but get C types on demand. " -"The C types can change if python-gdb.py is loaded before the Python " -"executable. Patch written by Thomas Ilsche." +"`bpo-26799 `__: Fix python-gdb.py: don't get " +"C types once when the Python code is loaded, but get C types on demand. The " +"C types can change if python-gdb.py is loaded before the Python executable. " +"Patch written by Thomas Ilsche." #: ../../../Misc/NEWS:3547 ../../../Misc/NEWS:5007 -#, fuzzy msgid "" "`bpo-26271 `__: Fix the Freeze tool to " "properly use flags passed through configure. Patch by Daniel Shaulov." msgstr "" -"`Issue #26271 `__: Fix the Freeze tool to " +"`bpo-26271 `__: Fix the Freeze tool to " "properly use flags passed through configure. Patch by Daniel Shaulov." #: ../../../Misc/NEWS:3550 ../../../Misc/NEWS:5010 -#, fuzzy msgid "" "`bpo-26489 `__: Add dictionary unpacking " "support to Tools/parser/unparse.py. Patch by Guo Ci Teo." msgstr "" -"`Issue #26489 `__: Add dictionary unpacking " +"`bpo-26489 `__: Add dictionary unpacking " "support to Tools/parser/unparse.py. Patch by Guo Ci Teo." #: ../../../Misc/NEWS:3553 ../../../Misc/NEWS:5013 -#, fuzzy msgid "" "`bpo-26316 `__: Fix variable name typo " "in Argument Clinic." msgstr "" -"`Issue #26316 `__: Fix variable name typo in " +"`bpo-26316 `__: Fix variable name typo in " "Argument Clinic." #: ../../../Misc/NEWS:3555 ../../../Misc/NEWS:5528 -#, fuzzy msgid "" "`bpo-25440 `__: Fix output of python-" "config --extension-suffix." msgstr "" -"`Issue #25440 `__: Fix output of python-" -"config --extension-suffix." +"`bpo-25440 `__: Fix output of python-config --" +"extension-suffix." #: ../../../Misc/NEWS:3557 -#, fuzzy msgid "" "`bpo-25154 `__: The pyvenv script has " "been deprecated in favour of `python3 -m venv`." msgstr "" -"`Issue #25154 `__: The pyvenv script has been " +"`bpo-25154 `__: The pyvenv script has been " "deprecated in favour of `python3 -m venv`." #: ../../../Misc/NEWS:3563 -#, fuzzy msgid "" "`bpo-26312 `__: SystemError is now " "raised in all programming bugs with using PyArg_ParseTupleAndKeywords(). " "RuntimeError did raised before in some programming bugs." msgstr "" -"`Issue #26312 `__: SystemError is now raised " -"in all programming bugs with using PyArg_ParseTupleAndKeywords(). " -"RuntimeError did raised before in some programming bugs." +"`bpo-26312 `__: SystemError is now raised in " +"all programming bugs with using PyArg_ParseTupleAndKeywords(). RuntimeError " +"did raised before in some programming bugs." #: ../../../Misc/NEWS:3567 -#, fuzzy msgid "" "`bpo-26198 `__: ValueError is now raised " "instead of TypeError on buffer overflow in parsing \"es#\" and \"et#\" " "format units. SystemError is now raised instead of TypeError on " "programmical error in parsing format string." msgstr "" -"`Issue #26198 `__: ValueError is now raised " +"`bpo-26198 `__: ValueError is now raised " "instead of TypeError on buffer overflow in parsing \"es#\" and \"et#\" " "format units. SystemError is now raised instead of TypeError on " "programmical error in parsing format string." @@ -10537,12 +9686,11 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:3646 -#, fuzzy msgid "" "`bpo-28203 `__: Fix incorrect type in " "error message from ``complex(1.0, {2:3})``. Patch by Soumya Sharma." msgstr "" -"`Issue #28203 `__: Fix incorrect type in " +"`bpo-28203 `__: Fix incorrect type in " "complex(1.0, {2:3}) error message. Patch by Soumya Sharma." #: ../../../Misc/NEWS:3661 @@ -10564,14 +9712,13 @@ msgstr "" "icons for Idle window title bars. Patch mostly by Serhiy Storchaka." #: ../../../Misc/NEWS:3692 -#, fuzzy msgid "" "`bpo-27419 `__: Standard __import__() no " "longer look up \"__import__\" in globals or builtins for importing " "submodules or \"from import\". Fixed handling an error of non-string " "package name." msgstr "" -"`Issue #27419 `__: Standard __import__() no " +"`bpo-27419 `__: Standard __import__() no " "longer look up \"__import__\" in globals or builtins for importing " "submodules or \"from import\". Fixed a crash if raise a warning about " "unabling to resolve package from __spec__ or __package__." @@ -10597,13 +9744,12 @@ msgstr "" "directories) in ZIP file." #: ../../../Misc/NEWS:3835 -#, fuzzy msgid "" "`bpo-27611 `__: Fixed support of default " "root window in the tkinter.tix module." msgstr "" -"`Issue #27611 `__: Fixed support of default " -"root window in the tkinter.tix module. Added the master parameter in the " +"`bpo-27611 `__: Fixed support of default root " +"window in the tkinter.tix module. Added the master parameter in the " "DisplayStyle constructor." #: ../../../Misc/NEWS:3860 @@ -10614,13 +9760,12 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:3949 -#, fuzzy msgid "" "`bpo-26750 `__: unittest.mock." "create_autospec() now works properly for subclasses of property() and other " "data descriptors." msgstr "" -"`Issue #26750 `__: unittest.mock." +"`bpo-26750 `__: unittest.mock." "create_autospec() now works properly for subclasses of property() and other " "data descriptors. Removes the never publicly used, never documented " "unittest.mock.DescriptorTypes tuple." @@ -10635,14 +9780,13 @@ msgstr "" "astimezone() method." #: ../../../Misc/NEWS:3995 -#, fuzzy msgid "" "`bpo-22115 `__: Fixed tracing Tkinter " "variables: trace_vdelete() with wrong mode no longer break tracing, " "trace_vinfo() now always returns a list of pairs of strings, tracing in the " "\"u\" mode now works." msgstr "" -"`Issue #22115 `__: Added methods trace_add, " +"`bpo-22115 `__: Added methods trace_add, " "trace_remove and trace_info in the tkinter.Variable class. They replace old " "methods trace_variable, trace, trace_vdelete and trace_vinfo that use " "obsolete Tcl commands and might not work in future versions of Tcl. Fixed " @@ -10682,13 +9826,12 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:4146 -#, fuzzy msgid "" "`bpo-26754 `__: PyUnicode_FSDecoder() " "accepted a filename argument encoded as an iterable of integers. Now only " "strings and bytes-like objects are accepted." msgstr "" -"`Issue #26754 `__: PyUnicode_FSDecoder() " +"`bpo-26754 `__: PyUnicode_FSDecoder() " "accepted a filename argument encoded as an iterable of integers. Now only " "strings and byte-like objects are accepted." @@ -10702,13 +9845,12 @@ msgstr "" "of command line arguments." #: ../../../Misc/NEWS:4199 -#, fuzzy msgid "" "`bpo-27309 `__: Enabled proper Windows " "styles in python[w].exe manifest." msgstr "" -"`Issue #27309 `__: Enables proper Windows " -"styles in python[w].exe manifest." +"`bpo-27309 `__: Enables proper Windows styles " +"in python[w].exe manifest." #: ../../../Misc/NEWS:4239 #, fuzzy @@ -10720,14 +9862,13 @@ msgstr "" "optimizations flag to turn on LTO and PGO build support when available." #: ../../../Misc/NEWS:4244 -#, fuzzy msgid "" "`bpo-25825 `__: Correct the references " "to Modules/python.exp and ld_so_aix, which are required on AIX. This " "updates references to an installation path that was changed in 3.2a4, and " "undoes changed references to the build tree that were made in 3.5.0a1." msgstr "" -"`Issue #25825 `__: Correct the references to " +"`bpo-25825 `__: Correct the references to " "Modules/python.exp, which is required on AIX. The references were " "accidentally changed in 3.5.0a1." @@ -10748,13 +9889,12 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:4284 -#, fuzzy msgid "" "`bpo-27365 `__: Allow non-ascii in " "idlelib/NEWS.txt - minimal part for 3.5.2." msgstr "" -"`Issue #27365 `__: Allow non-ascii chars in " -"IDLE NEWS.txt, for contributor names." +"`bpo-27365 `__: Allow non-ascii chars in IDLE " +"NEWS.txt, for contributor names." #: ../../../Misc/NEWS:4288 #, fuzzy @@ -10767,13 +9907,12 @@ msgid "Release date: 2016-06-12" msgstr "Date de sortie : 2014-02-10" #: ../../../Misc/NEWS:4306 -#, fuzzy msgid "" "`bpo-27039 `__: Fixed bytearray.remove() " "for values greater than 127. Patch by Joe Jevnik." msgstr "" -"`Issue #27039 `__: Fixed bytearray.remove() " -"for values greater than 127. Based on patch by Joe Jevnik." +"`bpo-27039 `__: Fixed bytearray.remove() for " +"values greater than 127. Based on patch by Joe Jevnik." #: ../../../Misc/NEWS:4361 msgid "" @@ -10783,7 +9922,6 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:4365 -#, fuzzy msgid "" "`bpo-25843 `__: When compiling code, " "don't merge constants if they are equal but have a different types. For " @@ -10791,7 +9929,7 @@ msgid "" "two different functions: ``f1()`` returns ``1`` (``int``) and ``f2()`` " "returns ``1.0`` (``int``), even if ``1`` and ``1.0`` are equal." msgstr "" -"`Issue #25843 `__: When compiling code, don't " +"`bpo-25843 `__: When compiling code, don't " "merge constants if they are equal but have a different types. For example, " "``f1, f2 = lambda: 1, lambda: 1.0`` is now correctly compiled to two " "different functions: ``f1()`` returns ``1`` (``int``) and ``f2()`` returns " @@ -10804,37 +9942,34 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:4600 -#, fuzzy msgid "" "`bpo-21925 `__: :func:`warnings." "formatwarning` now catches exceptions on ``linecache.getline(...)`` to be " "able to log :exc:`ResourceWarning` emitted late during the Python shutdown " "process." msgstr "" -"`Issue #21925 `__: :func:`warnings." +"`bpo-21925 `__: :func:`warnings." "formatwarning` now catches exceptions when calling :func:`linecache.getline` " "and :func:`tracemalloc.get_object_traceback` to be able to log :exc:" "`ResourceWarning` emitted late during the Python shutdown process." #: ../../../Misc/NEWS:4636 -#, fuzzy msgid "" "`bpo-15068 `__: Got rid of excessive " "buffering in the fileinput module. The bufsize parameter is no longer used." msgstr "" -"`Issue #15068 `__: Got rid of excessive " +"`bpo-15068 `__: Got rid of excessive " "buffering in fileinput. The bufsize parameter is now deprecated and ignored." #: ../../../Misc/NEWS:4665 -#, fuzzy msgid "" "`bpo-26367 `__: importlib.__import__() " "raises SystemError like builtins.__import__() when ``level`` is specified " "but without an accompanying package specified." msgstr "" -"`Issue #26367 `__: importlib.__import__() " -"raises ImportError like builtins.__import__() when ``level`` is specified " -"but without an accompanying package specified." +"`bpo-26367 `__: importlib.__import__() raises " +"ImportError like builtins.__import__() when ``level`` is specified but " +"without an accompanying package specified." #: ../../../Misc/NEWS:4718 #, fuzzy @@ -10846,13 +9981,12 @@ msgstr "" "namespace packages." #: ../../../Misc/NEWS:4738 -#, fuzzy msgid "" "`bpo-25447 `__: Copying the lru_cache() " "wrapper object now always works, independedly from the type of the wrapped " "object (by returning the original object unchanged)." msgstr "" -"`Issue #25447 `__: Copying the lru_cache() " +"`bpo-25447 `__: Copying the lru_cache() " "wrapper object now always works, independently from the type of the wrapped " "object (by returning the original object unchanged)." @@ -10890,38 +10024,35 @@ msgstr "" "__all__ list in the glob module." #: ../../../Misc/NEWS:4914 -#, fuzzy msgid "" "`bpo-25940 `__: Changed test_ssl to use " "self-signed.pythontest.net. This avoids relying on svn.python.org, which " "recently changed root certificate." msgstr "" -"`Issue #25940 `__: Changed test_ssl to use " -"its internal local server more. This avoids relying on svn.python.org, " -"which recently changed root certificate." +"`bpo-25940 `__: Changed test_ssl to use its " +"internal local server more. This avoids relying on svn.python.org, which " +"recently changed root certificate." #: ../../../Misc/NEWS:4937 -#, fuzzy msgid "" "`bpo-21668 `__: Link audioop, _datetime, " "_ctypes_test modules to libm, except on Mac OS X. Patch written by Xavier de " "Gaye." msgstr "" -"`Issue #21668 `__: Link audioop, _datetime, " +"`bpo-21668 `__: Link audioop, _datetime, " "_ctypes_test modules to libm, except on Mac OS X. Patch written by Chi Hsuan " "Yen." #: ../../../Misc/NEWS:4961 -#, fuzzy msgid "" "`bpo-25348 `__: Added ``--pgo`` and ``--" "pgo-job`` arguments to ``PCbuild\\build.bat`` for building with Profile-" "Guided Optimization. The old ``PCbuild\\build_pgo.bat`` script is now " "deprecated, and simply calls ``PCbuild\\build.bat --pgo %*``." msgstr "" -"`Issue #25348 `__: Added ``--pgo`` and ``--" -"pgo-job`` arguments to ``PCbuild\\build.bat`` for building with Profile-" -"Guided Optimization. The old ``PCbuild\\build_pgo.bat`` script is removed." +"`bpo-25348 `__: Added ``--pgo`` and ``--pgo-" +"job`` arguments to ``PCbuild\\build.bat`` for building with Profile-Guided " +"Optimization. The old ``PCbuild\\build_pgo.bat`` script is removed." #: ../../../Misc/NEWS:5023 msgid "Python 3.5.1 final" @@ -10932,13 +10063,12 @@ msgid "Release date: 2015-12-06" msgstr "" #: ../../../Misc/NEWS:5036 -#, fuzzy msgid "" "`bpo-25715 `__: Python 3.5.1 installer " "shows wrong upgrade path and incorrect logic for launcher detection." msgstr "" -"`Issue #25715 `__: Python 3.5.1 installer " -"shows wrong upgrade path and incorrect logic for launcher detection." +"`bpo-25715 `__: Python 3.5.1 installer shows " +"wrong upgrade path and incorrect logic for launcher detection." #: ../../../Misc/NEWS:5041 msgid "Python 3.5.1 release candidate 1" @@ -10949,127 +10079,114 @@ msgid "Release date: 2015-11-22" msgstr "" #: ../../../Misc/NEWS:5101 -#, fuzzy msgid "" "`bpo-25182 `__: The stdprinter (used as " "sys.stderr before the io module is imported at startup) now uses the " "backslashreplace error handler." msgstr "" -"`Issue #25182 `__: The stdprinter (used as " -"sys.stderr before the io module is imported at startup) now uses the " +"`bpo-25182 `__: The stdprinter (used as sys." +"stderr before the io module is imported at startup) now uses the " "backslashreplace error handler." #: ../../../Misc/NEWS:5104 -#, fuzzy msgid "" "`bpo-25131 `__: Make the line number and " "column offset of set/dict literals and comprehensions correspond to the " "opening brace." msgstr "" -"`Issue #25131 `__: Make the line number and " +"`bpo-25131 `__: Make the line number and " "column offset of set/dict literals and comprehensions correspond to the " "opening brace." #: ../../../Misc/NEWS:5107 -#, fuzzy msgid "" "`bpo-25150 `__: Hide the private " "_Py_atomic_xxx symbols from the public Python.h header to fix a compilation " "error with OpenMP. PyThreadState_GET() becomes an alias to " "PyThreadState_Get() to avoid ABI incompatibilies." msgstr "" -"`Issue #25150 `__: Hide the private " +"`bpo-25150 `__: Hide the private " "_Py_atomic_xxx symbols from the public Python.h header to fix a compilation " "error with OpenMP. PyThreadState_GET() becomes an alias to " "PyThreadState_Get() to avoid ABI incompatibilies." #: ../../../Misc/NEWS:5130 -#, fuzzy msgid "" "`bpo-25590 `__: In the Readline " "completer, only call getattr() once per attribute." msgstr "" -"`Issue #25590 `__: In the Readline completer, " +"`bpo-25590 `__: In the Readline completer, " "only call getattr() once per attribute." #: ../../../Misc/NEWS:5208 -#, fuzzy msgid "" "`bpo-24483 `__: C implementation of " "functools.lru_cache() now calculates key's hash only once." msgstr "" -"`Issue #24483 `__: C implementation of " -"functools.lru_cache() now calculates key's hash only once." +"`bpo-24483 `__: C implementation of functools." +"lru_cache() now calculates key's hash only once." #: ../../../Misc/NEWS:5211 -#, fuzzy msgid "" "`bpo-22958 `__: Constructor and update " "method of weakref.WeakValueDictionary now accept the self and the dict " "keyword arguments." msgstr "" -"`Issue #22958 `__: Constructor and update " -"method of weakref.WeakValueDictionary now accept the self and the dict " -"keyword arguments." +"`bpo-22958 `__: Constructor and update method " +"of weakref.WeakValueDictionary now accept the self and the dict keyword " +"arguments." #: ../../../Misc/NEWS:5214 -#, fuzzy msgid "" "`bpo-22609 `__: Constructor of " "collections.UserDict now accepts the self keyword argument." msgstr "" -"`Issue #22609 `__: Constructor of collections." +"`bpo-22609 `__: Constructor of collections." "UserDict now accepts the self keyword argument." #: ../../../Misc/NEWS:5217 -#, fuzzy msgid "" "`bpo-25111 `__: Fixed comparison of " "traceback.FrameSummary." msgstr "" -"`Issue #25111 `__: Fixed comparison of " -"traceback.FrameSummary." +"`bpo-25111 `__: Fixed comparison of traceback." +"FrameSummary." #: ../../../Misc/NEWS:5219 -#, fuzzy msgid "" "`bpo-25262 `__: Added support for " "BINBYTES8 opcode in Python implementation of unpickler. Highest 32 bits of " "64-bit size for BINUNICODE8 and BINBYTES8 opcodes no longer silently ignored " "on 32-bit platforms in C implementation." msgstr "" -"`Issue #25262 `__: Added support for " -"BINBYTES8 opcode in Python implementation of unpickler. Highest 32 bits of " -"64-bit size for BINUNICODE8 and BINBYTES8 opcodes no longer silently ignored " -"on 32-bit platforms in C implementation." +"`bpo-25262 `__: Added support for BINBYTES8 " +"opcode in Python implementation of unpickler. Highest 32 bits of 64-bit " +"size for BINUNICODE8 and BINBYTES8 opcodes no longer silently ignored on 32-" +"bit platforms in C implementation." #: ../../../Misc/NEWS:5223 -#, fuzzy msgid "" "`bpo-25034 `__: Fix string.Formatter " "problem with auto-numbering and nested format_specs. Patch by Anthon van der " "Neut." msgstr "" -"`Issue #25034 `__: Fix string.Formatter " -"problem with auto-numbering and nested format_specs. Patch by Anthon van der " -"Neut." +"`bpo-25034 `__: Fix string.Formatter problem " +"with auto-numbering and nested format_specs. Patch by Anthon van der Neut." #: ../../../Misc/NEWS:5226 -#, fuzzy msgid "" "`bpo-25233 `__: Rewrite the guts of " "asyncio.Queue and asyncio.Semaphore to be more understandable and correct." msgstr "" -"`Issue #25233 `__: Rewrite the guts of " -"asyncio.Queue and asyncio.Semaphore to be more understandable and correct." +"`bpo-25233 `__: Rewrite the guts of asyncio." +"Queue and asyncio.Semaphore to be more understandable and correct." #: ../../../Misc/NEWS:5235 -#, fuzzy msgid "" "`bpo-23329 `__: Allow the ssl module to " "be built with older versions of LibreSSL." msgstr "" -"`Issue #23329 `__: Allow the ssl module to be " +"`bpo-23329 `__: Allow the ssl module to be " "built with older versions of LibreSSL." #: ../../../Misc/NEWS:5238 @@ -11077,49 +10194,44 @@ msgid "Prevent overflow in _Unpickler_Read." msgstr "" #: ../../../Misc/NEWS:5240 -#, fuzzy msgid "" "`bpo-25047 `__: The XML encoding " "declaration written by Element Tree now respects the letter case given by " "the user. This restores the ability to write encoding names in uppercase " "like \"UTF-8\", which worked in Python 2." msgstr "" -"`Issue #25047 `__: The XML encoding " -"declaration written by Element Tree now respects the letter case given by " -"the user. This restores the ability to write encoding names in uppercase " -"like \"UTF-8\", which worked in Python 2." +"`bpo-25047 `__: The XML encoding declaration " +"written by Element Tree now respects the letter case given by the user. This " +"restores the ability to write encoding names in uppercase like \"UTF-8\", " +"which worked in Python 2." #: ../../../Misc/NEWS:5244 -#, fuzzy msgid "" "`bpo-25135 `__: Make deque_clear() safer " "by emptying the deque before clearing. This helps avoid possible reentrancy " "issues." msgstr "" -"`Issue #25135 `__: Make deque_clear() safer " -"by emptying the deque before clearing. This helps avoid possible reentrancy " +"`bpo-25135 `__: Make deque_clear() safer by " +"emptying the deque before clearing. This helps avoid possible reentrancy " "issues." #: ../../../Misc/NEWS:5247 -#, fuzzy msgid "" "`bpo-19143 `__: platform module now " "reads Windows version from kernel32.dll to avoid compatibility shims." msgstr "" -"`Issue #19143 `__: platform module now reads " +"`bpo-19143 `__: platform module now reads " "Windows version from kernel32.dll to avoid compatibility shims." #: ../../../Misc/NEWS:5250 -#, fuzzy msgid "" "`bpo-25092 `__: Fix datetime.strftime() " "failure when errno was already set to EINVAL." msgstr "" -"`Issue #25092 `__: Fix datetime.strftime() " +"`bpo-25092 `__: Fix datetime.strftime() " "failure when errno was already set to EINVAL." #: ../../../Misc/NEWS:5253 -#, fuzzy msgid "" "`bpo-23517 `__: Fix rounding in " "fromtimestamp() and utcfromtimestamp() methods of datetime.datetime: " @@ -11130,7 +10242,7 @@ msgid "" "timedelta(seconds=t)) == datetime.utcfromtimestamp(t). It also the rounding " "mode used by round(float) for example." msgstr "" -"`Issue #23517 `__: Fix rounding in " +"`bpo-23517 `__: Fix rounding in " "fromtimestamp() and utcfromtimestamp() methods of datetime.datetime: " "microseconds are now rounded to nearest with ties going to nearest even " "integer (ROUND_HALF_EVEN), instead of being rounding towards minus infinity " @@ -11140,38 +10252,34 @@ msgstr "" "mode used by round(float) for example." #: ../../../Misc/NEWS:5261 -#, fuzzy msgid "" "`bpo-25155 `__: Fix datetime.datetime." "now() and datetime.datetime.utcnow() on Windows to support date after year " "2038. It was a regression introduced in Python 3.5.0." msgstr "" -"`Issue #25155 `__: Fix datetime.datetime." -"now() and datetime.datetime.utcnow() on Windows to support date after year " -"2038. It was a regression introduced in Python 3.5.0." +"`bpo-25155 `__: Fix datetime.datetime.now() " +"and datetime.datetime.utcnow() on Windows to support date after year 2038. " +"It was a regression introduced in Python 3.5.0." #: ../../../Misc/NEWS:5265 -#, fuzzy msgid "" "`bpo-25108 `__: Omitted internal frames " "in traceback functions print_stack(), format_stack(), and extract_stack() " "called without arguments." msgstr "" -"`Issue #25108 `__: Omitted internal frames in " +"`bpo-25108 `__: Omitted internal frames in " "traceback functions print_stack(), format_stack(), and extract_stack() " "called without arguments." #: ../../../Misc/NEWS:5268 -#, fuzzy msgid "" "`bpo-25118 `__: Fix a regression of " "Python 3.5.0 in os.waitpid() on Windows." msgstr "" -"`Issue #25118 `__: Fix a regression of Python " +"`bpo-25118 `__: Fix a regression of Python " "3.5.0 in os.waitpid() on Windows." #: ../../../Misc/NEWS:5270 -#, fuzzy msgid "" "`bpo-24684 `__: socket.socket." "getaddrinfo() now calls PyUnicode_AsEncodedString() instead of calling the " @@ -11180,75 +10288,67 @@ msgid "" "codec is now called directly instead of calling the encode() method of the " "string." msgstr "" -"`Issue #24684 `__: socket.socket." -"getaddrinfo() now calls PyUnicode_AsEncodedString() instead of calling the " -"encode() method of the host, to handle correctly custom string with an " -"encode() method which doesn't return a byte string. The encoder of the IDNA " -"codec is now called directly instead of calling the encode() method of the " -"string." +"`bpo-24684 `__: socket.socket.getaddrinfo() " +"now calls PyUnicode_AsEncodedString() instead of calling the encode() method " +"of the host, to handle correctly custom string with an encode() method which " +"doesn't return a byte string. The encoder of the IDNA codec is now called " +"directly instead of calling the encode() method of the string." #: ../../../Misc/NEWS:5276 -#, fuzzy msgid "" "`bpo-25060 `__: Correctly compute stack " "usage of the BUILD_MAP opcode." msgstr "" -"`Issue #25060 `__: Correctly compute stack " -"usage of the BUILD_MAP opcode." +"`bpo-25060 `__: Correctly compute stack usage " +"of the BUILD_MAP opcode." #: ../../../Misc/NEWS:5278 -#, fuzzy msgid "" "`bpo-24857 `__: Comparing call_args to a " "long sequence now correctly returns a boolean result instead of raising an " "exception. Patch by A Kaptur." msgstr "" -"`Issue #24857 `__: Comparing call_args to a " -"long sequence now correctly returns a boolean result instead of raising an " +"`bpo-24857 `__: Comparing call_args to a long " +"sequence now correctly returns a boolean result instead of raising an " "exception. Patch by A Kaptur." #: ../../../Misc/NEWS:5281 -#, fuzzy msgid "" "`bpo-23144 `__: Make sure that " "HTMLParser.feed() returns all the data, even when convert_charrefs is True." msgstr "" -"`Issue #23144 `__: Make sure that HTMLParser." +"`bpo-23144 `__: Make sure that HTMLParser." "feed() returns all the data, even when convert_charrefs is True." #: ../../../Misc/NEWS:5284 -#, fuzzy msgid "" "`bpo-24982 `__: shutil.make_archive() " "with the \"zip\" format now adds entries for directories (including empty " "directories) in ZIP file." msgstr "" -"`Issue #24982 `__: shutil.make_archive() with " +"`bpo-24982 `__: shutil.make_archive() with " "the \"zip\" format now adds entries for directories (including empty " "directories) in ZIP file." #: ../../../Misc/NEWS:5287 -#, fuzzy msgid "" "`bpo-25019 `__: Fixed a crash caused by " "setting non-string key of expat parser. Based on patch by John Leitch." msgstr "" -"`Issue #25019 `__: Fixed a crash caused by " +"`bpo-25019 `__: Fixed a crash caused by " "setting non-string key of expat parser. Based on patch by John Leitch." #: ../../../Misc/NEWS:5290 -#, fuzzy msgid "" "`bpo-16180 `__: Exit pdb if file has " "syntax error, instead of trapping user in an infinite loop. Patch by Xavier " "de Gaye." msgstr "" -"`Issue #16180 `__: Exit pdb if file has " -"syntax error, instead of trapping user in an infinite loop. Patch by Xavier " -"de Gaye." +"`bpo-16180 `__: Exit pdb if file has syntax " +"error, instead of trapping user in an infinite loop. Patch by Xavier de " +"Gaye." #: ../../../Misc/NEWS:5293 -#, fuzzy msgid "" "`bpo-24891 `__: Fix a race condition at " "Python startup if the file descriptor of stdin (0), stdout (1) or stderr (2) " @@ -11257,7 +10357,7 @@ msgid "" "failed, instead of raising an OSError exception. Initial patch written by " "Marco Paolini." msgstr "" -"`Issue #24891 `__: Fix a race condition at " +"`bpo-24891 `__: Fix a race condition at " "Python startup if the file descriptor of stdin (0), stdout (1) or stderr (2) " "is closed while Python is creating sys.stdin, sys.stdout and sys.stderr " "objects. These attributes are now set to None if the creation of the object " @@ -11265,90 +10365,80 @@ msgstr "" "Marco Paolini." #: ../../../Misc/NEWS:5299 -#, fuzzy msgid "" "`bpo-24992 `__: Fix error handling and a " "race condition (related to garbage collection) in collections.OrderedDict " "constructor." msgstr "" -"`Issue #24992 `__: Fix error handling and a " -"race condition (related to garbage collection) in collections.OrderedDict " +"`bpo-24992 `__: Fix error handling and a race " +"condition (related to garbage collection) in collections.OrderedDict " "constructor." #: ../../../Misc/NEWS:5302 -#, fuzzy msgid "" "`bpo-24881 `__: Fixed setting binary " "mode in Python implementation of FileIO on Windows and Cygwin. Patch from " "Akira Li." msgstr "" -"`Issue #24881 `__: Fixed setting binary mode " -"in Python implementation of FileIO on Windows and Cygwin. Patch from Akira " -"Li." +"`bpo-24881 `__: Fixed setting binary mode in " +"Python implementation of FileIO on Windows and Cygwin. Patch from Akira Li." #: ../../../Misc/NEWS:5318 -#, fuzzy msgid "" "`bpo-21112 `__: Fix regression in " "unittest.expectedFailure on subclasses. Patch from Berker Peksag." msgstr "" -"`Issue #21112 `__: Fix regression in unittest." +"`bpo-21112 `__: Fix regression in unittest." "expectedFailure on subclasses. Patch from Berker Peksag." #: ../../../Misc/NEWS:5321 -#, fuzzy msgid "" "`bpo-24764 `__: cgi.FieldStorage." "read_multi() now ignores the Content-Length header in part headers. Patch " "written by Peter Landry and reviewed by Pierre Quentel." msgstr "" -"`Issue #24764 `__: cgi.FieldStorage." -"read_multi() now ignores the Content-Length header in part headers. Patch " -"written by Peter Landry and reviewed by Pierre Quentel." +"`bpo-24764 `__: cgi.FieldStorage.read_multi() " +"now ignores the Content-Length header in part headers. Patch written by " +"Peter Landry and reviewed by Pierre Quentel." #: ../../../Misc/NEWS:5325 ../../../Misc/NEWS:5591 -#, fuzzy msgid "" "`bpo-24913 `__: Fix overrun error in " "deque.index(). Found by John Leitch and Bryce Darling." msgstr "" -"`Issue #24913 `__: Fix overrun error in deque." +"`bpo-24913 `__: Fix overrun error in deque." "index(). Found by John Leitch and Bryce Darling." #: ../../../Misc/NEWS:5328 -#, fuzzy msgid "" "`bpo-24774 `__: Fix docstring in http." "server.test. Patch from Chiu-Hsiang Hsu." msgstr "" -"`Issue #24774 `__: Fix docstring in http." -"server.test. Patch from Chiu-Hsiang Hsu." +"`bpo-24774 `__: Fix docstring in http.server." +"test. Patch from Chiu-Hsiang Hsu." #: ../../../Misc/NEWS:5330 -#, fuzzy msgid "" "`bpo-21159 `__: Improve message in " "configparser.InterpolationMissingOptionError. Patch from Łukasz Langa." msgstr "" -"`Issue #21159 `__: Improve message in " +"`bpo-21159 `__: Improve message in " "configparser.InterpolationMissingOptionError. Patch from �?ukasz Langa." #: ../../../Misc/NEWS:5333 -#, fuzzy msgid "" "`bpo-20362 `__: Honour TestCase." "longMessage correctly in assertRegex. Patch from Ilia Kurenkov." msgstr "" -"`Issue #20362 `__: Honour TestCase." -"longMessage correctly in assertRegex. Patch from Ilia Kurenkov." +"`bpo-20362 `__: Honour TestCase.longMessage " +"correctly in assertRegex. Patch from Ilia Kurenkov." #: ../../../Misc/NEWS:5336 -#, fuzzy msgid "" "`bpo-23572 `__: Fixed functools." "singledispatch on classes with falsy metaclasses. Patch by Ethan Furman." msgstr "" -"`Issue #23572 `__: Fixed functools." +"`bpo-23572 `__: Fixed functools." "singledispatch on classes with falsy metaclasses. Patch by Ethan Furman." #: ../../../Misc/NEWS:5339 @@ -11356,7 +10446,6 @@ msgid "asyncio: ensure_future() now accepts awaitable objects." msgstr "" #: ../../../Misc/NEWS:5428 -#, fuzzy msgid "" "`bpo-16893 `__: Replace help.txt with " "help.html for Idle doc display. The new idlelib/help.html is rstripped Doc/" @@ -11365,7 +10454,7 @@ msgid "" "was written by Mark Roseman. The now unused EditorWindow.HelpDialog class " "and helt.txt file are deprecated." msgstr "" -"`Issue #16893 `__: Replace help.txt with help." +"`bpo-16893 `__: Replace help.txt with help." "html for Idle doc display. The new idlelib/help.html is rstripped Doc/build/" "html/library/idle.html. It looks better than help.txt and will better " "document Idle as released. The tkinter html viewer that works for this file " @@ -11373,7 +10462,6 @@ msgstr "" "and helt.txt file are deprecated." #: ../../../Misc/NEWS:5444 -#, fuzzy msgid "" "`bpo-12067 `__: Rewrite Comparisons " "section in the Expressions chapter of the language reference. Some of the " @@ -11382,195 +10470,175 @@ msgid "" "details of comparing range() objects, and default behaviour and consistency " "suggestions for user-defined classes. Patch from Andy Maier." msgstr "" -"`Issue #12067 `__: Rewrite Comparisons " -"section in the Expressions chapter of the language reference. Some of the " -"details of comparing mixed types were incorrect or ambiguous. NotImplemented " -"is only relevant at a lower level than the Expressions chapter. Added " -"details of comparing range() objects, and default behaviour and consistency " -"suggestions for user-defined classes. Patch from Andy Maier." +"`bpo-12067 `__: Rewrite Comparisons section " +"in the Expressions chapter of the language reference. Some of the details of " +"comparing mixed types were incorrect or ambiguous. NotImplemented is only " +"relevant at a lower level than the Expressions chapter. Added details of " +"comparing range() objects, and default behaviour and consistency suggestions " +"for user-defined classes. Patch from Andy Maier." #: ../../../Misc/NEWS:5454 -#, fuzzy msgid "" "`bpo-23725 `__: Overhaul tempfile docs. " "Note deprecated status of mktemp. Patch from Zbigniew Jędrzejewski-Szmek." msgstr "" -"`Issue #23725 `__: Overhaul tempfile docs. " -"Note deprecated status of mktemp. Patch from Zbigniew Jędrzejewski-Szmek." +"`bpo-23725 `__: Overhaul tempfile docs. Note " +"deprecated status of mktemp. Patch from Zbigniew Jędrzejewski-Szmek." #: ../../../Misc/NEWS:5457 -#, fuzzy msgid "" "`bpo-24808 `__: Update the types of some " "PyTypeObject fields. Patch by Joseph Weston." msgstr "" -"`Issue #24808 `__: Update the types of some " +"`bpo-24808 `__: Update the types of some " "PyTypeObject fields. Patch by Joseph Weston." #: ../../../Misc/NEWS:5460 -#, fuzzy msgid "" "`bpo-22812 `__: Fix unittest discovery " "examples. Patch from Pam McA'Nulty." msgstr "" -"`Issue #22812 `__: Fix unittest discovery " +"`bpo-22812 `__: Fix unittest discovery " "examples. Patch from Pam McA'Nulty." #: ../../../Misc/NEWS:5468 -#, fuzzy msgid "" "`bpo-25099 `__: Make test_compileall not " "fail when an entry on sys.path cannot be written to (commonly seen in " "administrative installs on Windows)." msgstr "" -"`Issue #25099 `__: Make test_compileall not " -"fail when an entry on sys.path cannot be written to (commonly seen in " +"`bpo-25099 `__: Make test_compileall not fail " +"when an entry on sys.path cannot be written to (commonly seen in " "administrative installs on Windows)." #: ../../../Misc/NEWS:5471 -#, fuzzy msgid "" "`bpo-23919 `__: Prevents assert dialogs " "appearing in the test suite." msgstr "" -"`Issue #23919 `__: Prevents assert dialogs " +"`bpo-23919 `__: Prevents assert dialogs " "appearing in the test suite." #: ../../../Misc/NEWS:5479 -#, fuzzy msgid "" "`bpo-24915 `__: Add LLVM support for PGO " "builds and use the test suite to generate the profile data. Initial patch by " "Alecsandru Patrascu of Intel." msgstr "" -"`Issue #24915 `__: Add LLVM support for PGO " +"`bpo-24915 `__: Add LLVM support for PGO " "builds and use the test suite to generate the profile data. Initial patch by " "Alecsandru Patrascu of Intel." #: ../../../Misc/NEWS:5482 -#, fuzzy msgid "" "`bpo-24910 `__: Windows MSIs now have " "unique display names." msgstr "" -"`Issue #24910 `__: Windows MSIs now have " -"unique display names." +"`bpo-24910 `__: Windows MSIs now have unique " +"display names." #: ../../../Misc/NEWS:5490 -#, fuzzy msgid "" "`bpo-25450 `__: Updates shortcuts to " "start Python in installation directory." msgstr "" -"`Issue #25450 `__: Updates shortcuts to start " +"`bpo-25450 `__: Updates shortcuts to start " "Python in installation directory." #: ../../../Misc/NEWS:5492 -#, fuzzy msgid "" "`bpo-25164 `__: Changes default all-" "users install directory to match per-user directory." msgstr "" -"`Issue #25164 `__: Changes default all-users " +"`bpo-25164 `__: Changes default all-users " "install directory to match per-user directory." #: ../../../Misc/NEWS:5495 -#, fuzzy msgid "" "`bpo-25143 `__: Improves installer error " "messages for unsupported platforms." msgstr "" -"`Issue #25143 `__: Improves installer error " +"`bpo-25143 `__: Improves installer error " "messages for unsupported platforms." #: ../../../Misc/NEWS:5497 -#, fuzzy msgid "" "`bpo-25163 `__: Display correct " "directory in installer when using non-default settings." msgstr "" -"`Issue #25163 `__: Display correct directory " -"in installer when using non-default settings." +"`bpo-25163 `__: Display correct directory in " +"installer when using non-default settings." #: ../../../Misc/NEWS:5500 -#, fuzzy msgid "" "`bpo-25361 `__: Disables use of SSE2 " "instructions in Windows 32-bit build" msgstr "" -"`Issue #25361 `__: Disables use of SSE2 " +"`bpo-25361 `__: Disables use of SSE2 " "instructions in Windows 32-bit build" #: ../../../Misc/NEWS:5502 -#, fuzzy msgid "" "`bpo-25089 `__: Adds logging to " "installer for case where launcher is not selected on upgrade." msgstr "" -"`Issue #25089 `__: Adds logging to installer " -"for case where launcher is not selected on upgrade." +"`bpo-25089 `__: Adds logging to installer for " +"case where launcher is not selected on upgrade." #: ../../../Misc/NEWS:5505 -#, fuzzy msgid "" "`bpo-25165 `__: Windows uninstallation " "should not remove launcher if other versions remain" msgstr "" -"`Issue #25165 `__: Windows uninstallation " -"should not remove launcher if other versions remain" +"`bpo-25165 `__: Windows uninstallation should " +"not remove launcher if other versions remain" #: ../../../Misc/NEWS:5508 -#, fuzzy msgid "" "`bpo-25112 `__: py.exe launcher is " "missing icons" msgstr "" -"`Issue #25112 `__: py.exe launcher is missing " +"`bpo-25112 `__: py.exe launcher is missing " "icons" #: ../../../Misc/NEWS:5510 -#, fuzzy msgid "" "`bpo-25102 `__: Windows installer does " "not precompile for -O or -OO." msgstr "" -"`Issue #25102 `__: Windows installer does not " +"`bpo-25102 `__: Windows installer does not " "precompile for -O or -OO." #: ../../../Misc/NEWS:5512 -#, fuzzy msgid "" "`bpo-25081 `__: Makes Back button in " "installer go back to upgrade page when upgrading." msgstr "" -"`Issue #25081 `__: Makes Back button in " +"`bpo-25081 `__: Makes Back button in " "installer go back to upgrade page when upgrading." #: ../../../Misc/NEWS:5515 -#, fuzzy msgid "" "`bpo-25091 `__: Increases font size of " "the installer." msgstr "" -"`Issue #25091 `__: Increases font size of the " +"`bpo-25091 `__: Increases font size of the " "installer." #: ../../../Misc/NEWS:5517 -#, fuzzy msgid "" "`bpo-25126 `__: Clarifies that the non-" "web installer will download some components." msgstr "" -"`Issue #25126 `__: Clarifies that the non-web " +"`bpo-25126 `__: Clarifies that the non-web " "installer will download some components." #: ../../../Misc/NEWS:5520 -#, fuzzy msgid "" "`bpo-25213 `__: Restores " "requestedExecutionLevel to manifest to disable UAC virtualization." msgstr "" -"`Issue #25213 `__: Restores " +"`bpo-25213 `__: Restores " "requestedExecutionLevel to manifest to disable UAC virtualization." #: ../../../Misc/NEWS:5532 @@ -11582,13 +10650,12 @@ msgid "Release date: 2015-09-13" msgstr "" #: ../../../Misc/NEWS:5539 -#, fuzzy msgid "" "`bpo-25071 `__: Windows installer should " "not require TargetDir parameter when installing quietly." msgstr "" -"`Issue #25071 `__: Windows installer should " -"not require TargetDir parameter when installing quietly." +"`bpo-25071 `__: Windows installer should not " +"require TargetDir parameter when installing quietly." #: ../../../Misc/NEWS:5544 msgid "Python 3.5.0 release candidate 4" @@ -11599,22 +10666,20 @@ msgid "Release date: 2015-09-09" msgstr "Date de sortie : 2015-09-09" #: ../../../Misc/NEWS:5551 -#, fuzzy msgid "" "`bpo-25029 `__: Fixes MemoryError in " "test_strptime." msgstr "" -"`Issue #25029 `__: Fixes MemoryError in " +"`bpo-25029 `__: Fixes MemoryError in " "test_strptime." #: ../../../Misc/NEWS:5556 -#, fuzzy msgid "" "`bpo-25027 `__: Reverts partial-static " "build options and adds vcruntime140.dll to Windows installation." msgstr "" -"`Issue #25027 `__: Reverts partial-static " -"build options and adds vcruntime140.dll to Windows installation." +"`bpo-25027 `__: Reverts partial-static build " +"options and adds vcruntime140.dll to Windows installation." #: ../../../Misc/NEWS:5561 msgid "Python 3.5.0 release candidate 3" @@ -11625,73 +10690,66 @@ msgid "Release date: 2015-09-07" msgstr "Date de sortie : 2015-09-07" #: ../../../Misc/NEWS:5568 -#, fuzzy msgid "" "`bpo-24305 `__: Prevent import subsystem " "stack frames from being counted by the warnings.warn(stacklevel=) parameter." msgstr "" -"`Issue #24305 `__: Prevent import subsystem " +"`bpo-24305 `__: Prevent import subsystem " "stack frames from being counted by the warnings.warn(stacklevel=) parameter." #: ../../../Misc/NEWS:5571 -#, fuzzy msgid "" "`bpo-24912 `__: Prevent __class__ " "assignment to immutable built-in objects." msgstr "" -"`Issue #24912 `__: Prevent __class__ " -"assignment to immutable built-in objects." +"`bpo-24912 `__: Prevent __class__ assignment " +"to immutable built-in objects." #: ../../../Misc/NEWS:5573 -#, fuzzy msgid "" "`bpo-24975 `__: Fix AST compilation for " "PEP 448 syntax." msgstr "" -"`Issue #24975 `__: Fix AST compilation for " -"PEP 448 syntax." +"`bpo-24975 `__: Fix AST compilation for PEP " +"448 syntax." #: ../../../Misc/NEWS:5578 -#, fuzzy msgid "" "`bpo-24917 `__: time_strftime() buffer " "over-read." msgstr "" -"`Issue #24917 `__: time_strftime() buffer " -"over-read." +"`bpo-24917 `__: time_strftime() buffer over-" +"read." #: ../../../Misc/NEWS:5580 -#, fuzzy msgid "" "`bpo-24748 `__: To resolve a " "compatibility problem found with py2exe and pywin32, imp.load_dynamic() once " "again ignores previously loaded modules to support Python modules replacing " "themselves with extension modules. Patch by Petr Viktorin." msgstr "" -"`Issue #24748 `__: To resolve a compatibility " +"`bpo-24748 `__: To resolve a compatibility " "problem found with py2exe and pywin32, imp.load_dynamic() once again ignores " "previously loaded modules to support Python modules replacing themselves " "with extension modules. Patch by Petr Viktorin." #: ../../../Misc/NEWS:5585 -#, fuzzy msgid "" "`bpo-24635 `__: Fixed a bug in typing.py " "where isinstance([], typing.Iterable) would return True once, then False on " "subsequent calls." msgstr "" -"`Issue #24635 `__: Fixed a bug in typing.py " +"`bpo-24635 `__: Fixed a bug in typing.py " "where isinstance([], typing.Iterable) would return True once, then False on " "subsequent calls." #: ../../../Misc/NEWS:5588 -#, fuzzy msgid "" "`bpo-24989 `__: Fixed buffer overread in " "BytesIO.readline() if a position is set beyond size. Based on patch by John " "Leitch." msgstr "" -"`Issue #24989 `__: Fixed buffer overread in " +"`bpo-24989 `__: Fixed buffer overread in " "BytesIO.readline() if a position is set beyond size. Based on patch by John " "Leitch." @@ -11704,61 +10762,55 @@ msgid "Release date: 2015-08-25" msgstr "" #: ../../../Misc/NEWS:5603 -#, fuzzy msgid "" "`bpo-24769 `__: Interpreter now starts " "properly when dynamic loading is disabled. Patch by Petr Viktorin." msgstr "" -"`Issue #24769 `__: Interpreter now starts " +"`bpo-24769 `__: Interpreter now starts " "properly when dynamic loading is disabled. Patch by Petr Viktorin." #: ../../../Misc/NEWS:5606 -#, fuzzy msgid "" "`bpo-21167 `__: NAN operations are now " "handled correctly when python is compiled with ICC even if -fp-model strict " "is not specified." msgstr "" -"`Issue #21167 `__: NAN operations are now " +"`bpo-21167 `__: NAN operations are now " "handled correctly when python is compiled with ICC even if -fp-model strict " "is not specified." #: ../../../Misc/NEWS:5609 -#, fuzzy msgid "" "`bpo-24492 `__: A \"package\" lacking a " "__name__ attribute when trying to perform a ``from .. import ...`` statement " "will trigger an ImportError instead of an AttributeError." msgstr "" -"`Issue #24492 `__: A \"package\" lacking a " +"`bpo-24492 `__: A \"package\" lacking a " "__name__ attribute when trying to perform a ``from .. import ...`` statement " "will trigger an ImportError instead of an AttributeError." #: ../../../Misc/NEWS:5616 -#, fuzzy msgid "" "`bpo-24847 `__: Removes vcruntime140.dll " "dependency from Tcl/Tk." msgstr "" -"`Issue #24847 `__: Removes vcruntime140.dll " +"`bpo-24847 `__: Removes vcruntime140.dll " "dependency from Tcl/Tk." #: ../../../Misc/NEWS:5618 -#, fuzzy msgid "" "`bpo-24839 `__: platform._syscmd_ver " "raises DeprecationWarning" msgstr "" -"`Issue #24839 `__: platform._syscmd_ver " -"raises DeprecationWarning" +"`bpo-24839 `__: platform._syscmd_ver raises " +"DeprecationWarning" #: ../../../Misc/NEWS:5620 -#, fuzzy msgid "" "`bpo-24867 `__: Fix Task.get_stack() for " "'async def' coroutines" msgstr "" -"`Issue #24867 `__: Fix Task.get_stack() for " +"`bpo-24867 `__: Fix Task.get_stack() for " "'async def' coroutines" #: ../../../Misc/NEWS:5624 @@ -11770,164 +10822,146 @@ msgid "Release date: 2015-08-09" msgstr "" #: ../../../Misc/NEWS:5631 -#, fuzzy msgid "" "`bpo-24667 `__: Resize odict in all " "cases that the underlying dict resizes." msgstr "" -"`Issue #24667 `__: Resize odict in all cases " +"`bpo-24667 `__: Resize odict in all cases " "that the underlying dict resizes." #: ../../../Misc/NEWS:5636 -#, fuzzy msgid "" "`bpo-24824 `__: Signatures of codecs." "encode() and codecs.decode() now are compatible with pydoc." msgstr "" -"`Issue #24824 `__: Signatures of codecs." -"encode() and codecs.decode() now are compatible with pydoc." +"`bpo-24824 `__: Signatures of codecs.encode() " +"and codecs.decode() now are compatible with pydoc." #: ../../../Misc/NEWS:5639 -#, fuzzy msgid "" "`bpo-24634 `__: Importing uuid should " "not try to load libc on Windows" msgstr "" -"`Issue #24634 `__: Importing uuid should not " -"try to load libc on Windows" +"`bpo-24634 `__: Importing uuid should not try " +"to load libc on Windows" #: ../../../Misc/NEWS:5641 -#, fuzzy msgid "" "`bpo-24798 `__: _msvccompiler.py doesn't " "properly support manifests" msgstr "" -"`Issue #24798 `__: _msvccompiler.py doesn't " +"`bpo-24798 `__: _msvccompiler.py doesn't " "properly support manifests" #: ../../../Misc/NEWS:5643 -#, fuzzy msgid "" "`bpo-4395 `__: Better testing and " "documentation of binary operators. Patch by Martin Panter." msgstr "" -"`Issue #4395 `__: Better testing and " +"`bpo-4395 `__: Better testing and " "documentation of binary operators. Patch by Martin Panter." #: ../../../Misc/NEWS:5646 -#, fuzzy msgid "" "`bpo-23973 `__: Update typing.py from " "GitHub repo." msgstr "" -"`Issue #23973 `__: Update typing.py from " -"GitHub repo." +"`bpo-23973 `__: Update typing.py from GitHub " +"repo." #: ../../../Misc/NEWS:5648 -#, fuzzy msgid "" "`bpo-23004 `__: mock_open() now reads " "binary data correctly when the type of read_data is bytes. Initial patch by " "Aaron Hill." msgstr "" -"`Issue #23004 `__: mock_open() now reads " -"binary data correctly when the type of read_data is bytes. Initial patch by " -"Aaron Hill." +"`bpo-23004 `__: mock_open() now reads binary " +"data correctly when the type of read_data is bytes. Initial patch by Aaron " +"Hill." #: ../../../Misc/NEWS:5651 -#, fuzzy msgid "" "`bpo-23888 `__: Handle fractional time " "in cookie expiry. Patch by ssh." msgstr "" -"`Issue #23888 `__: Handle fractional time in " +"`bpo-23888 `__: Handle fractional time in " "cookie expiry. Patch by ssh." #: ../../../Misc/NEWS:5653 -#, fuzzy msgid "" "`bpo-23652 `__: Make it possible to " "compile the select module against the libc headers from the Linux Standard " "Base, which do not include some EPOLL macros. Patch by Matt Frank." msgstr "" -"`Issue #23652 `__: Make it possible to " -"compile the select module against the libc headers from the Linux Standard " -"Base, which do not include some EPOLL macros. Patch by Matt Frank." +"`bpo-23652 `__: Make it possible to compile " +"the select module against the libc headers from the Linux Standard Base, " +"which do not include some EPOLL macros. Patch by Matt Frank." #: ../../../Misc/NEWS:5657 -#, fuzzy msgid "" "`bpo-22932 `__: Fix timezones in email." "utils.formatdate. Patch from Dmitry Shachnev." msgstr "" -"`Issue #22932 `__: Fix timezones in email." -"utils.formatdate. Patch from Dmitry Shachnev." +"`bpo-22932 `__: Fix timezones in email.utils." +"formatdate. Patch from Dmitry Shachnev." #: ../../../Misc/NEWS:5660 -#, fuzzy msgid "" "`bpo-23779 `__: imaplib raises TypeError " "if authenticator tries to abort. Patch from Craig Holmquist." msgstr "" -"`Issue #23779 `__: imaplib raises TypeError " -"if authenticator tries to abort. Patch from Craig Holmquist." +"`bpo-23779 `__: imaplib raises TypeError if " +"authenticator tries to abort. Patch from Craig Holmquist." #: ../../../Misc/NEWS:5663 -#, fuzzy msgid "" "`bpo-23319 `__: Fix ctypes." "BigEndianStructure, swap correctly bytes. Patch written by Matthieu Gautier." msgstr "" -"`Issue #23319 `__: Fix ctypes." +"`bpo-23319 `__: Fix ctypes." "BigEndianStructure, swap correctly bytes. Patch written by Matthieu Gautier." #: ../../../Misc/NEWS:5666 -#, fuzzy msgid "" "`bpo-23254 `__: Document how to close " "the TCPServer listening socket. Patch from Martin Panter." msgstr "" -"`Issue #23254 `__: Document how to close the " +"`bpo-23254 `__: Document how to close the " "TCPServer listening socket. Patch from Martin Panter." #: ../../../Misc/NEWS:5669 -#, fuzzy msgid "" "`bpo-19450 `__: Update Windows and OS X " "installer builds to use SQLite 3.8.11." msgstr "" -"`Issue #19450 `__: Update Windows and OS X " +"`bpo-19450 `__: Update Windows and OS X " "installer builds to use SQLite 3.8.11." #: ../../../Misc/NEWS:5671 -#, fuzzy msgid "" "`bpo-17527 `__: Add PATCH to wsgiref." "validator. Patch from Luca Sbardella." msgstr "" -"`Issue #17527 `__: Add PATCH to wsgiref." +"`bpo-17527 `__: Add PATCH to wsgiref." "validator. Patch from Luca Sbardella." #: ../../../Misc/NEWS:5673 -#, fuzzy msgid "" "`bpo-24791 `__: Fix grammar regression " "for call syntax: 'g(\\*a or b)'." msgstr "" -"`Issue #24791 `__: Fix grammar regression for " +"`bpo-24791 `__: Fix grammar regression for " "call syntax: 'g(\\*a or b)'." #: ../../../Misc/NEWS:5678 -#, fuzzy msgid "" "`bpo-23672 `__: Allow Idle to edit and " "run files with astral chars in name. Patch by Mohd Sanad Zaki Rizvi." msgstr "" -"`Issue #23672 `__: Allow Idle to edit and run " +"`bpo-23672 `__: Allow Idle to edit and run " "files with astral chars in name. Patch by Mohd Sanad Zaki Rizvi." #: ../../../Misc/NEWS:5681 -#, fuzzy msgid "" "`bpo-24745 `__: Idle editor default " "font. Switch from Courier to platform-sensitive TkFixedFont. This should " @@ -11935,34 +10969,31 @@ msgid "" "$HOME/.idlerc/config-main.cfg and remove 'fontxxx' entries from [Editor " "Window]. Patch by Mark Roseman." msgstr "" -"`Issue #24745 `__: Idle editor default font. " +"`bpo-24745 `__: Idle editor default font. " "Switch from Courier to platform-sensitive TkFixedFont. This should not " "affect current customized font selections. If there is a problem, edit " "$HOME/.idlerc/config-main.cfg and remove 'fontxxx' entries from [Editor " "Window]. Patch by Mark Roseman." #: ../../../Misc/NEWS:5686 -#, fuzzy msgid "" "`bpo-21192 `__: Idle editor. When a file " "is run, put its name in the restart bar. Do not print false prompts. " "Original patch by Adnan Umer." msgstr "" -"`Issue #21192 `__: Idle editor. When a file " -"is run, put its name in the restart bar. Do not print false prompts. " -"Original patch by Adnan Umer." +"`bpo-21192 `__: Idle editor. When a file is " +"run, put its name in the restart bar. Do not print false prompts. Original " +"patch by Adnan Umer." #: ../../../Misc/NEWS:5689 -#, fuzzy msgid "" "`bpo-13884 `__: Idle menus. Remove " "tearoff lines. Patch by Roger Serwy." msgstr "" -"`Issue #13884 `__: Idle menus. Remove tearoff " +"`bpo-13884 `__: Idle menus. Remove tearoff " "lines. Patch by Roger Serwy." #: ../../../Misc/NEWS:5694 -#, fuzzy msgid "" "`bpo-24129 `__: Clarify the reference " "documentation for name resolution. This includes removing the assumption " @@ -11970,47 +11001,43 @@ msgid "" "prior to the introduction of lexical scoping for function namespaces. Patch " "by Ivan Levkivskyi." msgstr "" -"`Issue #24129 `__: Clarify the reference " +"`bpo-24129 `__: Clarify the reference " "documentation for name resolution. This includes removing the assumption " "that readers will be familiar with the name resolution scheme Python used " "prior to the introduction of lexical scoping for function namespaces. Patch " "by Ivan Levkivskyi." #: ../../../Misc/NEWS:5699 -#, fuzzy msgid "" "`bpo-20769 `__: Improve reload() docs. " "Patch by Dorian Pula." msgstr "" -"`Issue #20769 `__: Improve reload() docs. " -"Patch by Dorian Pula." +"`bpo-20769 `__: Improve reload() docs. Patch " +"by Dorian Pula." #: ../../../Misc/NEWS:5701 -#, fuzzy msgid "" "`bpo-23589 `__: Remove duplicate " "sentence from the FAQ. Patch by Yongzhi Pan." msgstr "" -"`Issue #23589 `__: Remove duplicate sentence " +"`bpo-23589 `__: Remove duplicate sentence " "from the FAQ. Patch by Yongzhi Pan." #: ../../../Misc/NEWS:5703 -#, fuzzy msgid "" "`bpo-24729 `__: Correct IO tutorial to " "match implementation regarding encoding parameter to open function." msgstr "" -"`Issue #24729 `__: Correct IO tutorial to " -"match implementation regarding encoding parameter to open function." +"`bpo-24729 `__: Correct IO tutorial to match " +"implementation regarding encoding parameter to open function." #: ../../../Misc/NEWS:5709 -#, fuzzy msgid "" "`bpo-24751 `__: When running regrtest " "with the ``-w`` command line option, a test run is no longer marked as a " "failure if all tests succeed when re-run." msgstr "" -"`Issue #24751 `__: When running regrtest with " +"`bpo-24751 `__: When running regrtest with " "the ``-w`` command line option, a test run is no longer marked as a failure " "if all tests succeed when re-run." @@ -12023,241 +11050,216 @@ msgid "Release date: 2015-07-26" msgstr "" #: ../../../Misc/NEWS:5722 -#, fuzzy msgid "" "`bpo-23573 `__: Restored optimization of " "bytes.rfind() and bytearray.rfind() for single-byte argument on Linux." msgstr "" -"`Issue #23573 `__: Restored optimization of " +"`bpo-23573 `__: Restored optimization of " "bytes.rfind() and bytearray.rfind() for single-byte argument on Linux." #: ../../../Misc/NEWS:5725 -#, fuzzy msgid "" "`bpo-24569 `__: Make PEP 448 dictionary " "evaluation more consistent." msgstr "" -"`Issue #24569 `__: Make PEP 448 dictionary " +"`bpo-24569 `__: Make PEP 448 dictionary " "evaluation more consistent." #: ../../../Misc/NEWS:5727 -#, fuzzy msgid "" "`bpo-24583 `__: Fix crash when set is " "mutated while being updated." msgstr "" -"`Issue #24583 `__: Fix crash when set is " -"mutated while being updated." +"`bpo-24583 `__: Fix crash when set is mutated " +"while being updated." #: ../../../Misc/NEWS:5729 -#, fuzzy msgid "" "`bpo-24407 `__: Fix crash when dict is " "mutated while being updated." msgstr "" -"`Issue #24407 `__: Fix crash when dict is " +"`bpo-24407 `__: Fix crash when dict is " "mutated while being updated." #: ../../../Misc/NEWS:5731 -#, fuzzy msgid "" "`bpo-24619 `__: New approach for " "tokenizing async/await. As a consequence, it is now possible to have one-" "line 'async def foo(): await ..' functions." msgstr "" -"`Issue #24619 `__: New approach for " -"tokenizing async/await. As a consequence, it is now possible to have one-" -"line 'async def foo(): await ..' functions." +"`bpo-24619 `__: New approach for tokenizing " +"async/await. As a consequence, it is now possible to have one-line 'async " +"def foo(): await ..' functions." #: ../../../Misc/NEWS:5734 -#, fuzzy msgid "" "`bpo-24687 `__: Plug refleak on " "SyntaxError in function parameters annotations." msgstr "" -"`Issue #24687 `__: Plug refleak on " -"SyntaxError in function parameters annotations." +"`bpo-24687 `__: Plug refleak on SyntaxError " +"in function parameters annotations." #: ../../../Misc/NEWS:5737 -#, fuzzy msgid "" "`bpo-15944 `__: memoryview: Allow " "arbitrary formats when casting to bytes. Patch by Martin Panter." msgstr "" -"`Issue #15944 `__: memoryview: Allow " -"arbitrary formats when casting to bytes. Patch by Martin Panter." +"`bpo-15944 `__: memoryview: Allow arbitrary " +"formats when casting to bytes. Patch by Martin Panter." #: ../../../Misc/NEWS:5743 -#, fuzzy msgid "" "`bpo-23441 `__: rcompleter now prints a " "tab character instead of displaying possible completions for an empty word. " "Initial patch by Martin Sekera." msgstr "" -"`Issue #23441 `__: rcompleter now prints a " -"tab character instead of displaying possible completions for an empty word. " +"`bpo-23441 `__: rcompleter now prints a tab " +"character instead of displaying possible completions for an empty word. " "Initial patch by Martin Sekera." #: ../../../Misc/NEWS:5746 -#, fuzzy msgid "" "`bpo-24683 `__: Fixed crashes in _json " "functions called with arguments of inappropriate type." msgstr "" -"`Issue #24683 `__: Fixed crashes in _json " +"`bpo-24683 `__: Fixed crashes in _json " "functions called with arguments of inappropriate type." #: ../../../Misc/NEWS:5749 -#, fuzzy msgid "" "`bpo-21697 `__: shutil.copytree() now " "correctly handles symbolic links that point to directories. Patch by " "Eduardo Seabra and Thomas Kluyver." msgstr "" -"`Issue #21697 `__: shutil.copytree() now " +"`bpo-21697 `__: shutil.copytree() now " "correctly handles symbolic links that point to directories. Patch by " "Eduardo Seabra and Thomas Kluyver." #: ../../../Misc/NEWS:5752 -#, fuzzy msgid "" "`bpo-14373 `__: Fixed segmentation fault " "when gc.collect() is called during constructing lru_cache (C implementation)." msgstr "" -"`Issue #14373 `__: Fixed segmentation fault " -"when gc.collect() is called during constructing lru_cache (C implementation)." +"`bpo-14373 `__: Fixed segmentation fault when " +"gc.collect() is called during constructing lru_cache (C implementation)." #: ../../../Misc/NEWS:5755 -#, fuzzy msgid "" "`bpo-24695 `__: Fix a regression in " "traceback.print_exception(). If exc_traceback is None we shouldn't print a " "traceback header like described in the documentation." msgstr "" -"`Issue #24695 `__: Fix a regression in " -"traceback.print_exception(). If exc_traceback is None we shouldn't print a " -"traceback header like described in the documentation." +"`bpo-24695 `__: Fix a regression in traceback." +"print_exception(). If exc_traceback is None we shouldn't print a traceback " +"header like described in the documentation." #: ../../../Misc/NEWS:5759 -#, fuzzy msgid "" "`bpo-24620 `__: Random.setstate() now " "validates the value of state last element." msgstr "" -"`Issue #24620 `__: Random.setstate() now " +"`bpo-24620 `__: Random.setstate() now " "validates the value of state last element." #: ../../../Misc/NEWS:5761 -#, fuzzy msgid "" "`bpo-22485 `__: Fixed an issue that " "caused `inspect.getsource` to return incorrect results on nested functions." msgstr "" -"`Issue #22485 `__: Fixed an issue that caused " +"`bpo-22485 `__: Fixed an issue that caused " "`inspect.getsource` to return incorrect results on nested functions." #: ../../../Misc/NEWS:5764 -#, fuzzy msgid "" "`bpo-22153 `__: Improve unittest docs. " "Patch from Martin Panter and evilzero." msgstr "" -"`Issue #22153 `__: Improve unittest docs. " -"Patch from Martin Panter and evilzero." +"`bpo-22153 `__: Improve unittest docs. Patch " +"from Martin Panter and evilzero." #: ../../../Misc/NEWS:5766 -#, fuzzy msgid "" "`bpo-24580 `__: Symbolic group " "references to open group in re patterns now are explicitly forbidden as well " "as numeric group references." msgstr "" -"`Issue #24580 `__: Symbolic group references " -"to open group in re patterns now are explicitly forbidden as well as numeric " +"`bpo-24580 `__: Symbolic group references to " +"open group in re patterns now are explicitly forbidden as well as numeric " "group references." #: ../../../Misc/NEWS:5769 -#, fuzzy msgid "" "`bpo-24206 `__: Fixed __eq__ and __ne__ " "methods of inspect classes." msgstr "" -"`Issue #24206 `__: Fixed __eq__ and __ne__ " +"`bpo-24206 `__: Fixed __eq__ and __ne__ " "methods of inspect classes." #: ../../../Misc/NEWS:5771 -#, fuzzy msgid "" "`bpo-24631 `__: Fixed regression in the " "timeit module with multiline setup." msgstr "" -"`Issue #24631 `__: Fixed regression in the " +"`bpo-24631 `__: Fixed regression in the " "timeit module with multiline setup." #: ../../../Misc/NEWS:5779 -#, fuzzy msgid "" "`bpo-24608 `__: chunk.Chunk.read() now " "always returns bytes, not str." msgstr "" -"`Issue #24608 `__: chunk.Chunk.read() now " -"always returns bytes, not str." +"`bpo-24608 `__: chunk.Chunk.read() now always " +"returns bytes, not str." #: ../../../Misc/NEWS:5781 -#, fuzzy msgid "" "`bpo-18684 `__: Fixed reading out of the " "buffer in the re module." msgstr "" -"`Issue #18684 `__: Fixed reading out of the " +"`bpo-18684 `__: Fixed reading out of the " "buffer in the re module." #: ../../../Misc/NEWS:5783 -#, fuzzy msgid "" "`bpo-24259 `__: tarfile now raises a " "ReadError if an archive is truncated inside a data segment." msgstr "" -"`Issue #24259 `__: tarfile now raises a " +"`bpo-24259 `__: tarfile now raises a " "ReadError if an archive is truncated inside a data segment." #: ../../../Misc/NEWS:5786 -#, fuzzy msgid "" "`bpo-15014 `__: SMTP.auth() and SMTP." "login() now support RFC 4954's optional initial-response argument to the " "SMTP AUTH command." msgstr "" -"`Issue #15014 `__: SMTP.auth() and SMTP." -"login() now support RFC 4954's optional initial-response argument to the " -"SMTP AUTH command." +"`bpo-15014 `__: SMTP.auth() and SMTP.login() " +"now support RFC 4954's optional initial-response argument to the SMTP AUTH " +"command." #: ../../../Misc/NEWS:5789 -#, fuzzy msgid "" "`bpo-24669 `__: Fix inspect.getsource() " "for 'async def' functions. Patch by Kai Groner." msgstr "" -"`Issue #24669 `__: Fix inspect.getsource() " -"for 'async def' functions. Patch by Kai Groner." +"`bpo-24669 `__: Fix inspect.getsource() for " +"'async def' functions. Patch by Kai Groner." #: ../../../Misc/NEWS:5792 -#, fuzzy msgid "" "`bpo-24688 `__: ast.get_docstring() for " "'async def' functions." msgstr "" -"`Issue #24688 `__: ast.get_docstring() for " +"`bpo-24688 `__: ast.get_docstring() for " "'async def' functions." #: ../../../Misc/NEWS:5797 -#, fuzzy msgid "" "`bpo-24603 `__: Update Windows builds " "and OS X 10.5 installer to use OpenSSL 1.0.2d." msgstr "" -"`Issue #24603 `__: Update Windows builds and " -"OS X 10.5 installer to use OpenSSL 1.0.2d." +"`bpo-24603 `__: Update Windows builds and OS " +"X 10.5 installer to use OpenSSL 1.0.2d." #: ../../../Misc/NEWS:5802 msgid "Python 3.5.0 beta 3" @@ -12268,13 +11270,12 @@ msgid "Release date: 2015-07-05" msgstr "Date de sortie : 2015-07-05" #: ../../../Misc/NEWS:5809 -#, fuzzy msgid "" "`bpo-24467 `__: Fixed possible buffer " "over-read in bytearray. The bytearray object now always allocates place for " "trailing null byte and it's buffer now is always null-terminated." msgstr "" -"`Issue #24467 `__: Fixed possible buffer over-" +"`bpo-24467 `__: Fixed possible buffer over-" "read in bytearray. The bytearray object now always allocates place for " "trailing null byte and it's buffer now is always null-terminated." @@ -12283,16 +11284,14 @@ msgid "Upgrade to Unicode 8.0.0." msgstr "" #: ../../../Misc/NEWS:5815 -#, fuzzy msgid "" "`bpo-24345 `__: Add Py_tp_finalize slot " "for the stable ABI." msgstr "" -"`Issue #24345 `__: Add Py_tp_finalize slot " -"for the stable ABI." +"`bpo-24345 `__: Add Py_tp_finalize slot for " +"the stable ABI." #: ../../../Misc/NEWS:5817 -#, fuzzy msgid "" "`bpo-24400 `__: Introduce a distinct " "type for PEP 492 coroutines; add types.CoroutineType, inspect." @@ -12305,8 +11304,8 @@ msgid "" "collections.abc.Coroutine can no longer be used to detect generator-based " "coroutines--use inspect.isawaitable instead." msgstr "" -"`Issue #24400 `__: Introduce a distinct type " -"for PEP 492 coroutines; add types.CoroutineType, inspect.getcoroutinestate, " +"`bpo-24400 `__: Introduce a distinct type for " +"PEP 492 coroutines; add types.CoroutineType, inspect.getcoroutinestate, " "inspect.getcoroutinelocals; coroutines no longer use CO_GENERATOR flag; sys." "set_coroutine_wrapper works only for 'async def' coroutines; inspect." "iscoroutine no longer uses collections.abc.Coroutine, it's intended to test " @@ -12317,54 +11316,48 @@ msgstr "" "isawaitable instead." #: ../../../Misc/NEWS:5828 -#, fuzzy msgid "" "`bpo-24450 `__: Add gi_yieldfrom to " "generators and cr_await to coroutines. Contributed by Benno Leslie and Yury " "Selivanov." msgstr "" -"`Issue #24450 `__: Add gi_yieldfrom to " +"`bpo-24450 `__: Add gi_yieldfrom to " "generators and cr_await to coroutines. Contributed by Benno Leslie and Yury " "Selivanov." #: ../../../Misc/NEWS:5831 -#, fuzzy msgid "" "`bpo-19235 `__: Add new RecursionError " "exception. Patch by Georg Brandl." msgstr "" -"`Issue #19235 `__: Add new RecursionError " +"`bpo-19235 `__: Add new RecursionError " "exception. Patch by Georg Brandl." #: ../../../Misc/NEWS:5836 -#, fuzzy msgid "" "`bpo-21750 `__: mock_open.read_data can " "now be read from each instance, as it could in Python 3.3." msgstr "" -"`Issue #21750 `__: mock_open.read_data can " -"now be read from each instance, as it could in Python 3.3." +"`bpo-21750 `__: mock_open.read_data can now " +"be read from each instance, as it could in Python 3.3." #: ../../../Misc/NEWS:5839 -#, fuzzy msgid "" "`bpo-24552 `__: Fix use after free in an " "error case of the _pickle module." msgstr "" -"`Issue #24552 `__: Fix use after free in an " +"`bpo-24552 `__: Fix use after free in an " "error case of the _pickle module." #: ../../../Misc/NEWS:5841 -#, fuzzy msgid "" "`bpo-24514 `__: tarfile now tolerates " "number fields consisting of only whitespace." msgstr "" -"`Issue #24514 `__: tarfile now tolerates " -"number fields consisting of only whitespace." +"`bpo-24514 `__: tarfile now tolerates number " +"fields consisting of only whitespace." #: ../../../Misc/NEWS:5844 -#, fuzzy msgid "" "`bpo-19176 `__: Fixed doctype() related " "bugs in C implementation of ElementTree. A deprecation warning no longer " @@ -12372,181 +11365,163 @@ msgid "" "doctype() now issues a warning. Parser's doctype() now is not called if " "target's doctype() is called. Based on patch by Martin Panter." msgstr "" -"`Issue #19176 `__: Fixed doctype() related " -"bugs in C implementation of ElementTree. A deprecation warning no longer " -"issued by XMLParser subclass with default doctype() method. Direct call of " +"`bpo-19176 `__: Fixed doctype() related bugs " +"in C implementation of ElementTree. A deprecation warning no longer issued " +"by XMLParser subclass with default doctype() method. Direct call of " "doctype() now issues a warning. Parser's doctype() now is not called if " "target's doctype() is called. Based on patch by Martin Panter." #: ../../../Misc/NEWS:5850 -#, fuzzy msgid "" "`bpo-20387 `__: Restore semantic round-" "trip correctness in tokenize/untokenize for tab-indented blocks." msgstr "" -"`Issue #20387 `__: Restore semantic round-" -"trip correctness in tokenize/untokenize for tab-indented blocks." +"`bpo-20387 `__: Restore semantic round-trip " +"correctness in tokenize/untokenize for tab-indented blocks." #: ../../../Misc/NEWS:5853 -#, fuzzy msgid "" "`bpo-24456 `__: Fixed possible buffer " "over-read in adpcm2lin() and lin2adpcm() functions of the audioop module." msgstr "" -"`Issue #24456 `__: Fixed possible buffer over-" +"`bpo-24456 `__: Fixed possible buffer over-" "read in adpcm2lin() and lin2adpcm() functions of the audioop module." #: ../../../Misc/NEWS:5856 -#, fuzzy msgid "" "`bpo-24336 `__: The contextmanager " "decorator now works with functions with keyword arguments called \"func\" " "and \"self\". Patch by Martin Panter." msgstr "" -"`Issue #24336 `__: The contextmanager " -"decorator now works with functions with keyword arguments called \"func\" " -"and \"self\". Patch by Martin Panter." +"`bpo-24336 `__: The contextmanager decorator " +"now works with functions with keyword arguments called \"func\" and \"self" +"\". Patch by Martin Panter." #: ../../../Misc/NEWS:5859 -#, fuzzy msgid "" "`bpo-24522 `__: Fix possible integer " "overflow in json accelerator module." msgstr "" -"`Issue #24522 `__: Fix possible integer " -"overflow in json accelerator module." +"`bpo-24522 `__: Fix possible integer overflow " +"in json accelerator module." #: ../../../Misc/NEWS:5861 -#, fuzzy msgid "" "`bpo-24489 `__: ensure a previously set " "C errno doesn't disturb cmath.polar()." msgstr "" -"`Issue #24489 `__: ensure a previously set C " +"`bpo-24489 `__: ensure a previously set C " "errno doesn't disturb cmath.polar()." #: ../../../Misc/NEWS:5863 -#, fuzzy msgid "" "`bpo-24408 `__: Fixed AttributeError in " "measure() and metrics() methods of tkinter.Font." msgstr "" -"`Issue #24408 `__: Fixed AttributeError in " +"`bpo-24408 `__: Fixed AttributeError in " "measure() and metrics() methods of tkinter.Font." #: ../../../Misc/NEWS:5866 -#, fuzzy msgid "" "`bpo-14373 `__: C implementation of " "functools.lru_cache() now can be used with methods." msgstr "" -"`Issue #14373 `__: C implementation of " -"functools.lru_cache() now can be used with methods." +"`bpo-14373 `__: C implementation of functools." +"lru_cache() now can be used with methods." #: ../../../Misc/NEWS:5869 -#, fuzzy msgid "" "`bpo-24347 `__: Set KeyError if " "PyDict_GetItemWithError returns NULL." msgstr "" -"`Issue #24347 `__: Set KeyError if " +"`bpo-24347 `__: Set KeyError if " "PyDict_GetItemWithError returns NULL." #: ../../../Misc/NEWS:5871 -#, fuzzy msgid "" "`bpo-24348 `__: Drop superfluous incref/" "decref." msgstr "" -"`Issue #24348 `__: Drop superfluous incref/" +"`bpo-24348 `__: Drop superfluous incref/" "decref." #: ../../../Misc/NEWS:5873 -#, fuzzy msgid "" "`bpo-24359 `__: Check for changed " "OrderedDict size during iteration." msgstr "" -"`Issue #24359 `__: Check for changed " -"OrderedDict size during iteration." +"`bpo-24359 `__: Check for changed OrderedDict " +"size during iteration." #: ../../../Misc/NEWS:5875 -#, fuzzy msgid "" "`bpo-24368 `__: Support keyword " "arguments in OrderedDict methods." msgstr "" -"`Issue #24368 `__: Support keyword arguments " -"in OrderedDict methods." +"`bpo-24368 `__: Support keyword arguments in " +"OrderedDict methods." #: ../../../Misc/NEWS:5877 -#, fuzzy msgid "" "`bpo-24362 `__: Simplify the C " "OrderedDict fast nodes resize logic." msgstr "" -"`Issue #24362 `__: Simplify the C OrderedDict " +"`bpo-24362 `__: Simplify the C OrderedDict " "fast nodes resize logic." #: ../../../Misc/NEWS:5879 -#, fuzzy msgid "" "`bpo-24377 `__: Fix a ref leak in " "OrderedDict.__repr__." msgstr "" -"`Issue #24377 `__: Fix a ref leak in " -"OrderedDict.__repr__." +"`bpo-24377 `__: Fix a ref leak in OrderedDict." +"__repr__." #: ../../../Misc/NEWS:5881 -#, fuzzy msgid "" "`bpo-24369 `__: Defend against key-" "changes during iteration." msgstr "" -"`Issue #24369 `__: Defend against key-changes " +"`bpo-24369 `__: Defend against key-changes " "during iteration." #: ../../../Misc/NEWS:5886 -#, fuzzy msgid "" "`bpo-24373 `__: _testmultiphase and " "xxlimited now use tp_traverse and tp_finalize to avoid reference leaks " "encountered when combining tp_dealloc with PyType_FromSpec (see `bpo-16690 " "`__ for details)" msgstr "" -"`Issue #24373 `__: _testmultiphase and " -"xxlimited now use tp_traverse and tp_finalize to avoid reference leaks " -"encountered when combining tp_dealloc with PyType_FromSpec (see `issue " -"#16690 `__ for details)" +"`bpo-24373 `__: _testmultiphase and xxlimited " +"now use tp_traverse and tp_finalize to avoid reference leaks encountered " +"when combining tp_dealloc with PyType_FromSpec (see `issue #16690 `__ for details)" #: ../../../Misc/NEWS:5893 -#, fuzzy msgid "" "`bpo-24458 `__: Update documentation to " "cover multi-phase initialization for extension modules (PEP 489). Patch by " "Petr Viktorin." msgstr "" -"`Issue #24458 `__: Update documentation to " -"cover multi-phase initialization for extension modules (PEP 489). Patch by " -"Petr Viktorin." +"`bpo-24458 `__: Update documentation to cover " +"multi-phase initialization for extension modules (PEP 489). Patch by Petr " +"Viktorin." #: ../../../Misc/NEWS:5896 -#, fuzzy msgid "" "`bpo-24351 `__: Clarify what is meant by " "\"identifier\" in the context of string.Template instances." msgstr "" -"`Issue #24351 `__: Clarify what is meant by " +"`bpo-24351 `__: Clarify what is meant by " "\"identifier\" in the context of string.Template instances." #: ../../../Misc/NEWS:5902 -#, fuzzy msgid "" "`bpo-24432 `__: Update Windows builds " "and OS X 10.5 installer to use OpenSSL 1.0.2c." msgstr "" -"`Issue #24432 `__: Update Windows builds and " -"OS X 10.5 installer to use OpenSSL 1.0.2c." +"`bpo-24432 `__: Update Windows builds and OS " +"X 10.5 installer to use OpenSSL 1.0.2c." #: ../../../Misc/NEWS:5907 msgid "Python 3.5.0 beta 2" @@ -12557,115 +11532,104 @@ msgid "Release date: 2015-05-31" msgstr "" #: ../../../Misc/NEWS:5914 -#, fuzzy msgid "" "`bpo-24284 `__: The startswith and " "endswith methods of the str class no longer return True when finding the " "empty string and the indexes are completely out of range." msgstr "" -"`Issue #24284 `__: The startswith and " -"endswith methods of the str class no longer return True when finding the " -"empty string and the indexes are completely out of range." +"`bpo-24284 `__: The startswith and endswith " +"methods of the str class no longer return True when finding the empty string " +"and the indexes are completely out of range." #: ../../../Misc/NEWS:5918 -#, fuzzy msgid "" "`bpo-24115 `__: Update uses of " "PyObject_IsTrue(), PyObject_Not(), PyObject_IsInstance(), " "PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle " "errors correctly." msgstr "" -"`Issue #24115 `__: Update uses of " +"`bpo-24115 `__: Update uses of " "PyObject_IsTrue(), PyObject_Not(), PyObject_IsInstance(), " "PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle " "errors correctly." #: ../../../Misc/NEWS:5922 -#, fuzzy msgid "" "`bpo-24328 `__: Fix importing one " "character extension modules." msgstr "" -"`Issue #24328 `__: Fix importing one " -"character extension modules." +"`bpo-24328 `__: Fix importing one character " +"extension modules." #: ../../../Misc/NEWS:5924 -#, fuzzy msgid "" "`bpo-11205 `__: In dictionary displays, " "evaluate the key before the value." msgstr "" -"`Issue #11205 `__: In dictionary displays, " +"`bpo-11205 `__: In dictionary displays, " "evaluate the key before the value." #: ../../../Misc/NEWS:5926 -#, fuzzy msgid "" "`bpo-24285 `__: Fixed regression that " "prevented importing extension modules from inside packages. Patch by Petr " "Viktorin." msgstr "" -"`Issue #24285 `__: Fixed regression that " +"`bpo-24285 `__: Fixed regression that " "prevented importing extension modules from inside packages. Patch by Petr " "Viktorin." #: ../../../Misc/NEWS:5932 -#, fuzzy msgid "" "`bpo-23247 `__: Fix a crash in the " "StreamWriter.reset() of CJK codecs." msgstr "" -"`Issue #23247 `__: Fix a crash in the " +"`bpo-23247 `__: Fix a crash in the " "StreamWriter.reset() of CJK codecs." #: ../../../Misc/NEWS:5934 -#, fuzzy msgid "" "`bpo-24270 `__: Add math.isclose() and " "cmath.isclose() functions as per PEP 485. Contributed by Chris Barker and " "Tal Einat." msgstr "" -"`Issue #24270 `__: Add math.isclose() and " -"cmath.isclose() functions as per PEP 485. Contributed by Chris Barker and " -"Tal Einat." +"`bpo-24270 `__: Add math.isclose() and cmath." +"isclose() functions as per PEP 485. Contributed by Chris Barker and Tal " +"Einat." #: ../../../Misc/NEWS:5937 -#, fuzzy msgid "" "`bpo-5633 `__: Fixed timeit when the " "statement is a string and the setup is not." msgstr "" -"`Issue #5633 `__: Fixed timeit when the " -"statement is a string and the setup is not." +"`bpo-5633 `__: Fixed timeit when the statement " +"is a string and the setup is not." #: ../../../Misc/NEWS:5939 -#, fuzzy msgid "" "`bpo-24326 `__: Fixed audioop.ratecv() " "with non-default weightB argument. Original patch by David Moore." msgstr "" -"`Issue #24326 `__: Fixed audioop.ratecv() " -"with non-default weightB argument. Original patch by David Moore." +"`bpo-24326 `__: Fixed audioop.ratecv() with " +"non-default weightB argument. Original patch by David Moore." #: ../../../Misc/NEWS:5942 -#, fuzzy msgid "" "`bpo-16991 `__: Add a C implementation " "of OrderedDict." msgstr "" -"`Issue #16991 `__: Add a C implementation of " +"`bpo-16991 `__: Add a C implementation of " "OrderedDict." #: ../../../Misc/NEWS:5944 -#, fuzzy msgid "" "`bpo-23934 `__: Fix inspect.signature to " "fail correctly for builtin types lacking signature information. Initial " "patch by James Powell." msgstr "" -"`Issue #23934 `__: Fix inspect.signature to " -"fail correctly for builtin types lacking signature information. Initial " -"patch by James Powell." +"`bpo-23934 `__: Fix inspect.signature to fail " +"correctly for builtin types lacking signature information. Initial patch by " +"James Powell." #: ../../../Misc/NEWS:5949 msgid "Python 3.5.0 beta 1" @@ -12676,625 +11640,559 @@ msgid "Release date: 2015-05-24" msgstr "" #: ../../../Misc/NEWS:5956 -#, fuzzy msgid "" "`bpo-24276 `__: Fixed optimization of " "property descriptor getter." msgstr "" -"`Issue #24276 `__: Fixed optimization of " +"`bpo-24276 `__: Fixed optimization of " "property descriptor getter." #: ../../../Misc/NEWS:5958 -#, fuzzy msgid "" "`bpo-24268 `__: PEP 489: Multi-phase " "extension module initialization. Patch by Petr Viktorin." msgstr "" -"`Issue #24268 `__: PEP 489: Multi-phase " +"`bpo-24268 `__: PEP 489: Multi-phase " "extension module initialization. Patch by Petr Viktorin." #: ../../../Misc/NEWS:5961 -#, fuzzy msgid "" "`bpo-23955 `__: Add pyvenv.cfg option to " "suppress registry/environment lookup for generating sys.path on Windows." msgstr "" -"`Issue #23955 `__: Add pyvenv.cfg option to " +"`bpo-23955 `__: Add pyvenv.cfg option to " "suppress registry/environment lookup for generating sys.path on Windows." #: ../../../Misc/NEWS:5964 -#, fuzzy msgid "" "`bpo-24257 `__: Fixed system error in " "the comparison of faked types.SimpleNamespace." msgstr "" -"`Issue #24257 `__: Fixed system error in the " +"`bpo-24257 `__: Fixed system error in the " "comparison of faked types.SimpleNamespace." #: ../../../Misc/NEWS:5967 -#, fuzzy msgid "" "`bpo-22939 `__: Fixed integer overflow " "in iterator object. Patch by Clement Rouault." msgstr "" -"`Issue #22939 `__: Fixed integer overflow in " +"`bpo-22939 `__: Fixed integer overflow in " "iterator object. Patch by Clement Rouault." #: ../../../Misc/NEWS:5970 -#, fuzzy msgid "" "`bpo-23985 `__: Fix a possible buffer " "overrun when deleting a slice from the front of a bytearray and then " "appending some other bytes data." msgstr "" -"`Issue #23985 `__: Fix a possible buffer " -"overrun when deleting a slice from the front of a bytearray and then " -"appending some other bytes data." +"`bpo-23985 `__: Fix a possible buffer overrun " +"when deleting a slice from the front of a bytearray and then appending some " +"other bytes data." #: ../../../Misc/NEWS:5973 -#, fuzzy msgid "" "`bpo-24102 `__: Fixed exception type " "checking in standard error handlers." msgstr "" -"`Issue #24102 `__: Fixed exception type " -"checking in standard error handlers." +"`bpo-24102 `__: Fixed exception type checking " +"in standard error handlers." #: ../../../Misc/NEWS:5975 -#, fuzzy msgid "" "`bpo-15027 `__: The UTF-32 encoder is " "now 3x to 7x faster." msgstr "" -"`Issue #15027 `__: The UTF-32 encoder is now " -"3x to 7x faster." +"`bpo-15027 `__: The UTF-32 encoder is now 3x " +"to 7x faster." #: ../../../Misc/NEWS:5977 -#, fuzzy msgid "" "`bpo-23290 `__: Optimize set_merge() for " "cases where the target is empty. (Contributed by Serhiy Storchaka.)" msgstr "" -"`Issue #23290 `__: Optimize set_merge() for " +"`bpo-23290 `__: Optimize set_merge() for " "cases where the target is empty. (Contributed by Serhiy Storchaka.)" #: ../../../Misc/NEWS:5980 -#, fuzzy msgid "" "`bpo-2292 `__: PEP 448: Additional " "Unpacking Generalizations." msgstr "" -"`Issue #2292 `__: PEP 448: Additional " -"Unpacking Generalizations." +"`bpo-2292 `__: PEP 448: Additional Unpacking " +"Generalizations." #: ../../../Misc/NEWS:5982 -#, fuzzy msgid "" "`bpo-24096 `__: Make warnings." "warn_explicit more robust against mutation of the warnings.filters list." msgstr "" -"`Issue #24096 `__: Make warnings." -"warn_explicit more robust against mutation of the warnings.filters list." +"`bpo-24096 `__: Make warnings.warn_explicit " +"more robust against mutation of the warnings.filters list." #: ../../../Misc/NEWS:5985 -#, fuzzy msgid "" "`bpo-23996 `__: Avoid a crash when a " "delegated generator raises an unnormalized StopIteration exception. Patch " "by Stefan Behnel." msgstr "" -"`Issue #23996 `__: Avoid a crash when a " +"`bpo-23996 `__: Avoid a crash when a " "delegated generator raises an unnormalized StopIteration exception. Patch " "by Stefan Behnel." #: ../../../Misc/NEWS:5988 -#, fuzzy msgid "" "`bpo-23910 `__: Optimize property() " "getter calls. Patch by Joe Jevnik." msgstr "" -"`Issue #23910 `__: Optimize property() getter " +"`bpo-23910 `__: Optimize property() getter " "calls. Patch by Joe Jevnik." #: ../../../Misc/NEWS:5990 -#, fuzzy msgid "" "`bpo-23911 `__: Move path-based " "importlib bootstrap code to a separate frozen module." msgstr "" -"`Issue #23911 `__: Move path-based importlib " +"`bpo-23911 `__: Move path-based importlib " "bootstrap code to a separate frozen module." #: ../../../Misc/NEWS:5993 -#, fuzzy msgid "" "`bpo-24192 `__: Fix namespace package " "imports." msgstr "" -"`Issue #24192 `__: Fix namespace package " -"imports." +"`bpo-24192 `__: Fix namespace package imports." #: ../../../Misc/NEWS:5995 -#, fuzzy msgid "" "`bpo-24022 `__: Fix tokenizer crash when " "processing undecodable source code." msgstr "" -"`Issue #24022 `__: Fix tokenizer crash when " +"`bpo-24022 `__: Fix tokenizer crash when " "processing undecodable source code." #: ../../../Misc/NEWS:5997 -#, fuzzy msgid "" "`bpo-9951 `__: Added a hex() method to " "bytes, bytearray, and memoryview." msgstr "" -"`Issue #9951 `__: Added a hex() method to " -"bytes, bytearray, and memoryview." +"`bpo-9951 `__: Added a hex() method to bytes, " +"bytearray, and memoryview." #: ../../../Misc/NEWS:5999 -#, fuzzy msgid "" "`bpo-22906 `__: PEP 479: Change " "StopIteration handling inside generators." msgstr "" -"`Issue #22906 `__: PEP 479: Change " -"StopIteration handling inside generators." +"`bpo-22906 `__: PEP 479: Change StopIteration " +"handling inside generators." #: ../../../Misc/NEWS:6001 -#, fuzzy msgid "" "`bpo-24017 `__: PEP 492: Coroutines with " "async and await syntax." msgstr "" -"`Issue #24017 `__: PEP 492: Coroutines with " +"`bpo-24017 `__: PEP 492: Coroutines with " "async and await syntax." #: ../../../Misc/NEWS:6006 -#, fuzzy msgid "" "`bpo-14373 `__: Added C implementation " "of functools.lru_cache(). Based on patches by Matt Joiner and Alexey " "Kachayev." msgstr "" -"`Issue #14373 `__: Added C implementation of " +"`bpo-14373 `__: Added C implementation of " "functools.lru_cache(). Based on patches by Matt Joiner and Alexey Kachayev." #: ../../../Misc/NEWS:6009 -#, fuzzy msgid "" "`bpo-24230 `__: The tempfile module now " "accepts bytes for prefix, suffix and dir parameters and returns bytes in " "such situations (matching the os module APIs)." msgstr "" -"`Issue #24230 `__: The tempfile module now " +"`bpo-24230 `__: The tempfile module now " "accepts bytes for prefix, suffix and dir parameters and returns bytes in " "such situations (matching the os module APIs)." #: ../../../Misc/NEWS:6012 -#, fuzzy msgid "" "`bpo-22189 `__: collections.UserString " "now supports __getnewargs__(), __rmod__(), casefold(), format_map(), " "isprintable(), and maketrans(). Patch by Joe Jevnik." msgstr "" -"`Issue #22189 `__: collections.UserString now " +"`bpo-22189 `__: collections.UserString now " "supports __getnewargs__(), __rmod__(), casefold(), format_map(), " "isprintable(), and maketrans(). Patch by Joe Jevnik." #: ../../../Misc/NEWS:6016 -#, fuzzy msgid "" "`bpo-24244 `__: Prevents termination " "when an invalid format string is encountered on Windows in strftime." msgstr "" -"`Issue #24244 `__: Prevents termination when " -"an invalid format string is encountered on Windows in strftime." +"`bpo-24244 `__: Prevents termination when an " +"invalid format string is encountered on Windows in strftime." #: ../../../Misc/NEWS:6019 -#, fuzzy msgid "" "`bpo-23973 `__: PEP 484: Add the typing " "module." msgstr "" -"`Issue #23973 `__: PEP 484: Add the typing " +"`bpo-23973 `__: PEP 484: Add the typing " "module." #: ../../../Misc/NEWS:6021 -#, fuzzy msgid "" "`bpo-23086 `__: The collections.abc." "Sequence() abstract base class added *start* and *stop* parameters to the " "index() mixin. Patch by Devin Jeanpierre." msgstr "" -"`Issue #23086 `__: The collections.abc." +"`bpo-23086 `__: The collections.abc." "Sequence() abstract base class added *start* and *stop* parameters to the " "index() mixin. Patch by Devin Jeanpierre." #: ../../../Misc/NEWS:6025 -#, fuzzy msgid "" "`bpo-20035 `__: Replaced the ``tkinter." "_fix`` module used for setting up the Tcl/Tk environment on Windows with a " "private function in the ``_tkinter`` module that makes no permanent changes " "to the environment." msgstr "" -"`Issue #20035 `__: Replaced the ``tkinter." -"_fix`` module used for setting up the Tcl/Tk environment on Windows with a " -"private function in the ``_tkinter`` module that makes no permanent changes " -"to the environment." +"`bpo-20035 `__: Replaced the ``tkinter._fix`` " +"module used for setting up the Tcl/Tk environment on Windows with a private " +"function in the ``_tkinter`` module that makes no permanent changes to the " +"environment." #: ../../../Misc/NEWS:6029 -#, fuzzy msgid "" "`bpo-24257 `__: Fixed segmentation fault " "in sqlite3.Row constructor with faked cursor type." msgstr "" -"`Issue #24257 `__: Fixed segmentation fault " -"in sqlite3.Row constructor with faked cursor type." +"`bpo-24257 `__: Fixed segmentation fault in " +"sqlite3.Row constructor with faked cursor type." #: ../../../Misc/NEWS:6032 -#, fuzzy msgid "" "`bpo-15836 `__: assertRaises(), " "assertRaisesRegex(), assertWarns() and assertWarnsRegex() assertments now " "check the type of the first argument to prevent possible user error. Based " "on patch by Daniel Wagner-Hall." msgstr "" -"`Issue #15836 `__: assertRaises(), " +"`bpo-15836 `__: assertRaises(), " "assertRaisesRegex(), assertWarns() and assertWarnsRegex() assertments now " "check the type of the first argument to prevent possible user error. Based " "on patch by Daniel Wagner-Hall." #: ../../../Misc/NEWS:6036 -#, fuzzy msgid "" "`bpo-9858 `__: Add missing method stubs " "to _io.RawIOBase. Patch by Laura Rupprecht." msgstr "" -"`Issue #9858 `__: Add missing method stubs to " -"_io.RawIOBase. Patch by Laura Rupprecht." +"`bpo-9858 `__: Add missing method stubs to _io." +"RawIOBase. Patch by Laura Rupprecht." #: ../../../Misc/NEWS:6039 -#, fuzzy msgid "" "`bpo-22955 `__: attrgetter, itemgetter " "and methodcaller objects in the operator module now support pickling. Added " "readable and evaluable repr for these objects. Based on patch by Josh " "Rosenberg." msgstr "" -"`Issue #22955 `__: attrgetter, itemgetter and " +"`bpo-22955 `__: attrgetter, itemgetter and " "methodcaller objects in the operator module now support pickling. Added " "readable and evaluable repr for these objects. Based on patch by Josh " "Rosenberg." #: ../../../Misc/NEWS:6043 -#, fuzzy msgid "" "`bpo-22107 `__: tempfile.gettempdir() " "and tempfile.mkdtemp() now try again when a directory with the chosen name " "already exists on Windows as well as on Unix. tempfile.mkstemp() now fails " "early if parent directory is not valid (not exists or is a file) on Windows." msgstr "" -"`Issue #22107 `__: tempfile.gettempdir() and " +"`bpo-22107 `__: tempfile.gettempdir() and " "tempfile.mkdtemp() now try again when a directory with the chosen name " "already exists on Windows as well as on Unix. tempfile.mkstemp() now fails " "early if parent directory is not valid (not exists or is a file) on Windows." #: ../../../Misc/NEWS:6048 -#, fuzzy msgid "" "`bpo-23780 `__: Improved error message " "in os.path.join() with single argument." msgstr "" -"`Issue #23780 `__: Improved error message in " -"os.path.join() with single argument." +"`bpo-23780 `__: Improved error message in os." +"path.join() with single argument." #: ../../../Misc/NEWS:6050 -#, fuzzy msgid "" "`bpo-6598 `__: Increased time precision " "and random number range in email.utils.make_msgid() to strengthen the " "uniqueness of the message ID." msgstr "" -"`Issue #6598 `__: Increased time precision and " +"`bpo-6598 `__: Increased time precision and " "random number range in email.utils.make_msgid() to strengthen the uniqueness " "of the message ID." #: ../../../Misc/NEWS:6053 -#, fuzzy msgid "" "`bpo-24091 `__: Fixed various crashes in " "corner cases in C implementation of ElementTree." msgstr "" -"`Issue #24091 `__: Fixed various crashes in " +"`bpo-24091 `__: Fixed various crashes in " "corner cases in C implementation of ElementTree." #: ../../../Misc/NEWS:6056 -#, fuzzy msgid "" "`bpo-21931 `__: msilib.FCICreate() now " "raises TypeError in the case of a bad argument instead of a ValueError with " "a bogus FCI error number. Patch by Jeffrey Armstrong." msgstr "" -"`Issue #21931 `__: msilib.FCICreate() now " -"raises TypeError in the case of a bad argument instead of a ValueError with " -"a bogus FCI error number. Patch by Jeffrey Armstrong." +"`bpo-21931 `__: msilib.FCICreate() now raises " +"TypeError in the case of a bad argument instead of a ValueError with a bogus " +"FCI error number. Patch by Jeffrey Armstrong." #: ../../../Misc/NEWS:6060 -#, fuzzy msgid "" "`bpo-13866 `__: *quote_via* argument " "added to urllib.parse.urlencode." msgstr "" -"`Issue #13866 `__: *quote_via* argument added " -"to urllib.parse.urlencode." +"`bpo-13866 `__: *quote_via* argument added to " +"urllib.parse.urlencode." #: ../../../Misc/NEWS:6062 -#, fuzzy msgid "" "`bpo-20098 `__: New mangle_from policy " "option for email, default True for compat32, but False for all other " "policies." msgstr "" -"`Issue #20098 `__: New mangle_from policy " -"option for email, default True for compat32, but False for all other " -"policies." +"`bpo-20098 `__: New mangle_from policy option " +"for email, default True for compat32, but False for all other policies." #: ../../../Misc/NEWS:6065 -#, fuzzy msgid "" "`bpo-24211 `__: The email library now " "supports RFC 6532: it can generate headers using utf-8 instead of encoded " "words." msgstr "" -"`Issue #24211 `__: The email library now " +"`bpo-24211 `__: The email library now " "supports RFC 6532: it can generate headers using utf-8 instead of encoded " "words." #: ../../../Misc/NEWS:6068 -#, fuzzy msgid "" "`bpo-16314 `__: Added support for the " "LZMA compression in distutils." msgstr "" -"`Issue #16314 `__: Added support for the LZMA " +"`bpo-16314 `__: Added support for the LZMA " "compression in distutils." #: ../../../Misc/NEWS:6070 -#, fuzzy msgid "" "`bpo-21804 `__: poplib now supports RFC " "6856 (UTF8)." msgstr "" -"`Issue #21804 `__: poplib now supports RFC " -"6856 (UTF8)." +"`bpo-21804 `__: poplib now supports RFC 6856 " +"(UTF8)." #: ../../../Misc/NEWS:6072 -#, fuzzy msgid "" "`bpo-18682 `__: Optimized pprint " "functions for builtin scalar types." msgstr "" -"`Issue #18682 `__: Optimized pprint functions " +"`bpo-18682 `__: Optimized pprint functions " "for builtin scalar types." #: ../../../Misc/NEWS:6074 -#, fuzzy msgid "" "`bpo-22027 `__: smtplib now supports RFC " "6531 (SMTPUTF8)." msgstr "" -"`Issue #22027 `__: smtplib now supports RFC " -"6531 (SMTPUTF8)." +"`bpo-22027 `__: smtplib now supports RFC 6531 " +"(SMTPUTF8)." #: ../../../Misc/NEWS:6076 -#, fuzzy msgid "" "`bpo-23488 `__: Random generator objects " "now consume 2x less memory on 64-bit." msgstr "" -"`Issue #23488 `__: Random generator objects " -"now consume 2x less memory on 64-bit." +"`bpo-23488 `__: Random generator objects now " +"consume 2x less memory on 64-bit." #: ../../../Misc/NEWS:6078 -#, fuzzy msgid "" "`bpo-1322 `__: platform.dist() and " "platform.linux_distribution() functions are now deprecated. Initial patch " "by Vajrasky Kok." msgstr "" -"`Issue #1322 `__: platform.dist() and platform." +"`bpo-1322 `__: platform.dist() and platform." "linux_distribution() functions are now deprecated. Initial patch by " "Vajrasky Kok." #: ../../../Misc/NEWS:6081 -#, fuzzy msgid "" "`bpo-22486 `__: Added the math.gcd() " "function. The fractions.gcd() function now is deprecated. Based on patch " "by Mark Dickinson." msgstr "" -"`Issue #22486 `__: Added the math.gcd() " +"`bpo-22486 `__: Added the math.gcd() " "function. The fractions.gcd() function now is deprecated. Based on patch " "by Mark Dickinson." #: ../../../Misc/NEWS:6084 -#, fuzzy msgid "" "`bpo-24064 `__: Property() docstrings " "are now writeable. (Patch by Berker Peksag.)" msgstr "" -"`Issue #24064 `__: Property() docstrings are " -"now writeable. (Patch by Berker Peksag.)" +"`bpo-24064 `__: Property() docstrings are now " +"writeable. (Patch by Berker Peksag.)" #: ../../../Misc/NEWS:6087 -#, fuzzy msgid "" "`bpo-22681 `__: Added support for the " "koi8_t encoding." msgstr "" -"`Issue #22681 `__: Added support for the " -"koi8_t encoding." +"`bpo-22681 `__: Added support for the koi8_t " +"encoding." #: ../../../Misc/NEWS:6089 -#, fuzzy msgid "" "`bpo-22682 `__: Added support for the " "kz1048 encoding." msgstr "" -"`Issue #22682 `__: Added support for the " -"kz1048 encoding." +"`bpo-22682 `__: Added support for the kz1048 " +"encoding." #: ../../../Misc/NEWS:6091 -#, fuzzy msgid "" "`bpo-23796 `__: peek and read1 methods " "of BufferedReader now raise ValueError if they called on a closed object. " "Patch by John Hergenroeder." msgstr "" -"`Issue #23796 `__: peek and read1 methods of " +"`bpo-23796 `__: peek and read1 methods of " "BufferedReader now raise ValueError if they called on a closed object. Patch " "by John Hergenroeder." #: ../../../Misc/NEWS:6094 -#, fuzzy msgid "" "`bpo-21795 `__: smtpd now supports the " "8BITMIME extension whenever the new *decode_data* constructor argument is " "set to False." msgstr "" -"`Issue #21795 `__: smtpd now supports the " +"`bpo-21795 `__: smtpd now supports the " "8BITMIME extension whenever the new *decode_data* constructor argument is " "set to False." #: ../../../Misc/NEWS:6097 -#, fuzzy msgid "" "`bpo-24155 `__: optimize heapq.heapify() " "for better cache performance when heapifying large lists." msgstr "" -"`Issue #24155 `__: optimize heapq.heapify() " -"for better cache performance when heapifying large lists." +"`bpo-24155 `__: optimize heapq.heapify() for " +"better cache performance when heapifying large lists." #: ../../../Misc/NEWS:6100 -#, fuzzy msgid "" "`bpo-21800 `__: imaplib now supports RFC " "5161 (enable), RFC 6855 (utf8/internationalized email) and automatically " "encodes non-ASCII usernames and passwords to UTF8." msgstr "" -"`Issue #21800 `__: imaplib now supports RFC " -"5161 (enable), RFC 6855 (utf8/internationalized email) and automatically " -"encodes non-ASCII usernames and passwords to UTF8." +"`bpo-21800 `__: imaplib now supports RFC 5161 " +"(enable), RFC 6855 (utf8/internationalized email) and automatically encodes " +"non-ASCII usernames and passwords to UTF8." #: ../../../Misc/NEWS:6104 -#, fuzzy msgid "" "`bpo-20274 `__: When calling a _sqlite." "Connection, it now complains if passed any keyword arguments. Previously it " "silently ignored them." msgstr "" -"`Issue #20274 `__: When calling a _sqlite." +"`bpo-20274 `__: When calling a _sqlite." "Connection, it now complains if passed any keyword arguments. Previously it " "silently ignored them." #: ../../../Misc/NEWS:6107 -#, fuzzy msgid "" "`bpo-20274 `__: Remove ignored and " "erroneous \"kwargs\" parameters from three METH_VARARGS methods on _sqlite." "Connection." msgstr "" -"`Issue #20274 `__: Remove ignored and " -"erroneous \"kwargs\" parameters from three METH_VARARGS methods on _sqlite." -"Connection." +"`bpo-20274 `__: Remove ignored and erroneous " +"\"kwargs\" parameters from three METH_VARARGS methods on _sqlite.Connection." #: ../../../Misc/NEWS:6110 -#, fuzzy msgid "" "`bpo-24134 `__: assertRaises(), " "assertRaisesRegex(), assertWarns() and assertWarnsRegex() checks now emits a " "deprecation warning when callable is None or keyword arguments except msg is " "passed in the context manager mode." msgstr "" -"`Issue #24134 `__: assertRaises(), " +"`bpo-24134 `__: assertRaises(), " "assertRaisesRegex(), assertWarns() and assertWarnsRegex() checks now emits a " "deprecation warning when callable is None or keyword arguments except msg is " "passed in the context manager mode." #: ../../../Misc/NEWS:6114 -#, fuzzy msgid "" "`bpo-24018 `__: Add a collections.abc." "Generator abstract base class. Contributed by Stefan Behnel." msgstr "" -"`Issue #24018 `__: Add a collections.abc." +"`bpo-24018 `__: Add a collections.abc." "Generator abstract base class. Contributed by Stefan Behnel." #: ../../../Misc/NEWS:6117 -#, fuzzy msgid "" "`bpo-23880 `__: Tkinter's getint() and " "getdouble() now support Tcl_Obj. Tkinter's getdouble() now supports any " "numbers (in particular int)." msgstr "" -"`Issue #23880 `__: Tkinter's getint() and " +"`bpo-23880 `__: Tkinter's getint() and " "getdouble() now support Tcl_Obj. Tkinter's getdouble() now supports any " "numbers (in particular int)." #: ../../../Misc/NEWS:6120 -#, fuzzy msgid "" "`bpo-22619 `__: Added negative limit " "support in the traceback module. Based on patch by Dmitry Kazakov." msgstr "" -"`Issue #22619 `__: Added negative limit " -"support in the traceback module. Based on patch by Dmitry Kazakov." +"`bpo-22619 `__: Added negative limit support " +"in the traceback module. Based on patch by Dmitry Kazakov." #: ../../../Misc/NEWS:6123 -#, fuzzy msgid "" "`bpo-24094 `__: Fix possible crash in " "json.encode with poorly behaved dict subclasses." msgstr "" -"`Issue #24094 `__: Fix possible crash in json." +"`bpo-24094 `__: Fix possible crash in json." "encode with poorly behaved dict subclasses." #: ../../../Misc/NEWS:6126 -#, fuzzy msgid "" "`bpo-9246 `__: On POSIX, os.getcwd() now " "supports paths longer than 1025 bytes. Patch written by William Orr." msgstr "" -"`Issue #9246 `__: On POSIX, os.getcwd() now " +"`bpo-9246 `__: On POSIX, os.getcwd() now " "supports paths longer than 1025 bytes. Patch written by William Orr." #: ../../../Misc/NEWS:6129 -#, fuzzy msgid "" "`bpo-17445 `__: add difflib.diff_bytes() " "to support comparison of byte strings (fixes a regression from Python 2)." msgstr "" -"`Issue #17445 `__: add difflib.diff_bytes() " -"to support comparison of byte strings (fixes a regression from Python 2)." +"`bpo-17445 `__: add difflib.diff_bytes() to " +"support comparison of byte strings (fixes a regression from Python 2)." #: ../../../Misc/NEWS:6132 -#, fuzzy msgid "" "`bpo-23917 `__: Fall back to sequential " "compilation when ProcessPoolExecutor doesn't exist. Patch by Claudiu Popa." msgstr "" -"`Issue #23917 `__: Fall back to sequential " +"`bpo-23917 `__: Fall back to sequential " "compilation when ProcessPoolExecutor doesn't exist. Patch by Claudiu Popa." #: ../../../Misc/NEWS:6135 -#, fuzzy msgid "" "`bpo-23008 `__: Fixed resolving " "attributes with boolean value is False in pydoc." msgstr "" -"`Issue #23008 `__: Fixed resolving attributes " +"`bpo-23008 `__: Fixed resolving attributes " "with boolean value is False in pydoc." #: ../../../Misc/NEWS:6137 @@ -13305,32 +12203,28 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:6141 -#, fuzzy msgid "" "`bpo-23908 `__: os functions now reject " "paths with embedded null character on Windows instead of silently truncating " "them." msgstr "" -"`Issue #23908 `__: os functions now reject " -"paths with embedded null character on Windows instead of silently truncating " -"them." +"`bpo-23908 `__: os functions now reject paths " +"with embedded null character on Windows instead of silently truncating them." #: ../../../Misc/NEWS:6144 -#, fuzzy msgid "" "`bpo-23728 `__: binascii.crc_hqx() could " "return an integer outside of the range 0-0xffff for empty data." msgstr "" -"`Issue #23728 `__: binascii.crc_hqx() could " +"`bpo-23728 `__: binascii.crc_hqx() could " "return an integer outside of the range 0-0xffff for empty data." #: ../../../Misc/NEWS:6147 -#, fuzzy msgid "" "`bpo-23887 `__: urllib.error.HTTPError " "now has a proper repr() representation. Patch by Berker Peksag." msgstr "" -"`Issue #23887 `__: urllib.error.HTTPError now " +"`bpo-23887 `__: urllib.error.HTTPError now " "has a proper repr() representation. Patch by Berker Peksag." #: ../../../Misc/NEWS:6150 @@ -13343,189 +12237,169 @@ msgid "asyncio: async() function is deprecated in favour of ensure_future()." msgstr "" #: ../../../Misc/NEWS:6154 -#, fuzzy msgid "" "`bpo-24178 `__: asyncio.Lock, Condition, " "Semaphore, and BoundedSemaphore support new 'async with' syntax. " "Contributed by Yury Selivanov." msgstr "" -"`Issue #24178 `__: asyncio.Lock, Condition, " +"`bpo-24178 `__: asyncio.Lock, Condition, " "Semaphore, and BoundedSemaphore support new 'async with' syntax. " "Contributed by Yury Selivanov." #: ../../../Misc/NEWS:6157 -#, fuzzy msgid "" "`bpo-24179 `__: Support 'async for' for " "asyncio.StreamReader. Contributed by Yury Selivanov." msgstr "" -"`Issue #24179 `__: Support 'async for' for " +"`bpo-24179 `__: Support 'async for' for " "asyncio.StreamReader. Contributed by Yury Selivanov." #: ../../../Misc/NEWS:6160 -#, fuzzy msgid "" "`bpo-24184 `__: Add AsyncIterator and " "AsyncIterable ABCs to collections.abc. Contributed by Yury Selivanov." msgstr "" -"`Issue #24184 `__: Add AsyncIterator and " +"`bpo-24184 `__: Add AsyncIterator and " "AsyncIterable ABCs to collections.abc. Contributed by Yury Selivanov." #: ../../../Misc/NEWS:6163 -#, fuzzy msgid "" "`bpo-22547 `__: Implement informative " "__repr__ for inspect.BoundArguments. Contributed by Yury Selivanov." msgstr "" -"`Issue #22547 `__: Implement informative " +"`bpo-22547 `__: Implement informative " "__repr__ for inspect.BoundArguments. Contributed by Yury Selivanov." #: ../../../Misc/NEWS:6166 -#, fuzzy msgid "" "`bpo-24190 `__: Implement inspect." "BoundArgument.apply_defaults() method. Contributed by Yury Selivanov." msgstr "" -"`Issue #24190 `__: Implement inspect." +"`bpo-24190 `__: Implement inspect." "BoundArgument.apply_defaults() method. Contributed by Yury Selivanov." #: ../../../Misc/NEWS:6169 -#, fuzzy msgid "" "`bpo-20691 `__: Add 'follow_wrapped' " "argument to inspect.Signature.from_callable() and inspect.signature(). " "Contributed by Yury Selivanov." msgstr "" -"`Issue #20691 `__: Add 'follow_wrapped' " -"argument to inspect.Signature.from_callable() and inspect.signature(). " -"Contributed by Yury Selivanov." +"`bpo-20691 `__: Add 'follow_wrapped' argument " +"to inspect.Signature.from_callable() and inspect.signature(). Contributed by " +"Yury Selivanov." #: ../../../Misc/NEWS:6173 -#, fuzzy msgid "" "`bpo-24248 `__: Deprecate inspect." "Signature.from_function() and inspect.Signature.from_builtin()." msgstr "" -"`Issue #24248 `__: Deprecate inspect." -"Signature.from_function() and inspect.Signature.from_builtin()." +"`bpo-24248 `__: Deprecate inspect.Signature." +"from_function() and inspect.Signature.from_builtin()." #: ../../../Misc/NEWS:6176 -#, fuzzy msgid "" "`bpo-23898 `__: Fix inspect." "classify_class_attrs() to support attributes with overloaded __eq__ and " "__bool__. Patch by Mike Bayer." msgstr "" -"`Issue #23898 `__: Fix inspect." +"`bpo-23898 `__: Fix inspect." "classify_class_attrs() to support attributes with overloaded __eq__ and " "__bool__. Patch by Mike Bayer." #: ../../../Misc/NEWS:6179 -#, fuzzy msgid "" "`bpo-24298 `__: Fix inspect.signature() " "to correctly unwrap wrappers around bound methods." msgstr "" -"`Issue #24298 `__: Fix inspect.signature() to " +"`bpo-24298 `__: Fix inspect.signature() to " "correctly unwrap wrappers around bound methods." #: ../../../Misc/NEWS:6185 -#, fuzzy msgid "" "`bpo-23184 `__: remove unused names and " "imports in idlelib. Initial patch by Al Sweigart." msgstr "" -"`Issue #23184 `__: remove unused names and " +"`bpo-23184 `__: remove unused names and " "imports in idlelib. Initial patch by Al Sweigart." #: ../../../Misc/NEWS:6191 -#, fuzzy msgid "" "`bpo-21520 `__: test_zipfile no longer " "fails if the word 'bad' appears anywhere in the name of the current " "directory." msgstr "" -"`Issue #21520 `__: test_zipfile no longer " -"fails if the word 'bad' appears anywhere in the name of the current " -"directory." +"`bpo-21520 `__: test_zipfile no longer fails " +"if the word 'bad' appears anywhere in the name of the current directory." #: ../../../Misc/NEWS:6194 -#, fuzzy msgid "" "`bpo-9517 `__: Move script_helper into " "the support package. Patch by Christie Wilson." msgstr "" -"`Issue #9517 `__: Move script_helper into the " +"`bpo-9517 `__: Move script_helper into the " "support package. Patch by Christie Wilson." #: ../../../Misc/NEWS:6200 -#, fuzzy msgid "" "`bpo-22155 `__: Add File Handlers " "subsection with createfilehandler to tkinter doc. Remove obsolete example " "from FAQ. Patch by Martin Panter." msgstr "" -"`Issue #22155 `__: Add File Handlers " -"subsection with createfilehandler to tkinter doc. Remove obsolete example " -"from FAQ. Patch by Martin Panter." +"`bpo-22155 `__: Add File Handlers subsection " +"with createfilehandler to tkinter doc. Remove obsolete example from FAQ. " +"Patch by Martin Panter." #: ../../../Misc/NEWS:6203 -#, fuzzy msgid "" "`bpo-24029 `__: Document the name " "binding behavior for submodule imports." msgstr "" -"`Issue #24029 `__: Document the name binding " +"`bpo-24029 `__: Document the name binding " "behavior for submodule imports." #: ../../../Misc/NEWS:6205 -#, fuzzy msgid "" "`bpo-24077 `__: Fix typo in man page for " "-I command option: -s, not -S" msgstr "" -"`Issue #24077 `__: Fix typo in man page for -" -"I command option: -s, not -S" +"`bpo-24077 `__: Fix typo in man page for -I " +"command option: -s, not -S" #: ../../../Misc/NEWS:6210 -#, fuzzy msgid "" "`bpo-24000 `__: Improved Argument " "Clinic's mapping of converters to legacy \"format units\". Updated the " "documentation to match." msgstr "" -"`Issue #24000 `__: Improved Argument Clinic's " +"`bpo-24000 `__: Improved Argument Clinic's " "mapping of converters to legacy \"format units\". Updated the documentation " "to match." #: ../../../Misc/NEWS:6213 -#, fuzzy msgid "" "`bpo-24001 `__: Argument Clinic " "converters now use accept={type} instead of types={'type'} to specify the " "types the converter accepts." msgstr "" -"`Issue #24001 `__: Argument Clinic converters " +"`bpo-24001 `__: Argument Clinic converters " "now use accept={type} instead of types={'type'} to specify the types the " "converter accepts." #: ../../../Misc/NEWS:6216 -#, fuzzy msgid "" "`bpo-23330 `__: h2py now supports " "arbitrary filenames in #include." msgstr "" -"`Issue #23330 `__: h2py now supports " -"arbitrary filenames in #include." +"`bpo-23330 `__: h2py now supports arbitrary " +"filenames in #include." #: ../../../Misc/NEWS:6218 -#, fuzzy msgid "" "`bpo-24031 `__: make patchcheck now " "supports git checkouts, too." msgstr "" -"`Issue #24031 `__: make patchcheck now " -"supports git checkouts, too." +"`bpo-24031 `__: make patchcheck now supports " +"git checkouts, too." #: ../../../Misc/NEWS:6222 msgid "Python 3.5.0 alpha 4" @@ -13536,7 +12410,6 @@ msgid "Release date: 2015-04-19" msgstr "" #: ../../../Misc/NEWS:6229 -#, fuzzy msgid "" "`bpo-22980 `__: Under Linux, GNU/" "KFreeBSD and the Hurd, C extensions now include the architecture triplet in " @@ -13544,245 +12417,221 @@ msgid "" "same working tree. Under OS X, the extension name now includes PEP 3149-" "style information." msgstr "" -"`Issue #22980 `__: Under Linux, GNU/KFreeBSD " -"and the Hurd, C extensions now include the architecture triplet in the " -"extension name, to make it easy to test builds for different ABIs in the " -"same working tree. Under OS X, the extension name now includes PEP 3149-" -"style information." +"`bpo-22980 `__: Under Linux, GNU/KFreeBSD and " +"the Hurd, C extensions now include the architecture triplet in the extension " +"name, to make it easy to test builds for different ABIs in the same working " +"tree. Under OS X, the extension name now includes PEP 3149-style " +"information." #: ../../../Misc/NEWS:6234 -#, fuzzy msgid "" "`bpo-22631 `__: Added Linux-specific " "socket constant CAN_RAW_FD_FRAMES. Patch courtesy of Joe Jevnik." msgstr "" -"`Issue #22631 `__: Added Linux-specific " -"socket constant CAN_RAW_FD_FRAMES. Patch courtesy of Joe Jevnik." +"`bpo-22631 `__: Added Linux-specific socket " +"constant CAN_RAW_FD_FRAMES. Patch courtesy of Joe Jevnik." #: ../../../Misc/NEWS:6237 -#, fuzzy msgid "" "`bpo-23731 `__: Implement PEP 488: " "removal of .pyo files." msgstr "" -"`Issue #23731 `__: Implement PEP 488: removal " +"`bpo-23731 `__: Implement PEP 488: removal " "of .pyo files." #: ../../../Misc/NEWS:6239 -#, fuzzy msgid "" "`bpo-23726 `__: Don't enable GC for user " "subclasses of non-GC types that don't add any new fields. Patch by Eugene " "Toder." msgstr "" -"`Issue #23726 `__: Don't enable GC for user " +"`bpo-23726 `__: Don't enable GC for user " "subclasses of non-GC types that don't add any new fields. Patch by Eugene " "Toder." #: ../../../Misc/NEWS:6242 -#, fuzzy msgid "" "`bpo-23309 `__: Avoid a deadlock at " "shutdown if a daemon thread is aborted while it is holding a lock to a " "buffered I/O object, and the main thread tries to use the same I/O object " "(typically stdout or stderr). A fatal error is emitted instead." msgstr "" -"`Issue #23309 `__: Avoid a deadlock at " -"shutdown if a daemon thread is aborted while it is holding a lock to a " -"buffered I/O object, and the main thread tries to use the same I/O object " -"(typically stdout or stderr). A fatal error is emitted instead." +"`bpo-23309 `__: Avoid a deadlock at shutdown " +"if a daemon thread is aborted while it is holding a lock to a buffered I/O " +"object, and the main thread tries to use the same I/O object (typically " +"stdout or stderr). A fatal error is emitted instead." #: ../../../Misc/NEWS:6247 -#, fuzzy msgid "" "`bpo-22977 `__: Fixed formatting Windows " "error messages on Wine. Patch by Martin Panter." msgstr "" -"`Issue #22977 `__: Fixed formatting Windows " +"`bpo-22977 `__: Fixed formatting Windows " "error messages on Wine. Patch by Martin Panter." #: ../../../Misc/NEWS:6250 -#, fuzzy msgid "" "`bpo-23466 `__: %c, %o, %x, and %X in " "bytes formatting now raise TypeError on non-integer input." msgstr "" -"`Issue #23466 `__: %c, %o, %x, and %X in " -"bytes formatting now raise TypeError on non-integer input." +"`bpo-23466 `__: %c, %o, %x, and %X in bytes " +"formatting now raise TypeError on non-integer input." #: ../../../Misc/NEWS:6253 -#, fuzzy msgid "" "`bpo-24044 `__: Fix possible null " "pointer dereference in list.sort in out of memory conditions." msgstr "" -"`Issue #24044 `__: Fix possible null pointer " +"`bpo-24044 `__: Fix possible null pointer " "dereference in list.sort in out of memory conditions." #: ../../../Misc/NEWS:6256 -#, fuzzy msgid "" "`bpo-21354 `__: PyCFunction_New function " "is exposed by python DLL again." msgstr "" -"`Issue #21354 `__: PyCFunction_New function " -"is exposed by python DLL again." +"`bpo-21354 `__: PyCFunction_New function is " +"exposed by python DLL again." #: ../../../Misc/NEWS:6261 -#, fuzzy msgid "" "`bpo-23840 `__: tokenize.open() now " "closes the temporary binary file on error to fix a resource warning." msgstr "" -"`Issue #23840 `__: tokenize.open() now closes " +"`bpo-23840 `__: tokenize.open() now closes " "the temporary binary file on error to fix a resource warning." #: ../../../Misc/NEWS:6264 -#, fuzzy msgid "" "`bpo-16914 `__: new debuglevel 2 in " "smtplib adds timestamps to debug output." msgstr "" -"`Issue #16914 `__: new debuglevel 2 in " -"smtplib adds timestamps to debug output." +"`bpo-16914 `__: new debuglevel 2 in smtplib " +"adds timestamps to debug output." #: ../../../Misc/NEWS:6266 -#, fuzzy msgid "" "`bpo-7159 `__: urllib.request now " "supports sending auth credentials automatically after the first 401. This " "enhancement is a superset of the enhancement from `bpo-19494 `__ and supersedes that change." msgstr "" -"`Issue #7159 `__: urllib.request now supports " +"`bpo-7159 `__: urllib.request now supports " "sending auth credentials automatically after the first 401. This " "enhancement is a superset of the enhancement from `issue #19494 `__ and supersedes that change." #: ../../../Misc/NEWS:6270 -#, fuzzy msgid "" "`bpo-23703 `__: Fix a regression in " "urljoin() introduced in 901e4e52b20a. Patch by Demian Brecht." msgstr "" -"`Issue #23703 `__: Fix a regression in " -"urljoin() introduced in 901e4e52b20a. Patch by Demian Brecht." +"`bpo-23703 `__: Fix a regression in urljoin() " +"introduced in 901e4e52b20a. Patch by Demian Brecht." #: ../../../Misc/NEWS:6273 -#, fuzzy msgid "" "`bpo-4254 `__: Adds _curses." "update_lines_cols(). Patch by Arnon Yaari" msgstr "" -"`Issue #4254 `__: Adds _curses." +"`bpo-4254 `__: Adds _curses." "update_lines_cols(). Patch by Arnon Yaari" #: ../../../Misc/NEWS:6275 -#, fuzzy msgid "" "`bpo-19933 `__: Provide default argument " "for ndigits in round. Patch by Vajrasky Kok." msgstr "" -"`Issue #19933 `__: Provide default argument " -"for ndigits in round. Patch by Vajrasky Kok." +"`bpo-19933 `__: Provide default argument for " +"ndigits in round. Patch by Vajrasky Kok." #: ../../../Misc/NEWS:6278 -#, fuzzy msgid "" "`bpo-23193 `__: Add a numeric_owner " "parameter to tarfile.TarFile.extract and tarfile.TarFile.extractall. Patch " "by Michael Vogt and Eric Smith." msgstr "" -"`Issue #23193 `__: Add a numeric_owner " -"parameter to tarfile.TarFile.extract and tarfile.TarFile.extractall. Patch " -"by Michael Vogt and Eric Smith." +"`bpo-23193 `__: Add a numeric_owner parameter " +"to tarfile.TarFile.extract and tarfile.TarFile.extractall. Patch by Michael " +"Vogt and Eric Smith." #: ../../../Misc/NEWS:6282 -#, fuzzy msgid "" "`bpo-23342 `__: Add a subprocess.run() " "function than returns a CalledProcess instance for a more consistent API " "than the existing call* functions." msgstr "" -"`Issue #23342 `__: Add a subprocess.run() " +"`bpo-23342 `__: Add a subprocess.run() " "function than returns a CalledProcess instance for a more consistent API " "than the existing call* functions." #: ../../../Misc/NEWS:6285 -#, fuzzy msgid "" "`bpo-21217 `__: inspect.getsourcelines() " "now tries to compute the start and end lines from the code object, fixing an " "issue when a lambda function is used as decorator argument. Patch by Thomas " "Ballinger and Allison Kaptur." msgstr "" -"`Issue #21217 `__: inspect.getsourcelines() " -"now tries to compute the start and end lines from the code object, fixing an " +"`bpo-21217 `__: inspect.getsourcelines() now " +"tries to compute the start and end lines from the code object, fixing an " "issue when a lambda function is used as decorator argument. Patch by Thomas " "Ballinger and Allison Kaptur." #: ../../../Misc/NEWS:6289 -#, fuzzy msgid "" "`bpo-24521 `__: Fix possible integer " "overflows in the pickle module." msgstr "" -"`Issue #24521 `__: Fix possible integer " +"`bpo-24521 `__: Fix possible integer " "overflows in the pickle module." #: ../../../Misc/NEWS:6291 -#, fuzzy msgid "" "`bpo-22931 `__: Allow '[' and ']' in " "cookie values." msgstr "" -"`Issue #22931 `__: Allow '[' and ']' in " -"cookie values." +"`bpo-22931 `__: Allow '[' and ']' in cookie " +"values." #: ../../../Misc/NEWS:6293 msgid "The keywords attribute of functools.partial is now always a dictionary." msgstr "" #: ../../../Misc/NEWS:6295 -#, fuzzy msgid "" "`bpo-23811 `__: Add missing newline to " "the PyCompileError error message. Patch by Alex Shkop." msgstr "" -"`Issue #23811 `__: Add missing newline to the " +"`bpo-23811 `__: Add missing newline to the " "PyCompileError error message. Patch by Alex Shkop." #: ../../../Misc/NEWS:6298 -#, fuzzy msgid "" "`bpo-21116 `__: Avoid blowing memory " "when allocating a multiprocessing shared array that's larger than 50% of the " "available RAM. Patch by Médéric Boquien." msgstr "" -"`Issue #21116 `__: Avoid blowing memory when " +"`bpo-21116 `__: Avoid blowing memory when " "allocating a multiprocessing shared array that's larger than 50% of the " "available RAM. Patch by Médéric Boquien." #: ../../../Misc/NEWS:6301 -#, fuzzy msgid "" "`bpo-22982 `__: Improve BOM handling " "when seeking to multiple positions of a writable text file." msgstr "" -"`Issue #22982 `__: Improve BOM handling when " +"`bpo-22982 `__: Improve BOM handling when " "seeking to multiple positions of a writable text file." #: ../../../Misc/NEWS:6304 -#, fuzzy msgid "" "`bpo-23464 `__: Removed deprecated " "asyncio JoinableQueue." msgstr "" -"`Issue #23464 `__: Removed deprecated asyncio " +"`bpo-23464 `__: Removed deprecated asyncio " "JoinableQueue." #: ../../../Misc/NEWS:6306 -#, fuzzy msgid "" "`bpo-23529 `__: Limit the size of " "decompressed data when reading from GzipFile, BZ2File or LZMAFile. This " @@ -13790,171 +12639,152 @@ msgid "" "payloads which decompress to a huge size). Patch by Martin Panter and " "Nikolaus Rath." msgstr "" -"`Issue #23529 `__: Limit the size of " +"`bpo-23529 `__: Limit the size of " "decompressed data when reading from GzipFile, BZ2File or LZMAFile. This " "defeats denial of service attacks using compressed bombs (i.e. compressed " "payloads which decompress to a huge size). Patch by Martin Panter and " "Nikolaus Rath." #: ../../../Misc/NEWS:6311 -#, fuzzy msgid "" "`bpo-21859 `__: Added Python " "implementation of io.FileIO." msgstr "" -"`Issue #21859 `__: Added Python " -"implementation of io.FileIO." +"`bpo-21859 `__: Added Python implementation " +"of io.FileIO." #: ../../../Misc/NEWS:6313 -#, fuzzy msgid "" "`bpo-23865 `__: close() methods in " "multiple modules now are idempotent and more robust at shutdown. If they " "need to release multiple resources, all are released even if errors occur." msgstr "" -"`Issue #23865 `__: close() methods in " -"multiple modules now are idempotent and more robust at shutdown. If they " -"need to release multiple resources, all are released even if errors occur." +"`bpo-23865 `__: close() methods in multiple " +"modules now are idempotent and more robust at shutdown. If they need to " +"release multiple resources, all are released even if errors occur." #: ../../../Misc/NEWS:6317 -#, fuzzy msgid "" "`bpo-23400 `__: Raise same exception on " "both Python 2 and 3 if sem_open is not available. Patch by Davin Potts." msgstr "" -"`Issue #23400 `__: Raise same exception on " -"both Python 2 and 3 if sem_open is not available. Patch by Davin Potts." +"`bpo-23400 `__: Raise same exception on both " +"Python 2 and 3 if sem_open is not available. Patch by Davin Potts." #: ../../../Misc/NEWS:6320 -#, fuzzy msgid "" "`bpo-10838 `__: The subprocess now " "module includes SubprocessError and TimeoutError in its list of exported " "names for the users wild enough to use ``from subprocess import *``." msgstr "" -"`Issue #10838 `__: The subprocess now module " +"`bpo-10838 `__: The subprocess now module " "includes SubprocessError and TimeoutError in its list of exported names for " "the users wild enough to use ``from subprocess import *``." #: ../../../Misc/NEWS:6324 -#, fuzzy msgid "" "`bpo-23411 `__: Added DefragResult, " "ParseResult, SplitResult, DefragResultBytes, ParseResultBytes, and " "SplitResultBytes to urllib.parse.__all__. Patch by Martin Panter." msgstr "" -"`Issue #23411 `__: Added DefragResult, " +"`bpo-23411 `__: Added DefragResult, " "ParseResult, SplitResult, DefragResultBytes, ParseResultBytes, and " "SplitResultBytes to urllib.parse.__all__. Patch by Martin Panter." #: ../../../Misc/NEWS:6328 -#, fuzzy msgid "" "`bpo-23881 `__: urllib.request." "ftpwrapper constructor now closes the socket if the FTP connection failed to " "fix a ResourceWarning." msgstr "" -"`Issue #23881 `__: urllib.request.ftpwrapper " +"`bpo-23881 `__: urllib.request.ftpwrapper " "constructor now closes the socket if the FTP connection failed to fix a " "ResourceWarning." #: ../../../Misc/NEWS:6331 -#, fuzzy msgid "" "`bpo-23853 `__: :meth:`socket.socket." "sendall` does no more reset the socket timeout each time data is sent " "successfully. The socket timeout is now the maximum total duration to send " "all data." msgstr "" -"`Issue #23853 `__: :meth:`socket.socket." -"sendall` does no more reset the socket timeout each time data is sent " -"successfully. The socket timeout is now the maximum total duration to send " -"all data." +"`bpo-23853 `__: :meth:`socket.socket.sendall` " +"does no more reset the socket timeout each time data is sent successfully. " +"The socket timeout is now the maximum total duration to send all data." #: ../../../Misc/NEWS:6335 -#, fuzzy msgid "" "`bpo-22721 `__: An order of multiline " "pprint output of set or dict containing orderable and non-orderable elements " "no longer depends on iteration order of set or dict." msgstr "" -"`Issue #22721 `__: An order of multiline " -"pprint output of set or dict containing orderable and non-orderable elements " -"no longer depends on iteration order of set or dict." +"`bpo-22721 `__: An order of multiline pprint " +"output of set or dict containing orderable and non-orderable elements no " +"longer depends on iteration order of set or dict." #: ../../../Misc/NEWS:6339 -#, fuzzy msgid "" "`bpo-15133 `__: _tkinter.tkapp." "getboolean() now supports Tcl_Obj and always returns bool. tkinter." "BooleanVar now validates input values (accepted bool, int, str, and " "Tcl_Obj). tkinter.BooleanVar.get() now always returns bool." msgstr "" -"`Issue #15133 `__: _tkinter.tkapp." -"getboolean() now supports Tcl_Obj and always returns bool. tkinter." -"BooleanVar now validates input values (accepted bool, int, str, and " -"Tcl_Obj). tkinter.BooleanVar.get() now always returns bool." +"`bpo-15133 `__: _tkinter.tkapp.getboolean() " +"now supports Tcl_Obj and always returns bool. tkinter.BooleanVar now " +"validates input values (accepted bool, int, str, and Tcl_Obj). tkinter." +"BooleanVar.get() now always returns bool." #: ../../../Misc/NEWS:6343 -#, fuzzy msgid "" "`bpo-10590 `__: xml.sax.parseString() " "now supports string argument." msgstr "" -"`Issue #10590 `__: xml.sax.parseString() now " +"`bpo-10590 `__: xml.sax.parseString() now " "supports string argument." #: ../../../Misc/NEWS:6345 -#, fuzzy msgid "" "`bpo-23338 `__: Fixed formatting ctypes " "error messages on Cygwin. Patch by Makoto Kato." msgstr "" -"`Issue #23338 `__: Fixed formatting ctypes " -"error messages on Cygwin. Patch by Makoto Kato." +"`bpo-23338 `__: Fixed formatting ctypes error " +"messages on Cygwin. Patch by Makoto Kato." #: ../../../Misc/NEWS:6348 -#, fuzzy msgid "" "`bpo-15582 `__: inspect.getdoc() now " "follows inheritance chains." msgstr "" -"`Issue #15582 `__: inspect.getdoc() now " -"follows inheritance chains." +"`bpo-15582 `__: inspect.getdoc() now follows " +"inheritance chains." #: ../../../Misc/NEWS:6350 -#, fuzzy msgid "" "`bpo-2175 `__: SAX parsers now support a " "character stream of InputSource object." msgstr "" -"`Issue #2175 `__: SAX parsers now support a " +"`bpo-2175 `__: SAX parsers now support a " "character stream of InputSource object." #: ../../../Misc/NEWS:6352 -#, fuzzy msgid "" "`bpo-16840 `__: Tkinter now supports 64-" "bit integers added in Tcl 8.4 and arbitrary precision integers added in Tcl " "8.5." msgstr "" -"`Issue #16840 `__: Tkinter now supports 64-" -"bit integers added in Tcl 8.4 and arbitrary precision integers added in Tcl " -"8.5." +"`bpo-16840 `__: Tkinter now supports 64-bit " +"integers added in Tcl 8.4 and arbitrary precision integers added in Tcl 8.5." #: ../../../Misc/NEWS:6355 -#, fuzzy msgid "" "`bpo-23834 `__: Fix socket.sendto(), use " "the C Py_ssize_t type to store the result of sendto() instead of the C int " "type." msgstr "" -"`Issue #23834 `__: Fix socket.sendto(), use " -"the C Py_ssize_t type to store the result of sendto() instead of the C int " -"type." +"`bpo-23834 `__: Fix socket.sendto(), use the " +"C Py_ssize_t type to store the result of sendto() instead of the C int type." #: ../../../Misc/NEWS:6358 -#, fuzzy msgid "" "`bpo-23618 `__: :meth:`socket.socket." "connect` now waits until the connection completes instead of raising :exc:" @@ -13963,246 +12793,219 @@ msgid "" "timeout. :meth:`socket.socket.connect` still raise :exc:`InterruptedError` " "for non-blocking sockets." msgstr "" -"`Issue #23618 `__: :meth:`socket.socket." -"connect` now waits until the connection completes instead of raising :exc:" +"`bpo-23618 `__: :meth:`socket.socket.connect` " +"now waits until the connection completes instead of raising :exc:" "`InterruptedError` if the connection is interrupted by signals, signal " "handlers don't raise an exception and the socket is blocking or has a " "timeout. :meth:`socket.socket.connect` still raise :exc:`InterruptedError` " "for non-blocking sockets." #: ../../../Misc/NEWS:6364 -#, fuzzy msgid "" "`bpo-21526 `__: Tkinter now supports new " "boolean type in Tcl 8.5." msgstr "" -"`Issue #21526 `__: Tkinter now supports new " +"`bpo-21526 `__: Tkinter now supports new " "boolean type in Tcl 8.5." #: ../../../Misc/NEWS:6366 -#, fuzzy msgid "" "`bpo-23836 `__: Fix the faulthandler " "module to handle reentrant calls to its signal handlers." msgstr "" -"`Issue #23836 `__: Fix the faulthandler " -"module to handle reentrant calls to its signal handlers." +"`bpo-23836 `__: Fix the faulthandler module " +"to handle reentrant calls to its signal handlers." #: ../../../Misc/NEWS:6369 -#, fuzzy msgid "" "`bpo-23838 `__: linecache now clears the " "cache and returns an empty result on MemoryError." msgstr "" -"`Issue #23838 `__: linecache now clears the " +"`bpo-23838 `__: linecache now clears the " "cache and returns an empty result on MemoryError." #: ../../../Misc/NEWS:6372 -#, fuzzy msgid "" "`bpo-10395 `__: Added os.path." "commonpath(). Implemented in posixpath and ntpath. Based on patch by Rafik " "Draoui." msgstr "" -"`Issue #10395 `__: Added os.path." -"commonpath(). Implemented in posixpath and ntpath. Based on patch by Rafik " -"Draoui." +"`bpo-10395 `__: Added os.path.commonpath(). " +"Implemented in posixpath and ntpath. Based on patch by Rafik Draoui." #: ../../../Misc/NEWS:6375 -#, fuzzy msgid "" "`bpo-23611 `__: Serializing more " "\"lookupable\" objects (such as unbound methods or nested classes) now are " "supported with pickle protocols < 4." msgstr "" -"`Issue #23611 `__: Serializing more " -"\"lookupable\" objects (such as unbound methods or nested classes) now are " -"supported with pickle protocols < 4." +"`bpo-23611 `__: Serializing more \"lookupable" +"\" objects (such as unbound methods or nested classes) now are supported " +"with pickle protocols < 4." #: ../../../Misc/NEWS:6378 -#, fuzzy msgid "" "`bpo-13583 `__: sqlite3.Row now supports " "slice indexing." msgstr "" -"`Issue #13583 `__: sqlite3.Row now supports " +"`bpo-13583 `__: sqlite3.Row now supports " "slice indexing." #: ../../../Misc/NEWS:6380 -#, fuzzy msgid "" "`bpo-18473 `__: Fixed 2to3 and 3to2 " "compatible pickle mappings. Fixed ambigious reverse mappings. Added many " "new mappings. Import mapping is no longer applied to modules already mapped " "with full name mapping." msgstr "" -"`Issue #18473 `__: Fixed 2to3 and 3to2 " +"`bpo-18473 `__: Fixed 2to3 and 3to2 " "compatible pickle mappings. Fixed ambigious reverse mappings. Added many " "new mappings. Import mapping is no longer applied to modules already mapped " "with full name mapping." #: ../../../Misc/NEWS:6384 -#, fuzzy msgid "" "`bpo-23485 `__: select.select() is now " "retried automatically with the recomputed timeout when interrupted by a " "signal, except if the signal handler raises an exception. This change is " "part of the PEP 475." msgstr "" -"`Issue #23485 `__: select.select() is now " +"`bpo-23485 `__: select.select() is now " "retried automatically with the recomputed timeout when interrupted by a " "signal, except if the signal handler raises an exception. This change is " "part of the PEP 475." #: ../../../Misc/NEWS:6388 -#, fuzzy msgid "" "`bpo-23752 `__: When built from an " "existing file descriptor, io.FileIO() now only calls fstat() once. Before " "fstat() was called twice, which was not necessary." msgstr "" -"`Issue #23752 `__: When built from an " -"existing file descriptor, io.FileIO() now only calls fstat() once. Before " -"fstat() was called twice, which was not necessary." +"`bpo-23752 `__: When built from an existing " +"file descriptor, io.FileIO() now only calls fstat() once. Before fstat() was " +"called twice, which was not necessary." #: ../../../Misc/NEWS:6392 -#, fuzzy msgid "" "`bpo-23704 `__: collections.deque() " "objects now support __add__, __mul__, and __imul__()." msgstr "" -"`Issue #23704 `__: collections.deque() " -"objects now support __add__, __mul__, and __imul__()." +"`bpo-23704 `__: collections.deque() objects " +"now support __add__, __mul__, and __imul__()." #: ../../../Misc/NEWS:6395 -#, fuzzy msgid "" "`bpo-23171 `__: csv.Writer.writerow() " "now supports arbitrary iterables." msgstr "" -"`Issue #23171 `__: csv.Writer.writerow() now " +"`bpo-23171 `__: csv.Writer.writerow() now " "supports arbitrary iterables." #: ../../../Misc/NEWS:6397 -#, fuzzy msgid "" "`bpo-23745 `__: The new email header " "parser now handles duplicate MIME parameter names without error, similar to " "how get_param behaves." msgstr "" -"`Issue #23745 `__: The new email header " -"parser now handles duplicate MIME parameter names without error, similar to " -"how get_param behaves." +"`bpo-23745 `__: The new email header parser " +"now handles duplicate MIME parameter names without error, similar to how " +"get_param behaves." #: ../../../Misc/NEWS:6400 -#, fuzzy msgid "" "`bpo-22117 `__: Fix os.utime(), it now " "rounds the timestamp towards minus infinity (-inf) instead of rounding " "towards zero." msgstr "" -"`Issue #22117 `__: Fix os.utime(), it now " -"rounds the timestamp towards minus infinity (-inf) instead of rounding " -"towards zero." +"`bpo-22117 `__: Fix os.utime(), it now rounds " +"the timestamp towards minus infinity (-inf) instead of rounding towards zero." #: ../../../Misc/NEWS:6403 -#, fuzzy msgid "" "`bpo-23310 `__: Fix MagicMock's " "initializer to work with __methods__, just like configure_mock(). Patch by " "Kasia Jachim." msgstr "" -"`Issue #23310 `__: Fix MagicMock's " -"initializer to work with __methods__, just like configure_mock(). Patch by " -"Kasia Jachim." +"`bpo-23310 `__: Fix MagicMock's initializer " +"to work with __methods__, just like configure_mock(). Patch by Kasia Jachim." #: ../../../Misc/NEWS:6409 -#, fuzzy msgid "" "`bpo-23817 `__: FreeBSD now uses \"1.0\" " "in the SOVERSION as other operating systems, instead of just \"1\"." msgstr "" -"`Issue #23817 `__: FreeBSD now uses \"1.0\" " -"in the SOVERSION as other operating systems, instead of just \"1\"." +"`bpo-23817 `__: FreeBSD now uses \"1.0\" in " +"the SOVERSION as other operating systems, instead of just \"1\"." #: ../../../Misc/NEWS:6412 -#, fuzzy msgid "" "`bpo-23501 `__: Argument Clinic now " "generates code into separate files by default." msgstr "" -"`Issue #23501 `__: Argument Clinic now " -"generates code into separate files by default." +"`bpo-23501 `__: Argument Clinic now generates " +"code into separate files by default." #: ../../../Misc/NEWS:6417 -#, fuzzy msgid "" "`bpo-23799 `__: Added test.support." "start_threads() for running and cleaning up multiple threads." msgstr "" -"`Issue #23799 `__: Added test.support." +"`bpo-23799 `__: Added test.support." "start_threads() for running and cleaning up multiple threads." #: ../../../Misc/NEWS:6420 -#, fuzzy msgid "" "`bpo-22390 `__: test.regrtest now emits " "a warning if temporary files or directories are left after running a test." msgstr "" -"`Issue #22390 `__: test.regrtest now emits a " +"`bpo-22390 `__: test.regrtest now emits a " "warning if temporary files or directories are left after running a test." #: ../../../Misc/NEWS:6426 -#, fuzzy msgid "" "`bpo-18128 `__: pygettext now uses " "standard +NNNN format in the POT-Creation-Date header." msgstr "" -"`Issue #18128 `__: pygettext now uses " -"standard +NNNN format in the POT-Creation-Date header." +"`bpo-18128 `__: pygettext now uses standard " +"+NNNN format in the POT-Creation-Date header." #: ../../../Misc/NEWS:6429 -#, fuzzy msgid "" "`bpo-23935 `__: Argument Clinic's " "understanding of format units accepting bytes, bytearrays, and buffers is " "now consistent with both the documentation and the implementation." msgstr "" -"`Issue #23935 `__: Argument Clinic's " +"`bpo-23935 `__: Argument Clinic's " "understanding of format units accepting bytes, bytearrays, and buffers is " "now consistent with both the documentation and the implementation." #: ../../../Misc/NEWS:6433 -#, fuzzy msgid "" "`bpo-23944 `__: Argument Clinic now " "wraps long impl prototypes at column 78." msgstr "" -"`Issue #23944 `__: Argument Clinic now wraps " +"`bpo-23944 `__: Argument Clinic now wraps " "long impl prototypes at column 78." #: ../../../Misc/NEWS:6435 -#, fuzzy msgid "" "`bpo-20586 `__: Argument Clinic now " "ensures that functions without docstrings have signatures." msgstr "" -"`Issue #20586 `__: Argument Clinic now " -"ensures that functions without docstrings have signatures." +"`bpo-20586 `__: Argument Clinic now ensures " +"that functions without docstrings have signatures." #: ../../../Misc/NEWS:6438 -#, fuzzy msgid "" "`bpo-23492 `__: Argument Clinic now " "generates argument parsing code with PyArg_Parse instead of PyArg_ParseTuple " "if possible." msgstr "" -"`Issue #23492 `__: Argument Clinic now " -"generates argument parsing code with PyArg_Parse instead of PyArg_ParseTuple " -"if possible." +"`bpo-23492 `__: Argument Clinic now generates " +"argument parsing code with PyArg_Parse instead of PyArg_ParseTuple if " +"possible." #: ../../../Misc/NEWS:6441 -#, fuzzy msgid "" "`bpo-23500 `__: Argument Clinic is now " "smarter about generating the \"#ifndef\" (empty) definition of the methoddef " @@ -14210,19 +13013,18 @@ msgid "" "symbol multiple times, and it's emitted at the end of all processing rather " "than immediately after the first use." msgstr "" -"`Issue #23500 `__: Argument Clinic is now " +"`bpo-23500 `__: Argument Clinic is now " "smarter about generating the \"#ifndef\" (empty) definition of the methoddef " "macro: it's only generated once, even if Argument Clinic processes the same " "symbol multiple times, and it's emitted at the end of all processing rather " "than immediately after the first use." #: ../../../Misc/NEWS:6449 -#, fuzzy msgid "" "`bpo-23998 `__: PyImport_ReInitLock() " "now checks for lock allocation error" msgstr "" -"`Issue #23998 `__: PyImport_ReInitLock() now " +"`bpo-23998 `__: PyImport_ReInitLock() now " "checks for lock allocation error" #: ../../../Misc/NEWS:6453 @@ -14234,293 +13036,263 @@ msgid "Release date: 2015-03-28" msgstr "" #: ../../../Misc/NEWS:6460 -#, fuzzy msgid "" "`bpo-23573 `__: Increased performance of " "string search operations (str.find, str.index, str.count, the in operator, " "str.split, str.partition) with arguments of different kinds (UCS1, UCS2, " "UCS4)." msgstr "" -"`Issue #23573 `__: Increased performance of " +"`bpo-23573 `__: Increased performance of " "string search operations (str.find, str.index, str.count, the in operator, " "str.split, str.partition) with arguments of different kinds (UCS1, UCS2, " "UCS4)." #: ../../../Misc/NEWS:6464 -#, fuzzy msgid "" "`bpo-23753 `__: Python doesn't support " "anymore platforms without stat() or fstat(), these functions are always " "required." msgstr "" -"`Issue #23753 `__: Python doesn't support " +"`bpo-23753 `__: Python doesn't support " "anymore platforms without stat() or fstat(), these functions are always " "required." #: ../../../Misc/NEWS:6467 -#, fuzzy msgid "" "`bpo-23681 `__: The -b option now " "affects comparisons of bytes with int." msgstr "" -"`Issue #23681 `__: The -b option now affects " +"`bpo-23681 `__: The -b option now affects " "comparisons of bytes with int." #: ../../../Misc/NEWS:6469 -#, fuzzy msgid "" "`bpo-23632 `__: Memoryviews now allow " "tuple indexing (including for multi-dimensional memoryviews)." msgstr "" -"`Issue #23632 `__: Memoryviews now allow " -"tuple indexing (including for multi-dimensional memoryviews)." +"`bpo-23632 `__: Memoryviews now allow tuple " +"indexing (including for multi-dimensional memoryviews)." #: ../../../Misc/NEWS:6472 -#, fuzzy msgid "" "`bpo-23192 `__: Fixed generator " "lambdas. Patch by Bruno Cauet." msgstr "" -"`Issue #23192 `__: Fixed generator lambdas. " +"`bpo-23192 `__: Fixed generator lambdas. " "Patch by Bruno Cauet." #: ../../../Misc/NEWS:6474 -#, fuzzy msgid "" "`bpo-23629 `__: Fix the default " "__sizeof__ implementation for variable-sized objects." msgstr "" -"`Issue #23629 `__: Fix the default __sizeof__ " +"`bpo-23629 `__: Fix the default __sizeof__ " "implementation for variable-sized objects." #: ../../../Misc/NEWS:6480 -#, fuzzy msgid "" "`bpo-14260 `__: The groupindex attribute " "of regular expression pattern object now is non-modifiable mapping." msgstr "" -"`Issue #14260 `__: The groupindex attribute " -"of regular expression pattern object now is non-modifiable mapping." +"`bpo-14260 `__: The groupindex attribute of " +"regular expression pattern object now is non-modifiable mapping." #: ../../../Misc/NEWS:6483 -#, fuzzy msgid "" "`bpo-23792 `__: Ignore KeyboardInterrupt " "when the pydoc pager is active. This mimics the behavior of the standard " "unix pagers, and prevents pipepager from shutting down while the pager " "itself is still running." msgstr "" -"`Issue #23792 `__: Ignore KeyboardInterrupt " -"when the pydoc pager is active. This mimics the behavior of the standard " -"unix pagers, and prevents pipepager from shutting down while the pager " -"itself is still running." +"`bpo-23792 `__: Ignore KeyboardInterrupt when " +"the pydoc pager is active. This mimics the behavior of the standard unix " +"pagers, and prevents pipepager from shutting down while the pager itself is " +"still running." #: ../../../Misc/NEWS:6487 -#, fuzzy msgid "" "`bpo-23775 `__: pprint() of OrderedDict " "now outputs the same representation as repr()." msgstr "" -"`Issue #23775 `__: pprint() of OrderedDict " -"now outputs the same representation as repr()." +"`bpo-23775 `__: pprint() of OrderedDict now " +"outputs the same representation as repr()." #: ../../../Misc/NEWS:6490 -#, fuzzy msgid "" "`bpo-23765 `__: Removed IsBadStringPtr " "calls in ctypes" msgstr "" -"`Issue #23765 `__: Removed IsBadStringPtr " -"calls in ctypes" +"`bpo-23765 `__: Removed IsBadStringPtr calls " +"in ctypes" #: ../../../Misc/NEWS:6492 -#, fuzzy msgid "" "`bpo-22364 `__: Improved some re error " "messages using regex for hints." msgstr "" -"`Issue #22364 `__: Improved some re error " +"`bpo-22364 `__: Improved some re error " "messages using regex for hints." #: ../../../Misc/NEWS:6494 -#, fuzzy msgid "" "`bpo-23742 `__: ntpath.expandvars() no " "longer loses unbalanced single quotes." msgstr "" -"`Issue #23742 `__: ntpath.expandvars() no " -"longer loses unbalanced single quotes." +"`bpo-23742 `__: ntpath.expandvars() no longer " +"loses unbalanced single quotes." #: ../../../Misc/NEWS:6496 -#, fuzzy msgid "" "`bpo-21717 `__: The zipfile.ZipFile.open " "function now supports 'x' (exclusive creation) mode." msgstr "" -"`Issue #21717 `__: The zipfile.ZipFile.open " +"`bpo-21717 `__: The zipfile.ZipFile.open " "function now supports 'x' (exclusive creation) mode." #: ../../../Misc/NEWS:6499 -#, fuzzy msgid "" "`bpo-21802 `__: The reader in " "BufferedRWPair now is closed even when closing writer failed in " "BufferedRWPair.close()." msgstr "" -"`Issue #21802 `__: The reader in " -"BufferedRWPair now is closed even when closing writer failed in " -"BufferedRWPair.close()." +"`bpo-21802 `__: The reader in BufferedRWPair " +"now is closed even when closing writer failed in BufferedRWPair.close()." #: ../../../Misc/NEWS:6502 -#, fuzzy msgid "" "`bpo-23622 `__: Unknown escapes in " "regular expressions that consist of ``'\\'`` and ASCII letter now raise a " "deprecation warning and will be forbidden in Python 3.6." msgstr "" -"`Issue #23622 `__: Unknown escapes in regular " +"`bpo-23622 `__: Unknown escapes in regular " "expressions that consist of ``'\\'`` and an ASCII letter now raise a " "deprecation warning and will be forbidden in Python 3.6." #: ../../../Misc/NEWS:6506 -#, fuzzy msgid "" "`bpo-23671 `__: string.Template now " "allows specifying the \"self\" parameter as a keyword argument. string." "Formatter now allows specifying the \"self\" and the \"format_string\" " "parameters as keyword arguments." msgstr "" -"`Issue #23671 `__: string.Template now allows " +"`bpo-23671 `__: string.Template now allows " "specifying the \"self\" parameter as a keyword argument. string.Formatter " "now allows specifying the \"self\" and the \"format_string\" parameters as " "keyword arguments." #: ../../../Misc/NEWS:6510 -#, fuzzy msgid "" "`bpo-23502 `__: The pprint module now " "supports mapping proxies." msgstr "" -"`Issue #23502 `__: The pprint module now " +"`bpo-23502 `__: The pprint module now " "supports mapping proxies." #: ../../../Misc/NEWS:6512 -#, fuzzy msgid "" "`bpo-17530 `__: pprint now wraps long " "bytes objects and bytearrays." msgstr "" -"`Issue #17530 `__: pprint now wraps long " -"bytes objects and bytearrays." +"`bpo-17530 `__: pprint now wraps long bytes " +"objects and bytearrays." #: ../../../Misc/NEWS:6514 -#, fuzzy msgid "" "`bpo-22687 `__: Fixed some corner cases " "in breaking words in tetxtwrap. Got rid of quadratic complexity in breaking " "long words." msgstr "" -"`Issue #22687 `__: Fixed some corner cases in " +"`bpo-22687 `__: Fixed some corner cases in " "breaking words in tetxtwrap. Got rid of quadratic complexity in breaking " "long words." #: ../../../Misc/NEWS:6517 -#, fuzzy msgid "" "`bpo-4727 `__: The copy module now uses " "pickle protocol 4 (PEP 3154) and supports copying of instances of classes " "whose __new__ method takes keyword-only arguments." msgstr "" -"`Issue #4727 `__: The copy module now uses " -"pickle protocol 4 (PEP 3154) and supports copying of instances of classes " -"whose __new__ method takes keyword-only arguments." +"`bpo-4727 `__: The copy module now uses pickle " +"protocol 4 (PEP 3154) and supports copying of instances of classes whose " +"__new__ method takes keyword-only arguments." #: ../../../Misc/NEWS:6521 -#, fuzzy msgid "" "`bpo-23491 `__: Added a zipapp module to " "support creating executable zip file archives of Python code. Registered \"." "pyz\" and \".pyzw\" extensions on Windows for these archives (PEP 441)." msgstr "" -"`Issue #23491 `__: Added a zipapp module to " +"`bpo-23491 `__: Added a zipapp module to " "support creating executable zip file archives of Python code. Registered \"." "pyz\" and \".pyzw\" extensions on Windows for these archives (PEP 441)." #: ../../../Misc/NEWS:6525 -#, fuzzy msgid "" "`bpo-23657 `__: Avoid explicit checks " "for str in zipapp, adding support for pathlib.Path objects as arguments." msgstr "" -"`Issue #23657 `__: Avoid explicit checks for " -"str in zipapp, adding support for pathlib.Path objects as arguments." +"`bpo-23657 `__: Avoid explicit checks for str " +"in zipapp, adding support for pathlib.Path objects as arguments." #: ../../../Misc/NEWS:6528 -#, fuzzy msgid "" "`bpo-23688 `__: Added support of " "arbitrary bytes-like objects and avoided unnecessary copying of memoryview " "in gzip.GzipFile.write(). Original patch by Wolfgang Maier." msgstr "" -"`Issue #23688 `__: Added support of arbitrary " +"`bpo-23688 `__: Added support of arbitrary " "bytes-like objects and avoided unnecessary copying of memoryview in gzip." "GzipFile.write(). Original patch by Wolfgang Maier." #: ../../../Misc/NEWS:6532 -#, fuzzy msgid "" "`bpo-23252 `__: Added support for " "writing ZIP files to unseekable streams." msgstr "" -"`Issue #23252 `__: Added support for writing " -"ZIP files to unseekable streams." +"`bpo-23252 `__: Added support for writing ZIP " +"files to unseekable streams." #: ../../../Misc/NEWS:6534 -#, fuzzy msgid "" "`bpo-23647 `__: Increase impalib's " "MAXLINE to accommodate modern mailbox sizes." msgstr "" -"`Issue #23647 `__: Increase impalib's MAXLINE " -"to accommodate modern mailbox sizes." +"`bpo-23647 `__: Increase impalib's MAXLINE to " +"accommodate modern mailbox sizes." #: ../../../Misc/NEWS:6536 -#, fuzzy msgid "" "`bpo-23539 `__: If body is None, http." "client.HTTPConnection.request now sets Content-Length to 0 for PUT, POST, " "and PATCH headers to avoid 411 errors from some web servers." msgstr "" -"`Issue #23539 `__: If body is None, http." -"client.HTTPConnection.request now sets Content-Length to 0 for PUT, POST, " -"and PATCH headers to avoid 411 errors from some web servers." +"`bpo-23539 `__: If body is None, http.client." +"HTTPConnection.request now sets Content-Length to 0 for PUT, POST, and PATCH " +"headers to avoid 411 errors from some web servers." #: ../../../Misc/NEWS:6540 -#, fuzzy msgid "" "`bpo-22351 `__: The nntplib.NNTP " "constructor no longer leaves the connection and socket open until the " "garbage collector cleans them up. Patch by Martin Panter." msgstr "" -"`Issue #22351 `__: The nntplib.NNTP " -"constructor no longer leaves the connection and socket open until the " -"garbage collector cleans them up. Patch by Martin Panter." +"`bpo-22351 `__: The nntplib.NNTP constructor " +"no longer leaves the connection and socket open until the garbage collector " +"cleans them up. Patch by Martin Panter." #: ../../../Misc/NEWS:6544 -#, fuzzy msgid "" "`bpo-23704 `__: collections.deque() " "objects now support methods for index(), insert(), and copy(). This allows " "deques to be registered as a MutableSequence and it improves their " "substitutability for lists." msgstr "" -"`Issue #23704 `__: collections.deque() " -"objects now support methods for index(), insert(), and copy(). This allows " -"deques to be registered as a MutableSequence and it improves their " -"substitutability for lists." +"`bpo-23704 `__: collections.deque() objects " +"now support methods for index(), insert(), and copy(). This allows deques " +"to be registered as a MutableSequence and it improves their substitutability " +"for lists." #: ../../../Misc/NEWS:6548 -#, fuzzy msgid "" "`bpo-23715 `__: :func:`signal." "sigwaitinfo` and :func:`signal.sigtimedwait` are now retried when " @@ -14528,81 +13300,74 @@ msgid "" "does not raise an exception. signal.sigtimedwait() recomputes the timeout " "with a monotonic clock when it is retried." msgstr "" -"`Issue #23715 `__: :func:`signal.sigwaitinfo` " +"`bpo-23715 `__: :func:`signal.sigwaitinfo` " "and :func:`signal.sigtimedwait` are now retried when interrupted by a signal " "not in the *sigset* parameter, if the signal handler does not raise an " "exception. signal.sigtimedwait() recomputes the timeout with a monotonic " "clock when it is retried." #: ../../../Misc/NEWS:6553 -#, fuzzy msgid "" "`bpo-23001 `__: Few functions in modules " "mmap, ossaudiodev, socket, ssl, and codecs, that accepted only read-only " "bytes-like object now accept writable bytes-like object too." msgstr "" -"`Issue #23001 `__: Few functions in modules " +"`bpo-23001 `__: Few functions in modules " "mmap, ossaudiodev, socket, ssl, and codecs, that accepted only read-only " "bytes-like object now accept writable bytes-like object too." #: ../../../Misc/NEWS:6557 -#, fuzzy msgid "" "`bpo-23646 `__: If time.sleep() is " "interrupted by a signal, the sleep is now retried with the recomputed delay, " "except if the signal handler raises an exception (PEP 475)." msgstr "" -"`Issue #23646 `__: If time.sleep() is " +"`bpo-23646 `__: If time.sleep() is " "interrupted by a signal, the sleep is now retried with the recomputed delay, " "except if the signal handler raises an exception (PEP 475)." #: ../../../Misc/NEWS:6561 -#, fuzzy msgid "" "`bpo-23136 `__: _strptime now uniformly " "handles all days in week 0, including Dec 30 of previous year. Based on " "patch by Jim Carroll." msgstr "" -"`Issue #23136 `__: _strptime now uniformly " +"`bpo-23136 `__: _strptime now uniformly " "handles all days in week 0, including Dec 30 of previous year. Based on " "patch by Jim Carroll." #: ../../../Misc/NEWS:6564 -#, fuzzy msgid "" "`bpo-23700 `__: Iterator of " "NamedTemporaryFile now keeps a reference to NamedTemporaryFile instance. " "Patch by Bohuslav Kabrda." msgstr "" -"`Issue #23700 `__: Iterator of " +"`bpo-23700 `__: Iterator of " "NamedTemporaryFile now keeps a reference to NamedTemporaryFile instance. " "Patch by Bohuslav Kabrda." #: ../../../Misc/NEWS:6567 -#, fuzzy msgid "" "`bpo-22903 `__: The fake test case " "created by unittest.loader when it fails importing a test module is now " "picklable." msgstr "" -"`Issue #22903 `__: The fake test case created " -"by unittest.loader when it fails importing a test module is now picklable." +"`bpo-22903 `__: The fake test case created by " +"unittest.loader when it fails importing a test module is now picklable." #: ../../../Misc/NEWS:6570 -#, fuzzy msgid "" "`bpo-22181 `__: On Linux, os.urandom() " "now uses the new getrandom() syscall if available, syscall introduced in the " "Linux kernel 3.17. It is more reliable and more secure, because it avoids " "the need of a file descriptor and waits until the kernel has enough entropy." msgstr "" -"`Issue #22181 `__: On Linux, os.urandom() now " +"`bpo-22181 `__: On Linux, os.urandom() now " "uses the new getrandom() syscall if available, syscall introduced in the " "Linux kernel 3.17. It is more reliable and more secure, because it avoids " "the need of a file descriptor and waits until the kernel has enough entropy." #: ../../../Misc/NEWS:6575 -#, fuzzy msgid "" "`bpo-2211 `__: Updated the implementation " "of the http.cookies.Morsel class. Setting attributes key, value and " @@ -14612,165 +13377,149 @@ msgid "" "dict. repr() now contains all attributes. Optimized checking keys and " "quoting values. Added new tests. Original patch by Demian Brecht." msgstr "" -"`Issue #2211 `__: Updated the implementation " -"of the http.cookies.Morsel class. Setting attributes key, value and " -"coded_value directly now is deprecated. update() and setdefault() now " -"transform and check keys. Comparing for equality now takes into account " -"attributes key, value and coded_value. copy() now returns a Morsel, not a " -"dict. repr() now contains all attributes. Optimized checking keys and " -"quoting values. Added new tests. Original patch by Demian Brecht." +"`bpo-2211 `__: Updated the implementation of " +"the http.cookies.Morsel class. Setting attributes key, value and coded_value " +"directly now is deprecated. update() and setdefault() now transform and " +"check keys. Comparing for equality now takes into account attributes key, " +"value and coded_value. copy() now returns a Morsel, not a dict. repr() now " +"contains all attributes. Optimized checking keys and quoting values. Added " +"new tests. Original patch by Demian Brecht." #: ../../../Misc/NEWS:6583 -#, fuzzy msgid "" "`bpo-18983 `__: Allow selection of " "output units in timeit. Patch by Julian Gindi." msgstr "" -"`Issue #18983 `__: Allow selection of output " +"`bpo-18983 `__: Allow selection of output " "units in timeit. Patch by Julian Gindi." #: ../../../Misc/NEWS:6586 -#, fuzzy msgid "" "`bpo-23631 `__: Fix traceback." "format_list when a traceback has been mutated." msgstr "" -"`Issue #23631 `__: Fix traceback.format_list " +"`bpo-23631 `__: Fix traceback.format_list " "when a traceback has been mutated." #: ../../../Misc/NEWS:6588 -#, fuzzy msgid "" "`bpo-23568 `__: Add rdivmod support to " "MagicMock() objects. Patch by Håkan Lövdahl." msgstr "" -"`Issue #23568 `__: Add rdivmod support to " +"`bpo-23568 `__: Add rdivmod support to " "MagicMock() objects. Patch by Håkan Lövdahl." #: ../../../Misc/NEWS:6591 -#, fuzzy msgid "" "`bpo-2052 `__: Add charset parameter to " "HtmlDiff.make_file()." msgstr "" -"`Issue #2052 `__: Add charset parameter to " +"`bpo-2052 `__: Add charset parameter to " "HtmlDiff.make_file()." #: ../../../Misc/NEWS:6593 -#, fuzzy msgid "" "`bpo-23668 `__: Support os.truncate and " "os.ftruncate on Windows." msgstr "" -"`Issue #23668 `__: Support os.truncate and os." +"`bpo-23668 `__: Support os.truncate and os." "ftruncate on Windows." #: ../../../Misc/NEWS:6595 -#, fuzzy msgid "" "`bpo-23138 `__: Fixed parsing cookies " "with absent keys or values in cookiejar. Patch by Demian Brecht." msgstr "" -"`Issue #23138 `__: Fixed parsing cookies with " +"`bpo-23138 `__: Fixed parsing cookies with " "absent keys or values in cookiejar. Patch by Demian Brecht." #: ../../../Misc/NEWS:6598 -#, fuzzy msgid "" "`bpo-23051 `__: multiprocessing.Pool " "methods imap() and imap_unordered() now handle exceptions raised by an " "iterator. Patch by Alon Diamant and Davin Potts." msgstr "" -"`Issue #23051 `__: multiprocessing.Pool " -"methods imap() and imap_unordered() now handle exceptions raised by an " -"iterator. Patch by Alon Diamant and Davin Potts." +"`bpo-23051 `__: multiprocessing.Pool methods " +"imap() and imap_unordered() now handle exceptions raised by an iterator. " +"Patch by Alon Diamant and Davin Potts." #: ../../../Misc/NEWS:6602 -#, fuzzy msgid "" "`bpo-23581 `__: Add matmul support to " "MagicMock. Patch by Håkan Lövdahl." msgstr "" -"`Issue #23581 `__: Add matmul support to " +"`bpo-23581 `__: Add matmul support to " "MagicMock. Patch by Håkan Lövdahl." #: ../../../Misc/NEWS:6604 -#, fuzzy msgid "" "`bpo-23566 `__: enable(), register(), " "dump_traceback() and dump_traceback_later() functions of faulthandler now " "accept file descriptors. Patch by Wei Wu." msgstr "" -"`Issue #23566 `__: enable(), register(), " +"`bpo-23566 `__: enable(), register(), " "dump_traceback() and dump_traceback_later() functions of faulthandler now " "accept file descriptors. Patch by Wei Wu." #: ../../../Misc/NEWS:6608 -#, fuzzy msgid "" "`bpo-22928 `__: Disabled HTTP header " "injections in http.client. Original patch by Demian Brecht." msgstr "" -"`Issue #22928 `__: Disabled HTTP header " +"`bpo-22928 `__: Disabled HTTP header " "injections in http.client. Original patch by Demian Brecht." #: ../../../Misc/NEWS:6611 -#, fuzzy msgid "" "`bpo-23615 `__: Modules bz2, tarfile and " "tokenize now can be reloaded with imp.reload(). Patch by Thomas Kluyver." msgstr "" -"`Issue #23615 `__: Modules bz2, tarfile and " +"`bpo-23615 `__: Modules bz2, tarfile and " "tokenize now can be reloaded with imp.reload(). Patch by Thomas Kluyver." #: ../../../Misc/NEWS:6614 -#, fuzzy msgid "" "`bpo-23605 `__: os.walk() now calls os." "scandir() instead of os.listdir(). The usage of os.scandir() reduces the " "number of calls to os.stat(). Initial patch written by Ben Hoyt." msgstr "" -"`Issue #23605 `__: os.walk() now calls os." +"`bpo-23605 `__: os.walk() now calls os." "scandir() instead of os.listdir(). The usage of os.scandir() reduces the " "number of calls to os.stat(). Initial patch written by Ben Hoyt." #: ../../../Misc/NEWS:6621 -#, fuzzy msgid "" "`bpo-23585 `__: make patchcheck will " "ensure the interpreter is built." msgstr "" -"`Issue #23585 `__: make patchcheck will " -"ensure the interpreter is built." +"`bpo-23585 `__: make patchcheck will ensure " +"the interpreter is built." #: ../../../Misc/NEWS:6626 -#, fuzzy msgid "" "`bpo-23583 `__: Added tests for standard " "IO streams in IDLE." msgstr "" -"`Issue #23583 `__: Added tests for standard " -"IO streams in IDLE." +"`bpo-23583 `__: Added tests for standard IO " +"streams in IDLE." #: ../../../Misc/NEWS:6628 -#, fuzzy msgid "" "`bpo-22289 `__: Prevent test_urllib2net " "failures due to ftp connection timeout." msgstr "" -"`Issue #22289 `__: Prevent test_urllib2net " +"`bpo-22289 `__: Prevent test_urllib2net " "failures due to ftp connection timeout." #: ../../../Misc/NEWS:6633 -#, fuzzy msgid "" "`bpo-22826 `__: The result of open() in " "Tools/freeze/bkfile.py is now better compatible with regular files (in " "particular it now supports the context management protocol)." msgstr "" -"`Issue #22826 `__: The result of open() in " -"Tools/freeze/bkfile.py is now better compatible with regular files (in " -"particular it now supports the context management protocol)." +"`bpo-22826 `__: The result of open() in Tools/" +"freeze/bkfile.py is now better compatible with regular files (in particular " +"it now supports the context management protocol)." #: ../../../Misc/NEWS:6639 msgid "Python 3.5 alpha 2" @@ -14781,125 +13530,113 @@ msgid "Release date: 2015-03-09" msgstr "" #: ../../../Misc/NEWS:6646 -#, fuzzy msgid "" "`bpo-23571 `__: PyObject_Call() and " "PyCFunction_Call() now raise a SystemError if a function returns a result " "and raises an exception. The SystemError is chained to the previous " "exception." msgstr "" -"`Issue #23571 `__: PyObject_Call() and " +"`bpo-23571 `__: PyObject_Call() and " "PyCFunction_Call() now raise a SystemError if a function returns a result " "and raises an exception. The SystemError is chained to the previous " "exception." #: ../../../Misc/NEWS:6653 -#, fuzzy msgid "" "`bpo-22524 `__: New os.scandir() " "function, part of the PEP 471: \"os.scandir() function -- a better and " "faster directory iterator\". Patch written by Ben Hoyt." msgstr "" -"`Issue #22524 `__: New os.scandir() function, " +"`bpo-22524 `__: New os.scandir() function, " "part of the PEP 471: \"os.scandir() function -- a better and faster " "directory iterator\". Patch written by Ben Hoyt." #: ../../../Misc/NEWS:6657 -#, fuzzy msgid "" "`bpo-23103 `__: Reduced the memory " "consumption of IPv4Address and IPv6Address." msgstr "" -"`Issue #23103 `__: Reduced the memory " +"`bpo-23103 `__: Reduced the memory " "consumption of IPv4Address and IPv6Address." #: ../../../Misc/NEWS:6659 -#, fuzzy msgid "" "`bpo-21793 `__: BaseHTTPRequestHandler " "again logs response code as numeric, not as stringified enum. Patch by " "Demian Brecht." msgstr "" -"`Issue #21793 `__: BaseHTTPRequestHandler " -"again logs response code as numeric, not as stringified enum. Patch by " -"Demian Brecht." +"`bpo-21793 `__: BaseHTTPRequestHandler again " +"logs response code as numeric, not as stringified enum. Patch by Demian " +"Brecht." #: ../../../Misc/NEWS:6662 -#, fuzzy msgid "" "`bpo-23476 `__: In the ssl module, " "enable OpenSSL's X509_V_FLAG_TRUSTED_FIRST flag on certificate stores when " "it is available." msgstr "" -"`Issue #23476 `__: In the ssl module, enable " +"`bpo-23476 `__: In the ssl module, enable " "OpenSSL's X509_V_FLAG_TRUSTED_FIRST flag on certificate stores when it is " "available." #: ../../../Misc/NEWS:6665 -#, fuzzy msgid "" "`bpo-23576 `__: Avoid stalling in SSL " "reads when EOF has been reached in the SSL layer but the underlying " "connection hasn't been closed." msgstr "" -"`Issue #23576 `__: Avoid stalling in SSL " -"reads when EOF has been reached in the SSL layer but the underlying " -"connection hasn't been closed." +"`bpo-23576 `__: Avoid stalling in SSL reads " +"when EOF has been reached in the SSL layer but the underlying connection " +"hasn't been closed." #: ../../../Misc/NEWS:6668 -#, fuzzy msgid "" "`bpo-23504 `__: Added an __all__ to the " "types module." msgstr "" -"`Issue #23504 `__: Added an __all__ to the " -"types module." +"`bpo-23504 `__: Added an __all__ to the types " +"module." #: ../../../Misc/NEWS:6670 -#, fuzzy msgid "" "`bpo-23563 `__: Optimized utility " "functions in urllib.parse." msgstr "" -"`Issue #23563 `__: Optimized utility " -"functions in urllib.parse." +"`bpo-23563 `__: Optimized utility functions " +"in urllib.parse." #: ../../../Misc/NEWS:6672 -#, fuzzy msgid "" "`bpo-7830 `__: Flatten nested functools." "partial." msgstr "" -"`Issue #7830 `__: Flatten nested functools." +"`bpo-7830 `__: Flatten nested functools." "partial." #: ../../../Misc/NEWS:6674 -#, fuzzy msgid "" "`bpo-20204 `__: Added the __module__ " "attribute to _tkinter classes." msgstr "" -"`Issue #20204 `__: Added the __module__ " +"`bpo-20204 `__: Added the __module__ " "attribute to _tkinter classes." #: ../../../Misc/NEWS:6676 -#, fuzzy msgid "" "`bpo-19980 `__: Improved help() for non-" "recognized strings. help('') now shows the help on str. help('help') now " "shows the help on help(). Original patch by Mark Lawrence." msgstr "" -"`Issue #19980 `__: Improved help() for non-" +"`bpo-19980 `__: Improved help() for non-" "recognized strings. help('') now shows the help on str. help('help') now " "shows the help on help(). Original patch by Mark Lawrence." #: ../../../Misc/NEWS:6680 -#, fuzzy msgid "" "`bpo-23521 `__: Corrected pure python " "implementation of timedelta division." msgstr "" -"`Issue #23521 `__: Corrected pure python " +"`bpo-23521 `__: Corrected pure python " "implementation of timedelta division." #: ../../../Misc/NEWS:6682 @@ -14911,42 +13648,38 @@ msgid "Corrected rounding in timedlta true division." msgstr "" #: ../../../Misc/NEWS:6685 -#, fuzzy msgid "" "`bpo-21619 `__: Popen objects no longer " "leave a zombie after exit in the with statement if the pipe was broken. " "Patch by Martin Panter." msgstr "" -"`Issue #21619 `__: Popen objects no longer " -"leave a zombie after exit in the with statement if the pipe was broken. " -"Patch by Martin Panter." +"`bpo-21619 `__: Popen objects no longer leave " +"a zombie after exit in the with statement if the pipe was broken. Patch by " +"Martin Panter." #: ../../../Misc/NEWS:6688 -#, fuzzy msgid "" "`bpo-22936 `__: Make it possible to show " "local variables in tracebacks for both the traceback module and unittest." msgstr "" -"`Issue #22936 `__: Make it possible to show " +"`bpo-22936 `__: Make it possible to show " "local variables in tracebacks for both the traceback module and unittest." #: ../../../Misc/NEWS:6691 -#, fuzzy msgid "" "`bpo-15955 `__: Add an option to limit " "the output size in bz2.decompress(). Patch by Nikolaus Rath." msgstr "" -"`Issue #15955 `__: Add an option to limit the " +"`bpo-15955 `__: Add an option to limit the " "output size in bz2.decompress(). Patch by Nikolaus Rath." #: ../../../Misc/NEWS:6694 -#, fuzzy msgid "" "`bpo-6639 `__: Module-level turtle " "functions no longer raise TclError after closing the window." msgstr "" -"`Issue #6639 `__: Module-level turtle " -"functions no longer raise TclError after closing the window." +"`bpo-6639 `__: Module-level turtle functions " +"no longer raise TclError after closing the window." #: ../../../Misc/NEWS:6697 msgid "" @@ -14955,164 +13688,147 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:6700 -#, fuzzy msgid "" "`bpo-23215 `__: Multibyte codecs with " "custom error handlers that ignores errors consumed too much memory and " "raised SystemError or MemoryError. Original patch by Aleksi Torhamo." msgstr "" -"`Issue #23215 `__: Multibyte codecs with " -"custom error handlers that ignores errors consumed too much memory and " -"raised SystemError or MemoryError. Original patch by Aleksi Torhamo." +"`bpo-23215 `__: Multibyte codecs with custom " +"error handlers that ignores errors consumed too much memory and raised " +"SystemError or MemoryError. Original patch by Aleksi Torhamo." #: ../../../Misc/NEWS:6704 -#, fuzzy msgid "" "`bpo-5700 `__: io.FileIO() called flush() " "after closing the file. flush() was not called in close() if closefd=False." msgstr "" -"`Issue #5700 `__: io.FileIO() called flush() " +"`bpo-5700 `__: io.FileIO() called flush() " "after closing the file. flush() was not called in close() if closefd=False." #: ../../../Misc/NEWS:6707 -#, fuzzy msgid "" "`bpo-23374 `__: Fixed pydoc failure with " "non-ASCII files when stdout encoding differs from file system encoding (e.g. " "on Mac OS)." msgstr "" -"`Issue #23374 `__: Fixed pydoc failure with " -"non-ASCII files when stdout encoding differs from file system encoding (e.g. " -"on Mac OS)." +"`bpo-23374 `__: Fixed pydoc failure with non-" +"ASCII files when stdout encoding differs from file system encoding (e.g. on " +"Mac OS)." #: ../../../Misc/NEWS:6710 -#, fuzzy msgid "" "`bpo-23481 `__: Remove RC4 from the SSL " "module's default cipher list." msgstr "" -"`Issue #23481 `__: Remove RC4 from the SSL " +"`bpo-23481 `__: Remove RC4 from the SSL " "module's default cipher list." #: ../../../Misc/NEWS:6712 -#, fuzzy msgid "" "`bpo-21548 `__: Fix pydoc.synopsis() and " "pydoc.apropos() on modules with empty docstrings." msgstr "" -"`Issue #21548 `__: Fix pydoc.synopsis() and " +"`bpo-21548 `__: Fix pydoc.synopsis() and " "pydoc.apropos() on modules with empty docstrings." #: ../../../Misc/NEWS:6715 -#, fuzzy msgid "" "`bpo-22885 `__: Fixed arbitrary code " "execution vulnerability in the dbm.dumb module. Original patch by Claudiu " "Popa." msgstr "" -"`Issue #22885 `__: Fixed arbitrary code " +"`bpo-22885 `__: Fixed arbitrary code " "execution vulnerability in the dbm.dumb module. Original patch by Claudiu " "Popa." #: ../../../Misc/NEWS:6718 -#, fuzzy msgid "" "`bpo-23239 `__: ssl.match_hostname() now " "supports matching of IP addresses." msgstr "" -"`Issue #23239 `__: ssl.match_hostname() now " +"`bpo-23239 `__: ssl.match_hostname() now " "supports matching of IP addresses." #: ../../../Misc/NEWS:6720 -#, fuzzy msgid "" "`bpo-23146 `__: Fix mishandling of " "absolute Windows paths with forward slashes in pathlib." msgstr "" -"`Issue #23146 `__: Fix mishandling of " -"absolute Windows paths with forward slashes in pathlib." +"`bpo-23146 `__: Fix mishandling of absolute " +"Windows paths with forward slashes in pathlib." #: ../../../Misc/NEWS:6723 -#, fuzzy msgid "" "`bpo-23096 `__: Pickle representation of " "floats with protocol 0 now is the same for both Python and C implementations." msgstr "" -"`Issue #23096 `__: Pickle representation of " +"`bpo-23096 `__: Pickle representation of " "floats with protocol 0 now is the same for both Python and C implementations." #: ../../../Misc/NEWS:6726 -#, fuzzy msgid "" "`bpo-19105 `__: pprint now more " "efficiently uses free space at the right." msgstr "" -"`Issue #19105 `__: pprint now more " -"efficiently uses free space at the right." +"`bpo-19105 `__: pprint now more efficiently " +"uses free space at the right." #: ../../../Misc/NEWS:6728 -#, fuzzy msgid "" "`bpo-14910 `__: Add allow_abbrev " "parameter to argparse.ArgumentParser. Patch by Jonathan Paugh, Steven " "Bethard, paul j3 and Daniel Eriksson." msgstr "" -"`Issue #14910 `__: Add allow_abbrev parameter " -"to argparse.ArgumentParser. Patch by Jonathan Paugh, Steven Bethard, paul j3 " +"`bpo-14910 `__: Add allow_abbrev parameter to " +"argparse.ArgumentParser. Patch by Jonathan Paugh, Steven Bethard, paul j3 " "and Daniel Eriksson." #: ../../../Misc/NEWS:6731 -#, fuzzy msgid "" "`bpo-21717 `__: tarfile.open() now " "supports 'x' (exclusive creation) mode." msgstr "" -"`Issue #21717 `__: tarfile.open() now " -"supports 'x' (exclusive creation) mode." +"`bpo-21717 `__: tarfile.open() now supports " +"'x' (exclusive creation) mode." #: ../../../Misc/NEWS:6733 -#, fuzzy msgid "" "`bpo-23344 `__: marshal.dumps() is now " "20-25% faster on average." msgstr "" -"`Issue #23344 `__: marshal.dumps() is now " -"20-25% faster on average." +"`bpo-23344 `__: marshal.dumps() is now 20-25% " +"faster on average." #: ../../../Misc/NEWS:6735 -#, fuzzy msgid "" "`bpo-20416 `__: marshal.dumps() with " "protocols 3 and 4 is now 40-50% faster on average." msgstr "" -"`Issue #20416 `__: marshal.dumps() with " +"`bpo-20416 `__: marshal.dumps() with " "protocols 3 and 4 is now 40-50% faster on average." #: ../../../Misc/NEWS:6738 -#, fuzzy msgid "" "`bpo-23421 `__: Fixed compression in " "tarfile CLI. Patch by wdv4758h." msgstr "" -"`Issue #23421 `__: Fixed compression in " -"tarfile CLI. Patch by wdv4758h." +"`bpo-23421 `__: Fixed compression in tarfile " +"CLI. Patch by wdv4758h." #: ../../../Misc/NEWS:6740 -#, fuzzy msgid "" "`bpo-23367 `__: Fix possible overflows " "in the unicodedata module." msgstr "" -"`Issue #23367 `__: Fix possible overflows in " -"the unicodedata module." +"`bpo-23367 `__: Fix possible overflows in the " +"unicodedata module." #: ../../../Misc/NEWS:6742 -#, fuzzy msgid "" "`bpo-23361 `__: Fix possible overflow in " "Windows subprocess creation code." msgstr "" -"`Issue #23361 `__: Fix possible overflow in " +"`bpo-23361 `__: Fix possible overflow in " "Windows subprocess creation code." #: ../../../Misc/NEWS:6744 @@ -15123,67 +13839,60 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:6748 -#, fuzzy msgid "" "`bpo-19705 `__: turtledemo now has a " "visual sorting algorithm demo. Original patch from Jason Yeo." msgstr "" -"`Issue #19705 `__: turtledemo now has a " -"visual sorting algorithm demo. Original patch from Jason Yeo." +"`bpo-19705 `__: turtledemo now has a visual " +"sorting algorithm demo. Original patch from Jason Yeo." #: ../../../Misc/NEWS:6751 -#, fuzzy msgid "" "`bpo-23801 `__: Fix issue where cgi." "FieldStorage did not always ignore the entire preamble to a multipart body." msgstr "" -"`Issue #23801 `__: Fix issue where cgi." +"`bpo-23801 `__: Fix issue where cgi." "FieldStorage did not always ignore the entire preamble to a multipart body." #: ../../../Misc/NEWS:6757 -#, fuzzy msgid "" "`bpo-23445 `__: pydebug builds now use " "\"gcc -Og\" where possible, to make the resulting executable faster." msgstr "" -"`Issue #23445 `__: pydebug builds now use " -"\"gcc -Og\" where possible, to make the resulting executable faster." +"`bpo-23445 `__: pydebug builds now use \"gcc -" +"Og\" where possible, to make the resulting executable faster." #: ../../../Misc/NEWS:6760 -#, fuzzy msgid "" "`bpo-23686 `__: Update OS X 10.5 " "installer build to use OpenSSL 1.0.2a." msgstr "" -"`Issue #23686 `__: Update OS X 10.5 installer " +"`bpo-23686 `__: Update OS X 10.5 installer " "build to use OpenSSL 1.0.2a." #: ../../../Misc/NEWS:6765 -#, fuzzy msgid "" "`bpo-20204 `__: Deprecation warning is " "now raised for builtin types without the __module__ attribute." msgstr "" -"`Issue #20204 `__: Deprecation warning is now " +"`bpo-20204 `__: Deprecation warning is now " "raised for builtin types without the __module__ attribute." #: ../../../Misc/NEWS:6771 -#, fuzzy msgid "" "`bpo-23465 `__: Implement PEP 486 - Make " "the Python Launcher aware of virtual environments. Patch by Paul Moore." msgstr "" -"`Issue #23465 `__: Implement PEP 486 - Make " -"the Python Launcher aware of virtual environments. Patch by Paul Moore." +"`bpo-23465 `__: Implement PEP 486 - Make the " +"Python Launcher aware of virtual environments. Patch by Paul Moore." #: ../../../Misc/NEWS:6774 -#, fuzzy msgid "" "`bpo-23437 `__: Make user scripts " "directory versioned on Windows. Patch by Paul Moore." msgstr "" -"`Issue #23437 `__: Make user scripts " -"directory versioned on Windows. Patch by Paul Moore." +"`bpo-23437 `__: Make user scripts directory " +"versioned on Windows. Patch by Paul Moore." #: ../../../Misc/NEWS:6779 msgid "Python 3.5 alpha 1" @@ -15194,54 +13903,48 @@ msgid "Release date: 2015-02-08" msgstr "" #: ../../../Misc/NEWS:6786 -#, fuzzy msgid "" "`bpo-23285 `__: PEP 475 - EINTR handling." msgstr "" -"`Issue #23285 `__: PEP 475 - EINTR handling." +"`bpo-23285 `__: PEP 475 - EINTR handling." #: ../../../Misc/NEWS:6788 -#, fuzzy msgid "" "`bpo-22735 `__: Fix many edge cases " "(including crashes) involving custom mro() implementations." msgstr "" -"`Issue #22735 `__: Fix many edge cases " +"`bpo-22735 `__: Fix many edge cases " "(including crashes) involving custom mro() implementations." #: ../../../Misc/NEWS:6791 -#, fuzzy msgid "" "`bpo-22896 `__: Avoid using " "PyObject_AsCharBuffer(), PyObject_AsReadBuffer() and " "PyObject_AsWriteBuffer()." msgstr "" -"`Issue #22896 `__: Avoid using " +"`bpo-22896 `__: Avoid using " "PyObject_AsCharBuffer(), PyObject_AsReadBuffer() and " "PyObject_AsWriteBuffer()." #: ../../../Misc/NEWS:6794 -#, fuzzy msgid "" "`bpo-21295 `__: Revert some changes " "(`bpo-16795 `__) to AST line numbers and " "column offsets that constituted a regression." msgstr "" -"`Issue #21295 `__: Revert some changes " -"(`issue #16795 `__) to AST line numbers and " -"column offsets that constituted a regression." +"`bpo-21295 `__: Revert some changes (`issue " +"#16795 `__) to AST line numbers and column " +"offsets that constituted a regression." #: ../../../Misc/NEWS:6797 -#, fuzzy msgid "" "`bpo-22986 `__: Allow changing an " "object's __class__ between a dynamic type and static type in some cases." msgstr "" -"`Issue #22986 `__: Allow changing an object's " +"`bpo-22986 `__: Allow changing an object's " "__class__ between a dynamic type and static type in some cases." #: ../../../Misc/NEWS:6800 -#, fuzzy msgid "" "`bpo-15859 `__: " "PyUnicode_EncodeFSDefault(), PyUnicode_EncodeMBCS() and " @@ -15249,307 +13952,276 @@ msgid "" "Unicode object. For PyUnicode_EncodeFSDefault(), it was already the case on " "platforms other than Windows. Patch written by Campbell Barton." msgstr "" -"`Issue #15859 `__: " -"PyUnicode_EncodeFSDefault(), PyUnicode_EncodeMBCS() and " -"PyUnicode_EncodeCodePage() now raise an exception if the object is not a " -"Unicode object. For PyUnicode_EncodeFSDefault(), it was already the case on " -"platforms other than Windows. Patch written by Campbell Barton." +"`bpo-15859 `__: PyUnicode_EncodeFSDefault(), " +"PyUnicode_EncodeMBCS() and PyUnicode_EncodeCodePage() now raise an exception " +"if the object is not a Unicode object. For PyUnicode_EncodeFSDefault(), it " +"was already the case on platforms other than Windows. Patch written by " +"Campbell Barton." #: ../../../Misc/NEWS:6805 -#, fuzzy msgid "" "`bpo-21408 `__: The default __ne__() now " "returns NotImplemented if __eq__() returned NotImplemented. Original patch " "by Martin Panter." msgstr "" -"`Issue #21408 `__: The default __ne__() now " +"`bpo-21408 `__: The default __ne__() now " "returns NotImplemented if __eq__() returned NotImplemented. Original patch " "by Martin Panter." #: ../../../Misc/NEWS:6808 -#, fuzzy msgid "" "`bpo-23321 `__: Fixed a crash in str." "decode() when error handler returned replacment string longer than " "mailformed input data." msgstr "" -"`Issue #23321 `__: Fixed a crash in str." -"decode() when error handler returned replacment string longer than " -"mailformed input data." +"`bpo-23321 `__: Fixed a crash in str.decode() " +"when error handler returned replacment string longer than mailformed input " +"data." #: ../../../Misc/NEWS:6811 -#, fuzzy msgid "" "`bpo-22286 `__: The \"backslashreplace\" " "error handlers now works with decoding and translating." msgstr "" -"`Issue #22286 `__: The \"backslashreplace\" " +"`bpo-22286 `__: The \"backslashreplace\" " "error handlers now works with decoding and translating." #: ../../../Misc/NEWS:6814 -#, fuzzy msgid "" "`bpo-23253 `__: Delay-load " "ShellExecute[AW] in os.startfile for reduced startup overhead on Windows." msgstr "" -"`Issue #23253 `__: Delay-load " -"ShellExecute[AW] in os.startfile for reduced startup overhead on Windows." +"`bpo-23253 `__: Delay-load ShellExecute[AW] " +"in os.startfile for reduced startup overhead on Windows." #: ../../../Misc/NEWS:6817 -#, fuzzy msgid "" "`bpo-22038 `__: pyatomic.h now uses " "stdatomic.h or GCC built-in functions for atomic memory access if available. " "Patch written by Vitor de Lima and Gustavo Temple." msgstr "" -"`Issue #22038 `__: pyatomic.h now uses " -"stdatomic.h or GCC built-in functions for atomic memory access if available. " -"Patch written by Vitor de Lima and Gustavo Temple." +"`bpo-22038 `__: pyatomic.h now uses stdatomic." +"h or GCC built-in functions for atomic memory access if available. Patch " +"written by Vitor de Lima and Gustavo Temple." #: ../../../Misc/NEWS:6821 -#, fuzzy msgid "" "`bpo-20284 `__: %-interpolation (aka " "printf) formatting added for bytes and bytearray." msgstr "" -"`Issue #20284 `__: %-interpolation (aka " -"printf) formatting added for bytes and bytearray." +"`bpo-20284 `__: %-interpolation (aka printf) " +"formatting added for bytes and bytearray." #: ../../../Misc/NEWS:6824 -#, fuzzy msgid "" "`bpo-23048 `__: Fix jumping out of an " "infinite while loop in the pdb." msgstr "" -"`Issue #23048 `__: Fix jumping out of an " +"`bpo-23048 `__: Fix jumping out of an " "infinite while loop in the pdb." #: ../../../Misc/NEWS:6826 -#, fuzzy msgid "" "`bpo-20335 `__: bytes constructor now " "raises TypeError when encoding or errors is specified with non-string " "argument. Based on patch by Renaud Blanch." msgstr "" -"`Issue #20335 `__: bytes constructor now " -"raises TypeError when encoding or errors is specified with non-string " -"argument. Based on patch by Renaud Blanch." +"`bpo-20335 `__: bytes constructor now raises " +"TypeError when encoding or errors is specified with non-string argument. " +"Based on patch by Renaud Blanch." #: ../../../Misc/NEWS:6829 -#, fuzzy msgid "" "`bpo-22834 `__: If the current working " "directory ends up being set to a non-existent directory then import will no " "longer raise FileNotFoundError." msgstr "" -"`Issue #22834 `__: If the current working " +"`bpo-22834 `__: If the current working " "directory ends up being set to a non-existent directory then import will no " "longer raise FileNotFoundError." #: ../../../Misc/NEWS:6832 -#, fuzzy msgid "" "`bpo-22869 `__: Move the interpreter " "startup & shutdown code to a new dedicated pylifecycle.c module" msgstr "" -"`Issue #22869 `__: Move the interpreter " -"startup & shutdown code to a new dedicated pylifecycle.c module" +"`bpo-22869 `__: Move the interpreter startup " +"& shutdown code to a new dedicated pylifecycle.c module" #: ../../../Misc/NEWS:6835 -#, fuzzy msgid "" "`bpo-22847 `__: Improve method cache " "efficiency." msgstr "" -"`Issue #22847 `__: Improve method cache " +"`bpo-22847 `__: Improve method cache " "efficiency." #: ../../../Misc/NEWS:6837 -#, fuzzy msgid "" "`bpo-22335 `__: Fix crash when trying to " "enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform." msgstr "" -"`Issue #22335 `__: Fix crash when trying to " +"`bpo-22335 `__: Fix crash when trying to " "enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform." #: ../../../Misc/NEWS:6840 -#, fuzzy msgid "" "`bpo-22653 `__: Fix an assertion failure " "in debug mode when doing a reentrant dict insertion in debug mode." msgstr "" -"`Issue #22653 `__: Fix an assertion failure " -"in debug mode when doing a reentrant dict insertion in debug mode." +"`bpo-22653 `__: Fix an assertion failure in " +"debug mode when doing a reentrant dict insertion in debug mode." #: ../../../Misc/NEWS:6843 -#, fuzzy msgid "" "`bpo-22643 `__: Fix integer overflow in " "Unicode case operations (upper, lower, title, swapcase, casefold)." msgstr "" -"`Issue #22643 `__: Fix integer overflow in " +"`bpo-22643 `__: Fix integer overflow in " "Unicode case operations (upper, lower, title, swapcase, casefold)." #: ../../../Misc/NEWS:6846 -#, fuzzy msgid "" "`bpo-17636 `__: Circular imports " "involving relative imports are now supported." msgstr "" -"`Issue #17636 `__: Circular imports involving " +"`bpo-17636 `__: Circular imports involving " "relative imports are now supported." #: ../../../Misc/NEWS:6849 -#, fuzzy msgid "" "`bpo-22604 `__: Fix assertion error in " "debug mode when dividing a complex number by (nan+0j)." msgstr "" -"`Issue #22604 `__: Fix assertion error in " -"debug mode when dividing a complex number by (nan+0j)." +"`bpo-22604 `__: Fix assertion error in debug " +"mode when dividing a complex number by (nan+0j)." #: ../../../Misc/NEWS:6852 -#, fuzzy msgid "" "`bpo-21052 `__: Do not raise " "ImportWarning when sys.path_hooks or sys.meta_path are set to None." msgstr "" -"`Issue #21052 `__: Do not raise ImportWarning " +"`bpo-21052 `__: Do not raise ImportWarning " "when sys.path_hooks or sys.meta_path are set to None." #: ../../../Misc/NEWS:6855 -#, fuzzy msgid "" "`bpo-16518 `__: Use 'bytes-like object " "required' in error messages that previously used the far more cryptic \"'x' " "does not support the buffer protocol." msgstr "" -"`Issue #16518 `__: Use 'bytes-like object " +"`bpo-16518 `__: Use 'bytes-like object " "required' in error messages that previously used the far more cryptic \"'x' " "does not support the buffer protocol." #: ../../../Misc/NEWS:6859 -#, fuzzy msgid "" "`bpo-22470 `__: Fixed integer overflow " "issues in \"backslashreplace\", \"xmlcharrefreplace\", and \"surrogatepass\" " "error handlers." msgstr "" -"`Issue #22470 `__: Fixed integer overflow " -"issues in \"backslashreplace\", \"xmlcharrefreplace\", and \"surrogatepass\" " -"error handlers." +"`bpo-22470 `__: Fixed integer overflow issues " +"in \"backslashreplace\", \"xmlcharrefreplace\", and \"surrogatepass\" error " +"handlers." #: ../../../Misc/NEWS:6862 -#, fuzzy msgid "" "`bpo-22540 `__: speed up " "`PyObject_IsInstance` and `PyObject_IsSubclass` in the common case that the " "second argument has metaclass `type`." msgstr "" -"`Issue #22540 `__: speed up " +"`bpo-22540 `__: speed up " "`PyObject_IsInstance` and `PyObject_IsSubclass` in the common case that the " "second argument has metaclass `type`." #: ../../../Misc/NEWS:6865 -#, fuzzy msgid "" "`bpo-18711 `__: Add a new " "`PyErr_FormatV` function, similar to `PyErr_Format` but accepting a " "`va_list` argument." msgstr "" -"`Issue #18711 `__: Add a new `PyErr_FormatV` " +"`bpo-18711 `__: Add a new `PyErr_FormatV` " "function, similar to `PyErr_Format` but accepting a `va_list` argument." #: ../../../Misc/NEWS:6868 -#, fuzzy msgid "" "`bpo-22520 `__: Fix overflow checking " "when generating the repr of a unicode object." msgstr "" -"`Issue #22520 `__: Fix overflow checking when " +"`bpo-22520 `__: Fix overflow checking when " "generating the repr of a unicode object." #: ../../../Misc/NEWS:6871 -#, fuzzy msgid "" "`bpo-22519 `__: Fix overflow checking in " "PyBytes_Repr." msgstr "" -"`Issue #22519 `__: Fix overflow checking in " +"`bpo-22519 `__: Fix overflow checking in " "PyBytes_Repr." #: ../../../Misc/NEWS:6873 -#, fuzzy msgid "" "`bpo-22518 `__: Fix integer overflow " "issues in latin-1 encoding." msgstr "" -"`Issue #22518 `__: Fix integer overflow " -"issues in latin-1 encoding." +"`bpo-22518 `__: Fix integer overflow issues " +"in latin-1 encoding." #: ../../../Misc/NEWS:6875 -#, fuzzy msgid "" "`bpo-16324 `__: _charset parameter of " "MIMEText now also accepts email.charset.Charset instances. Initial patch by " "Claude Paroz." msgstr "" -"`Issue #16324 `__: _charset parameter of " +"`bpo-16324 `__: _charset parameter of " "MIMEText now also accepts email.charset.Charset instances. Initial patch by " "Claude Paroz." #: ../../../Misc/NEWS:6878 -#, fuzzy msgid "" "`bpo-1764286 `__: Fix inspect." "getsource() to support decorated functions. Patch by Claudiu Popa." msgstr "" -"`Issue #1764286 `__: Fix inspect." -"getsource() to support decorated functions. Patch by Claudiu Popa." +"`bpo-1764286 `__: Fix inspect.getsource() " +"to support decorated functions. Patch by Claudiu Popa." #: ../../../Misc/NEWS:6881 -#, fuzzy msgid "" "`bpo-18554 `__: os.__all__ includes " "posix functions." msgstr "" -"`Issue #18554 `__: os.__all__ includes posix " +"`bpo-18554 `__: os.__all__ includes posix " "functions." #: ../../../Misc/NEWS:6883 -#, fuzzy msgid "" "`bpo-21391 `__: Use os.path.abspath in " "the shutil module." msgstr "" -"`Issue #21391 `__: Use os.path.abspath in the " +"`bpo-21391 `__: Use os.path.abspath in the " "shutil module." #: ../../../Misc/NEWS:6885 -#, fuzzy msgid "" "`bpo-11471 `__: avoid generating a " "JUMP_FORWARD instruction at the end of an if-block if there is no else-" "clause. Original patch by Eugene Toder." msgstr "" -"`Issue #11471 `__: avoid generating a " +"`bpo-11471 `__: avoid generating a " "JUMP_FORWARD instruction at the end of an if-block if there is no else-" "clause. Original patch by Eugene Toder." #: ../../../Misc/NEWS:6888 -#, fuzzy msgid "" "`bpo-22215 `__: Now ValueError is raised " "instead of TypeError when str or bytes argument contains not permitted null " "character or byte." msgstr "" -"`Issue #22215 `__: Now ValueError is raised " +"`bpo-22215 `__: Now ValueError is raised " "instead of TypeError when str or bytes argument contains not permitted null " "character or byte." #: ../../../Misc/NEWS:6891 -#, fuzzy msgid "" "`bpo-22258 `__: Fix the internal " "function set_inheritable() on Illumos. This platform exposes the function " @@ -15557,79 +14229,72 @@ msgid "" "\"Inappropriate ioctl for device\". set_inheritable() now falls back to the " "slower ``fcntl()`` (``F_GETFD`` and then ``F_SETFD``)." msgstr "" -"`Issue #22258 `__: Fix the internal function " +"`bpo-22258 `__: Fix the internal function " "set_inheritable() on Illumos. This platform exposes the function " "``ioctl(FIOCLEX)``, but calling it fails with errno is ENOTTY: " "\"Inappropriate ioctl for device\". set_inheritable() now falls back to the " "slower ``fcntl()`` (``F_GETFD`` and then ``F_SETFD``)." #: ../../../Misc/NEWS:6896 -#, fuzzy msgid "" "`bpo-21389 `__: Displaying the " "__qualname__ of the underlying function in the repr of a bound method." msgstr "" -"`Issue #21389 `__: Displaying the " -"__qualname__ of the underlying function in the repr of a bound method." +"`bpo-21389 `__: Displaying the __qualname__ " +"of the underlying function in the repr of a bound method." #: ../../../Misc/NEWS:6899 -#, fuzzy msgid "" "`bpo-22206 `__: Using pthread, " "PyThread_create_key() now sets errno to ENOMEM and returns -1 (error) on " "integer overflow." msgstr "" -"`Issue #22206 `__: Using pthread, " +"`bpo-22206 `__: Using pthread, " "PyThread_create_key() now sets errno to ENOMEM and returns -1 (error) on " "integer overflow." #: ../../../Misc/NEWS:6902 -#, fuzzy msgid "" "`bpo-20184 `__: Argument Clinic based " "signature introspection added for 30 of the builtin functions." msgstr "" -"`Issue #20184 `__: Argument Clinic based " +"`bpo-20184 `__: Argument Clinic based " "signature introspection added for 30 of the builtin functions." #: ../../../Misc/NEWS:6905 -#, fuzzy msgid "" "`bpo-22116 `__: C functions and methods " "(of the 'builtin_function_or_method' type) can now be weakref'ed. Patch by " "Wei Wu." msgstr "" -"`Issue #22116 `__: C functions and methods " -"(of the 'builtin_function_or_method' type) can now be weakref'ed. Patch by " -"Wei Wu." +"`bpo-22116 `__: C functions and methods (of " +"the 'builtin_function_or_method' type) can now be weakref'ed. Patch by Wei " +"Wu." #: ../../../Misc/NEWS:6908 -#, fuzzy msgid "" "`bpo-22077 `__: Improve index error " "messages for bytearrays, bytes, lists, and tuples by adding 'or slices'. " "Added ', not ' for bytearrays. Original patch by Claudiu Popa." msgstr "" -"`Issue #22077 `__: Improve index error " -"messages for bytearrays, bytes, lists, and tuples by adding 'or slices'. " -"Added ', not ' for bytearrays. Original patch by Claudiu Popa." +"`bpo-22077 `__: Improve index error messages " +"for bytearrays, bytes, lists, and tuples by adding 'or slices'. Added ', not " +"' for bytearrays. Original patch by Claudiu Popa." #: ../../../Misc/NEWS:6912 -#, fuzzy msgid "" "`bpo-20179 `__: Apply Argument Clinic to " "bytes and bytearray. Patch by Tal Einat." msgstr "" -"`Issue #20179 `__: Apply Argument Clinic to " +"`bpo-20179 `__: Apply Argument Clinic to " "bytes and bytearray. Patch by Tal Einat." #: ../../../Misc/NEWS:6915 -#, fuzzy msgid "" "`bpo-22082 `__: Clear interned strings " "in slotdefs." msgstr "" -"`Issue #22082 `__: Clear interned strings in " +"`bpo-22082 `__: Clear interned strings in " "slotdefs." #: ../../../Misc/NEWS:6917 @@ -15637,16 +14302,14 @@ msgid "Upgrade Unicode database to Unicode 7.0.0." msgstr "" #: ../../../Misc/NEWS:6919 -#, fuzzy msgid "" "`bpo-21897 `__: Fix a crash with the " "f_locals attribute with closure variables when frame.clear() has been called." msgstr "" -"`Issue #21897 `__: Fix a crash with the " -"f_locals attribute with closure variables when frame.clear() has been called." +"`bpo-21897 `__: Fix a crash with the f_locals " +"attribute with closure variables when frame.clear() has been called." #: ../../../Misc/NEWS:6922 -#, fuzzy msgid "" "`bpo-21205 `__: Add a new " "``__qualname__`` attribute to generator, the qualified name, and use it in " @@ -15654,137 +14317,125 @@ msgid "" "generator (``__name__`` attribute) is now get from the function instead of " "the code. Use ``gen.gi_code.co_name`` to get the name of the code." msgstr "" -"`Issue #21205 `__: Add a new ``__qualname__`` " +"`bpo-21205 `__: Add a new ``__qualname__`` " "attribute to generator, the qualified name, and use it in the representation " "of a generator (``repr(gen)``). The default name of the generator " "(``__name__`` attribute) is now get from the function instead of the code. " "Use ``gen.gi_code.co_name`` to get the name of the code." #: ../../../Misc/NEWS:6928 -#, fuzzy msgid "" "`bpo-21669 `__: With the aid of " "heuristics in SyntaxError.__init__, the parser now attempts to generate more " "meaningful (or at least more search engine friendly) error messages when " "\"exec\" and \"print\" are used as statements." msgstr "" -"`Issue #21669 `__: With the aid of heuristics " -"in SyntaxError.__init__, the parser now attempts to generate more meaningful " +"`bpo-21669 `__: With the aid of heuristics in " +"SyntaxError.__init__, the parser now attempts to generate more meaningful " "(or at least more search engine friendly) error messages when \"exec\" and " "\"print\" are used as statements." #: ../../../Misc/NEWS:6933 -#, fuzzy msgid "" "`bpo-21642 `__: In the conditional if-" "else expression, allow an integer written with no space between itself and " "the ``else`` keyword (e.g. ``True if 42else False``) to be valid syntax." msgstr "" -"`Issue #21642 `__: In the conditional if-else " +"`bpo-21642 `__: In the conditional if-else " "expression, allow an integer written with no space between itself and the " "``else`` keyword (e.g. ``True if 42else False``) to be valid syntax." #: ../../../Misc/NEWS:6937 -#, fuzzy msgid "" "`bpo-21523 `__: Fix over-pessimistic " "computation of the stack effect of some opcodes in the compiler. This also " "fixes a quadratic compilation time issue noticeable when compiling code with " "a large number of \"and\" and \"or\" operators." msgstr "" -"`Issue #21523 `__: Fix over-pessimistic " +"`bpo-21523 `__: Fix over-pessimistic " "computation of the stack effect of some opcodes in the compiler. This also " "fixes a quadratic compilation time issue noticeable when compiling code with " "a large number of \"and\" and \"or\" operators." #: ../../../Misc/NEWS:6942 -#, fuzzy msgid "" "`bpo-21418 `__: Fix a crash in the " "builtin function super() when called without argument and without current " "frame (ex: embedded Python)." msgstr "" -"`Issue #21418 `__: Fix a crash in the builtin " +"`bpo-21418 `__: Fix a crash in the builtin " "function super() when called without argument and without current frame (ex: " "embedded Python)." #: ../../../Misc/NEWS:6945 -#, fuzzy msgid "" "`bpo-21425 `__: Fix flushing of standard " "streams in the interactive interpreter." msgstr "" -"`Issue #21425 `__: Fix flushing of standard " +"`bpo-21425 `__: Fix flushing of standard " "streams in the interactive interpreter." #: ../../../Misc/NEWS:6948 -#, fuzzy msgid "" "`bpo-21435 `__: In rare cases, when " "running finalizers on objects in cyclic trash a bad pointer dereference " "could occur due to a subtle flaw in internal iteration logic." msgstr "" -"`Issue #21435 `__: In rare cases, when " -"running finalizers on objects in cyclic trash a bad pointer dereference " -"could occur due to a subtle flaw in internal iteration logic." +"`bpo-21435 `__: In rare cases, when running " +"finalizers on objects in cyclic trash a bad pointer dereference could occur " +"due to a subtle flaw in internal iteration logic." #: ../../../Misc/NEWS:6952 -#, fuzzy msgid "" "`bpo-21377 `__: PyBytes_Concat() now " "tries to concatenate in-place when the first argument has a reference count " "of 1. Patch by Nikolaus Rath." msgstr "" -"`Issue #21377 `__: PyBytes_Concat() now tries " -"to concatenate in-place when the first argument has a reference count of 1. " +"`bpo-21377 `__: PyBytes_Concat() now tries to " +"concatenate in-place when the first argument has a reference count of 1. " "Patch by Nikolaus Rath." #: ../../../Misc/NEWS:6955 -#, fuzzy msgid "" "`bpo-20355 `__: -W command line options " "now have higher priority than the PYTHONWARNINGS environment variable. " "Patch by Arfrever." msgstr "" -"`Issue #20355 `__: -W command line options " -"now have higher priority than the PYTHONWARNINGS environment variable. " -"Patch by Arfrever." +"`bpo-20355 `__: -W command line options now " +"have higher priority than the PYTHONWARNINGS environment variable. Patch by " +"Arfrever." #: ../../../Misc/NEWS:6958 -#, fuzzy msgid "" "`bpo-21274 `__: Define PATH_MAX for GNU/" "Hurd in Python/pythonrun.c." msgstr "" -"`Issue #21274 `__: Define PATH_MAX for GNU/" -"Hurd in Python/pythonrun.c." +"`bpo-21274 `__: Define PATH_MAX for GNU/Hurd " +"in Python/pythonrun.c." #: ../../../Misc/NEWS:6960 -#, fuzzy msgid "" "`bpo-20904 `__: Support setting FPU " "precision on m68k." msgstr "" -"`Issue #20904 `__: Support setting FPU " -"precision on m68k." +"`bpo-20904 `__: Support setting FPU precision " +"on m68k." #: ../../../Misc/NEWS:6962 -#, fuzzy msgid "" "`bpo-21209 `__: Fix sending tuples to " "custom generator objects with the yield from syntax." msgstr "" -"`Issue #21209 `__: Fix sending tuples to " -"custom generator objects with the yield from syntax." +"`bpo-21209 `__: Fix sending tuples to custom " +"generator objects with the yield from syntax." #: ../../../Misc/NEWS:6965 -#, fuzzy msgid "" "`bpo-21193 `__: pow(a, b, c) now raises " "ValueError rather than TypeError when b is negative. Patch by Josh " "Rosenberg." msgstr "" -"`Issue #21193 `__: pow(a, b, c) now raises " +"`bpo-21193 `__: pow(a, b, c) now raises " "ValueError rather than TypeError when b is negative. Patch by Josh " "Rosenberg." @@ -15798,76 +14449,66 @@ msgstr "" "ModuleSpec.has_location." #: ../../../Misc/NEWS:6970 -#, fuzzy msgid "" "`bpo-21134 `__: Fix segfault when str is " "called on an uninitialized UnicodeEncodeError, UnicodeDecodeError, or " "UnicodeTranslateError object." msgstr "" -"`Issue #21134 `__: Fix segfault when str is " +"`bpo-21134 `__: Fix segfault when str is " "called on an uninitialized UnicodeEncodeError, UnicodeDecodeError, or " "UnicodeTranslateError object." #: ../../../Misc/NEWS:6973 -#, fuzzy msgid "" "`bpo-19537 `__: Fix PyUnicode_DATA() " "alignment under m68k. Patch by Andreas Schwab." msgstr "" -"`Issue #19537 `__: Fix PyUnicode_DATA() " +"`bpo-19537 `__: Fix PyUnicode_DATA() " "alignment under m68k. Patch by Andreas Schwab." #: ../../../Misc/NEWS:6976 -#, fuzzy msgid "" "`bpo-20929 `__: Add a type cast to avoid " "shifting a negative number." msgstr "" -"`Issue #20929 `__: Add a type cast to avoid " +"`bpo-20929 `__: Add a type cast to avoid " "shifting a negative number." #: ../../../Misc/NEWS:6978 -#, fuzzy msgid "" "`bpo-20731 `__: Properly position in " "source code files even if they are opened in text mode. Patch by Serhiy " "Storchaka." msgstr "" -"`Issue #20731 `__: Properly position in " -"source code files even if they are opened in text mode. Patch by Serhiy " -"Storchaka." +"`bpo-20731 `__: Properly position in source " +"code files even if they are opened in text mode. Patch by Serhiy Storchaka." #: ../../../Misc/NEWS:6981 -#, fuzzy msgid "" "`bpo-20637 `__: Key-sharing now also " "works for instance dictionaries of subclasses. Patch by Peter Ingebretson." msgstr "" -"`Issue #20637 `__: Key-sharing now also works " +"`bpo-20637 `__: Key-sharing now also works " "for instance dictionaries of subclasses. Patch by Peter Ingebretson." #: ../../../Misc/NEWS:6984 -#, fuzzy msgid "" "`bpo-8297 `__: Attributes missing from " "modules now include the module name in the error text. Original patch by " "ysj.ray." msgstr "" -"`Issue #8297 `__: Attributes missing from " -"modules now include the module name in the error text. Original patch by " -"ysj.ray." +"`bpo-8297 `__: Attributes missing from modules " +"now include the module name in the error text. Original patch by ysj.ray." #: ../../../Misc/NEWS:6987 -#, fuzzy msgid "" "`bpo-19995 `__: %c, %o, %x, and %X now " "raise TypeError on non-integer input." msgstr "" -"`Issue #19995 `__: %c, %o, %x, and %X now " -"raise TypeError on non-integer input." +"`bpo-19995 `__: %c, %o, %x, and %X now raise " +"TypeError on non-integer input." #: ../../../Misc/NEWS:6989 -#, fuzzy msgid "" "`bpo-19655 `__: The ASDL parser - used " "by the build process to generate code for managing the Python AST in C - was " @@ -15875,170 +14516,151 @@ msgid "" "long the spark.py parser-generator library; spark.py was removed from the " "source base." msgstr "" -"`Issue #19655 `__: The ASDL parser - used by " -"the build process to generate code for managing the Python AST in C - was " +"`bpo-19655 `__: The ASDL parser - used by the " +"build process to generate code for managing the Python AST in C - was " "rewritten. The new parser is self contained and does not require to carry " "long the spark.py parser-generator library; spark.py was removed from the " "source base." #: ../../../Misc/NEWS:6994 -#, fuzzy msgid "" "`bpo-12546 `__: Allow ``\\x00`` to be " "used as a fill character when using str, int, float, and complex __format__ " "methods." msgstr "" -"`Issue #12546 `__: Allow ``\\x00`` to be used " -"as a fill character when using str, int, float, and complex __format__ " -"methods." +"`bpo-12546 `__: Allow ``\\x00`` to be used as " +"a fill character when using str, int, float, and complex __format__ methods." #: ../../../Misc/NEWS:6997 -#, fuzzy msgid "" "`bpo-20480 `__: Add ipaddress." "reverse_pointer. Patch by Leon Weber." msgstr "" -"`Issue #20480 `__: Add ipaddress." +"`bpo-20480 `__: Add ipaddress." "reverse_pointer. Patch by Leon Weber." #: ../../../Misc/NEWS:6999 -#, fuzzy msgid "" "`bpo-13598 `__: Modify string.Formatter " "to support auto-numbering of replacement fields. It now matches the behavior " "of str.format() in this regard. Patches by Phil Elson and Ramchandra Apte." msgstr "" -"`Issue #13598 `__: Modify string.Formatter to " +"`bpo-13598 `__: Modify string.Formatter to " "support auto-numbering of replacement fields. It now matches the behavior of " "str.format() in this regard. Patches by Phil Elson and Ramchandra Apte." #: ../../../Misc/NEWS:7003 -#, fuzzy msgid "" "`bpo-8931 `__: Make alternate formatting " "('#') for type 'c' raise an exception. In versions prior to 3.5, '#' with " "'c' had no effect. Now specifying it is an error. Patch by Torsten " "Landschoff." msgstr "" -"`Issue #8931 `__: Make alternate formatting " -"('#') for type 'c' raise an exception. In versions prior to 3.5, '#' with " -"'c' had no effect. Now specifying it is an error. Patch by Torsten " -"Landschoff." +"`bpo-8931 `__: Make alternate formatting ('#') " +"for type 'c' raise an exception. In versions prior to 3.5, '#' with 'c' had " +"no effect. Now specifying it is an error. Patch by Torsten Landschoff." #: ../../../Misc/NEWS:7007 -#, fuzzy msgid "" "`bpo-23165 `__: Perform overflow checks " "before allocating memory in the _Py_char2wchar function." msgstr "" -"`Issue #23165 `__: Perform overflow checks " +"`bpo-23165 `__: Perform overflow checks " "before allocating memory in the _Py_char2wchar function." #: ../../../Misc/NEWS:7013 -#, fuzzy msgid "" "`bpo-23399 `__: pyvenv creates relative " "symlinks where possible." msgstr "" -"`Issue #23399 `__: pyvenv creates relative " +"`bpo-23399 `__: pyvenv creates relative " "symlinks where possible." #: ../../../Misc/NEWS:7015 -#, fuzzy msgid "" "`bpo-20289 `__: cgi.FieldStorage() now " "supports the context management protocol." msgstr "" -"`Issue #20289 `__: cgi.FieldStorage() now " +"`bpo-20289 `__: cgi.FieldStorage() now " "supports the context management protocol." #: ../../../Misc/NEWS:7018 -#, fuzzy msgid "" "`bpo-13128 `__: Print response headers " "for CONNECT requests when debuglevel > 0. Patch by Demian Brecht." msgstr "" -"`Issue #13128 `__: Print response headers for " +"`bpo-13128 `__: Print response headers for " "CONNECT requests when debuglevel > 0. Patch by Demian Brecht." #: ../../../Misc/NEWS:7021 -#, fuzzy msgid "" "`bpo-15381 `__: Optimized io.BytesIO to " "make less allocations and copyings." msgstr "" -"`Issue #15381 `__: Optimized io.BytesIO to " -"make less allocations and copyings." +"`bpo-15381 `__: Optimized io.BytesIO to make " +"less allocations and copyings." #: ../../../Misc/NEWS:7023 -#, fuzzy msgid "" "`bpo-22818 `__: Splitting on a pattern " "that could match an empty string now raises a warning. Patterns that can " "only match empty strings are now rejected." msgstr "" -"`Issue #22818 `__: Splitting on a pattern " -"that could match an empty string now raises a warning. Patterns that can " -"only match empty strings are now rejected." +"`bpo-22818 `__: Splitting on a pattern that " +"could match an empty string now raises a warning. Patterns that can only " +"match empty strings are now rejected." #: ../../../Misc/NEWS:7027 -#, fuzzy msgid "" "`bpo-23099 `__: Closing io.BytesIO with " "exported buffer is rejected now to prevent corrupting exported buffer." msgstr "" -"`Issue #23099 `__: Closing io.BytesIO with " +"`bpo-23099 `__: Closing io.BytesIO with " "exported buffer is rejected now to prevent corrupting exported buffer." #: ../../../Misc/NEWS:7030 -#, fuzzy msgid "" "`bpo-23326 `__: Removed __ne__ " "implementations. Since fixing default __ne__ implementation in `bpo-21408 " "`__ they are redundant." msgstr "" -"`Issue #23326 `__: Removed __ne__ " +"`bpo-23326 `__: Removed __ne__ " "implementations. Since fixing default __ne__ implementation in `issue " "#21408 `__ they are redundant." #: ../../../Misc/NEWS:7033 -#, fuzzy msgid "" "`bpo-23363 `__: Fix possible overflow in " "itertools.permutations." msgstr "" -"`Issue #23363 `__: Fix possible overflow in " +"`bpo-23363 `__: Fix possible overflow in " "itertools.permutations." #: ../../../Misc/NEWS:7035 -#, fuzzy msgid "" "`bpo-23364 `__: Fix possible overflow in " "itertools.product." msgstr "" -"`Issue #23364 `__: Fix possible overflow in " +"`bpo-23364 `__: Fix possible overflow in " "itertools.product." #: ../../../Misc/NEWS:7037 -#, fuzzy msgid "" "`bpo-23366 `__: Fixed possible integer " "overflow in itertools.combinations." msgstr "" -"`Issue #23366 `__: Fixed possible integer " +"`bpo-23366 `__: Fixed possible integer " "overflow in itertools.combinations." #: ../../../Misc/NEWS:7039 -#, fuzzy msgid "" "`bpo-23369 `__: Fixed possible integer " "overflow in _json.encode_basestring_ascii." msgstr "" -"`Issue #23369 `__: Fixed possible integer " +"`bpo-23369 `__: Fixed possible integer " "overflow in _json.encode_basestring_ascii." #: ../../../Misc/NEWS:7042 -#, fuzzy msgid "" "`bpo-23353 `__: Fix the exception " "handling of generators in PyEval_EvalFrameEx(). At entry, save or swap the " @@ -16046,181 +14668,160 @@ msgid "" "exit, the exception state is now always restored or swapped, not only if why " "is WHY_YIELD or WHY_RETURN. Patch co-written with Antoine Pitrou." msgstr "" -"`Issue #23353 `__: Fix the exception handling " -"of generators in PyEval_EvalFrameEx(). At entry, save or swap the exception " +"`bpo-23353 `__: Fix the exception handling of " +"generators in PyEval_EvalFrameEx(). At entry, save or swap the exception " "state even if PyEval_EvalFrameEx() is called with throwflag=0. At exit, the " "exception state is now always restored or swapped, not only if why is " "WHY_YIELD or WHY_RETURN. Patch co-written with Antoine Pitrou." #: ../../../Misc/NEWS:7048 -#, fuzzy msgid "" "`bpo-14099 `__: Restored support of " "writing ZIP files to tellable but non-seekable streams." msgstr "" -"`Issue #14099 `__: Restored support of " -"writing ZIP files to tellable but non-seekable streams." +"`bpo-14099 `__: Restored support of writing " +"ZIP files to tellable but non-seekable streams." #: ../../../Misc/NEWS:7051 -#, fuzzy msgid "" "`bpo-14099 `__: Writing to ZipFile and " "reading multiple ZipExtFiles is threadsafe now." msgstr "" -"`Issue #14099 `__: Writing to ZipFile and " +"`bpo-14099 `__: Writing to ZipFile and " "reading multiple ZipExtFiles is threadsafe now." #: ../../../Misc/NEWS:7054 -#, fuzzy msgid "" "`bpo-19361 `__: JSON decoder now raises " "JSONDecodeError instead of ValueError." msgstr "" -"`Issue #19361 `__: JSON decoder now raises " +"`bpo-19361 `__: JSON decoder now raises " "JSONDecodeError instead of ValueError." #: ../../../Misc/NEWS:7056 -#, fuzzy msgid "" "`bpo-18518 `__: timeit now rejects " "statements which can't be compiled outside a function or a loop (e.g. " "\"return\" or \"break\")." msgstr "" -"`Issue #18518 `__: timeit now rejects " -"statements which can't be compiled outside a function or a loop (e.g. " -"\"return\" or \"break\")." +"`bpo-18518 `__: timeit now rejects statements " +"which can't be compiled outside a function or a loop (e.g. \"return\" or " +"\"break\")." #: ../../../Misc/NEWS:7059 -#, fuzzy msgid "" "`bpo-23094 `__: Fixed readline with " "frames in Python implementation of pickle." msgstr "" -"`Issue #23094 `__: Fixed readline with frames " -"in Python implementation of pickle." +"`bpo-23094 `__: Fixed readline with frames in " +"Python implementation of pickle." #: ../../../Misc/NEWS:7061 -#, fuzzy msgid "" "`bpo-23268 `__: Fixed bugs in the " "comparison of ipaddress classes." msgstr "" -"`Issue #23268 `__: Fixed bugs in the " -"comparison of ipaddress classes." +"`bpo-23268 `__: Fixed bugs in the comparison " +"of ipaddress classes." #: ../../../Misc/NEWS:7063 -#, fuzzy msgid "" "`bpo-21408 `__: Removed incorrect " "implementations of __ne__() which didn't returned NotImplemented if __eq__() " "returned NotImplemented. The default __ne__() now works correctly." msgstr "" -"`Issue #21408 `__: Removed incorrect " +"`bpo-21408 `__: Removed incorrect " "implementations of __ne__() which didn't returned NotImplemented if __eq__() " "returned NotImplemented. The default __ne__() now works correctly." #: ../../../Misc/NEWS:7067 -#, fuzzy msgid "" "`bpo-19996 `__: :class:`email.feedparser." "FeedParser` now handles (malformed) headers with no key rather than assuming " "the body has started." msgstr "" -"`Issue #19996 `__: :class:`email.feedparser." +"`bpo-19996 `__: :class:`email.feedparser." "FeedParser` now handles (malformed) headers with no key rather than assuming " "the body has started." #: ../../../Misc/NEWS:7070 -#, fuzzy msgid "" "`bpo-20188 `__: Support Application-" "Layer Protocol Negotiation (ALPN) in the ssl module." msgstr "" -"`Issue #20188 `__: Support Application-Layer " +"`bpo-20188 `__: Support Application-Layer " "Protocol Negotiation (ALPN) in the ssl module." #: ../../../Misc/NEWS:7073 -#, fuzzy msgid "" "`bpo-23133 `__: Pickling of ipaddress " "objects now produces more compact and portable representation." msgstr "" -"`Issue #23133 `__: Pickling of ipaddress " -"objects now produces more compact and portable representation." +"`bpo-23133 `__: Pickling of ipaddress objects " +"now produces more compact and portable representation." #: ../../../Misc/NEWS:7076 -#, fuzzy msgid "" "`bpo-23248 `__: Update ssl error codes " "from latest OpenSSL git master." msgstr "" -"`Issue #23248 `__: Update ssl error codes " -"from latest OpenSSL git master." +"`bpo-23248 `__: Update ssl error codes from " +"latest OpenSSL git master." #: ../../../Misc/NEWS:7078 -#, fuzzy msgid "" "`bpo-23266 `__: Much faster " "implementation of ipaddress.collapse_addresses() when there are many non-" "consecutive addresses." msgstr "" -"`Issue #23266 `__: Much faster implementation " -"of ipaddress.collapse_addresses() when there are many non-consecutive " -"addresses." +"`bpo-23266 `__: Much faster implementation of " +"ipaddress.collapse_addresses() when there are many non-consecutive addresses." #: ../../../Misc/NEWS:7081 -#, fuzzy msgid "" "`bpo-23098 `__: 64-bit dev_t is now " "supported in the os module." msgstr "" -"`Issue #23098 `__: 64-bit dev_t is now " -"supported in the os module." +"`bpo-23098 `__: 64-bit dev_t is now supported " +"in the os module." #: ../../../Misc/NEWS:7083 -#, fuzzy msgid "" "`bpo-21817 `__: When an exception is " "raised in a task submitted to a ProcessPoolExecutor, the remote traceback is " "now displayed in the parent process. Patch by Claudiu Popa." msgstr "" -"`Issue #21817 `__: When an exception is " -"raised in a task submitted to a ProcessPoolExecutor, the remote traceback is " -"now displayed in the parent process. Patch by Claudiu Popa." +"`bpo-21817 `__: When an exception is raised " +"in a task submitted to a ProcessPoolExecutor, the remote traceback is now " +"displayed in the parent process. Patch by Claudiu Popa." #: ../../../Misc/NEWS:7087 -#, fuzzy msgid "" "`bpo-15955 `__: Add an option to limit " "output size when decompressing LZMA data. Patch by Nikolaus Rath and Martin " "Panter." msgstr "" -"`Issue #15955 `__: Add an option to limit " -"output size when decompressing LZMA data. Patch by Nikolaus Rath and Martin " -"Panter." +"`bpo-15955 `__: Add an option to limit output " +"size when decompressing LZMA data. Patch by Nikolaus Rath and Martin Panter." #: ../../../Misc/NEWS:7090 -#, fuzzy msgid "" "`bpo-23250 `__: In the http.cookies " "module, capitalize \"HttpOnly\" and \"Secure\" as they are written in the " "standard." msgstr "" -"`Issue #23250 `__: In the http.cookies " -"module, capitalize \"HttpOnly\" and \"Secure\" as they are written in the " -"standard." +"`bpo-23250 `__: In the http.cookies module, " +"capitalize \"HttpOnly\" and \"Secure\" as they are written in the standard." #: ../../../Misc/NEWS:7093 -#, fuzzy msgid "" "`bpo-23063 `__: In the disutils' check " "command, fix parsing of reST with code or code-block directives." msgstr "" -"`Issue #23063 `__: In the disutils' check " +"`bpo-23063 `__: In the disutils' check " "command, fix parsing of reST with code or code-block directives." #: ../../../Misc/NEWS:7096 -#, fuzzy msgid "" "`bpo-23209 `__, #23225: selectors." "BaseSelector.get_key() now raises a RuntimeError if the selector is closed. " @@ -16228,225 +14829,202 @@ msgid "" "selector mapping to break a reference cycle. Initial patch written by Martin " "Richard." msgstr "" -"`Issue #23209 `__, #23225: selectors." +"`bpo-23209 `__, #23225: selectors." "BaseSelector.get_key() now raises a RuntimeError if the selector is closed. " "And selectors.BaseSelector.close() now clears its internal reference to the " "selector mapping to break a reference cycle. Initial patch written by Martin " "Richard." #: ../../../Misc/NEWS:7101 -#, fuzzy msgid "" "`bpo-17911 `__: Provide a way to seed " "the linecache for a PEP-302 module without actually loading the code." msgstr "" -"`Issue #17911 `__: Provide a way to seed the " +"`bpo-17911 `__: Provide a way to seed the " "linecache for a PEP-302 module without actually loading the code." #: ../../../Misc/NEWS:7104 -#, fuzzy msgid "" "`bpo-17911 `__: Provide a new object API " "for traceback, including the ability to not lookup lines at all until the " "traceback is actually rendered, without any trace of the original objects " "being kept alive." msgstr "" -"`Issue #17911 `__: Provide a new object API " -"for traceback, including the ability to not lookup lines at all until the " +"`bpo-17911 `__: Provide a new object API for " +"traceback, including the ability to not lookup lines at all until the " "traceback is actually rendered, without any trace of the original objects " "being kept alive." #: ../../../Misc/NEWS:7108 -#, fuzzy msgid "" "`bpo-19777 `__: Provide a home() " "classmethod on Path objects. Contributed by Victor Salgado and Mayank " "Tripathi." msgstr "" -"`Issue #19777 `__: Provide a home() " -"classmethod on Path objects. Contributed by Victor Salgado and Mayank " -"Tripathi." +"`bpo-19777 `__: Provide a home() classmethod " +"on Path objects. Contributed by Victor Salgado and Mayank Tripathi." #: ../../../Misc/NEWS:7111 -#, fuzzy msgid "" "`bpo-23206 `__: Make ``json.dumps(..., " "ensure_ascii=False)`` as fast as the default case of ``ensure_ascii=True``. " "Patch by Naoki Inada." msgstr "" -"`Issue #23206 `__: Make ``json.dumps(..., " +"`bpo-23206 `__: Make ``json.dumps(..., " "ensure_ascii=False)`` as fast as the default case of ``ensure_ascii=True``. " "Patch by Naoki Inada." #: ../../../Misc/NEWS:7114 -#, fuzzy msgid "" "`bpo-23185 `__: Add math.inf and math." "nan constants." msgstr "" -"`Issue #23185 `__: Add math.inf and math.nan " +"`bpo-23185 `__: Add math.inf and math.nan " "constants." #: ../../../Misc/NEWS:7116 -#, fuzzy msgid "" "`bpo-23186 `__: Add ssl.SSLObject." "shared_ciphers() and ssl.SSLSocket.shared_ciphers() to fetch the client's " "list ciphers sent at handshake." msgstr "" -"`Issue #23186 `__: Add ssl.SSLObject." +"`bpo-23186 `__: Add ssl.SSLObject." "shared_ciphers() and ssl.SSLSocket.shared_ciphers() to fetch the client's " "list ciphers sent at handshake." #: ../../../Misc/NEWS:7120 -#, fuzzy msgid "" "`bpo-23143 `__: Remove compatibility " "with OpenSSLs older than 0.9.8." msgstr "" -"`Issue #23143 `__: Remove compatibility with " +"`bpo-23143 `__: Remove compatibility with " "OpenSSLs older than 0.9.8." #: ../../../Misc/NEWS:7122 -#, fuzzy msgid "" "`bpo-23132 `__: Improve performance and " "introspection support of comparison methods created by functool." "total_ordering." msgstr "" -"`Issue #23132 `__: Improve performance and " +"`bpo-23132 `__: Improve performance and " "introspection support of comparison methods created by functool." "total_ordering." #: ../../../Misc/NEWS:7125 -#, fuzzy msgid "" "`bpo-19776 `__: Add an expanduser() " "method on Path objects." msgstr "" -"`Issue #19776 `__: Add an expanduser() method " -"on Path objects." +"`bpo-19776 `__: Add an expanduser() method on " +"Path objects." #: ../../../Misc/NEWS:7127 -#, fuzzy msgid "" "`bpo-23112 `__: Fix SimpleHTTPServer to " "correctly carry the query string and fragment when it redirects to add a " "trailing slash." msgstr "" -"`Issue #23112 `__: Fix SimpleHTTPServer to " +"`bpo-23112 `__: Fix SimpleHTTPServer to " "correctly carry the query string and fragment when it redirects to add a " "trailing slash." #: ../../../Misc/NEWS:7130 -#, fuzzy msgid "" "`bpo-21793 `__: Added http.HTTPStatus " "enums (i.e. HTTPStatus.OK, HTTPStatus.NOT_FOUND). Patch by Demian Brecht." msgstr "" -"`Issue #21793 `__: Added http.HTTPStatus " -"enums (i.e. HTTPStatus.OK, HTTPStatus.NOT_FOUND). Patch by Demian Brecht." +"`bpo-21793 `__: Added http.HTTPStatus enums " +"(i.e. HTTPStatus.OK, HTTPStatus.NOT_FOUND). Patch by Demian Brecht." #: ../../../Misc/NEWS:7133 -#, fuzzy msgid "" "`bpo-23093 `__: In the io, module allow " "more operations to work on detached streams." msgstr "" -"`Issue #23093 `__: In the io, module allow " -"more operations to work on detached streams." +"`bpo-23093 `__: In the io, module allow more " +"operations to work on detached streams." #: ../../../Misc/NEWS:7136 -#, fuzzy msgid "" "`bpo-23111 `__: In the ftplib, make ssl." "PROTOCOL_SSLv23 the default protocol version." msgstr "" -"`Issue #23111 `__: In the ftplib, make ssl." +"`bpo-23111 `__: In the ftplib, make ssl." "PROTOCOL_SSLv23 the default protocol version." #: ../../../Misc/NEWS:7139 -#, fuzzy msgid "" "`bpo-22585 `__: On OpenBSD 5.6 and " "newer, os.urandom() now calls getentropy(), instead of reading /dev/urandom, " "to get pseudo-random bytes." msgstr "" -"`Issue #22585 `__: On OpenBSD 5.6 and newer, " -"os.urandom() now calls getentropy(), instead of reading /dev/urandom, to get " +"`bpo-22585 `__: On OpenBSD 5.6 and newer, os." +"urandom() now calls getentropy(), instead of reading /dev/urandom, to get " "pseudo-random bytes." #: ../../../Misc/NEWS:7142 -#, fuzzy msgid "" "`bpo-19104 `__: pprint now produces " "evaluable output for wrapped strings." msgstr "" -"`Issue #19104 `__: pprint now produces " -"evaluable output for wrapped strings." +"`bpo-19104 `__: pprint now produces evaluable " +"output for wrapped strings." #: ../../../Misc/NEWS:7144 -#, fuzzy msgid "" "`bpo-23071 `__: Added missing names to " "codecs.__all__. Patch by Martin Panter." msgstr "" -"`Issue #23071 `__: Added missing names to " -"codecs.__all__. Patch by Martin Panter." +"`bpo-23071 `__: Added missing names to codecs." +"__all__. Patch by Martin Panter." #: ../../../Misc/NEWS:7146 -#, fuzzy msgid "" "`bpo-22783 `__: Pickling now uses the " "NEWOBJ opcode instead of the NEWOBJ_EX opcode if possible." msgstr "" -"`Issue #22783 `__: Pickling now uses the " -"NEWOBJ opcode instead of the NEWOBJ_EX opcode if possible." +"`bpo-22783 `__: Pickling now uses the NEWOBJ " +"opcode instead of the NEWOBJ_EX opcode if possible." #: ../../../Misc/NEWS:7149 -#, fuzzy msgid "" "`bpo-15513 `__: Added a __sizeof__ " "implementation for pickle classes." msgstr "" -"`Issue #15513 `__: Added a __sizeof__ " +"`bpo-15513 `__: Added a __sizeof__ " "implementation for pickle classes." #: ../../../Misc/NEWS:7151 -#, fuzzy msgid "" "`bpo-19858 `__: pickletools.optimize() " "now aware of the MEMOIZE opcode, can produce more compact result and no " "longer produces invalid output if input data contains MEMOIZE opcodes " "together with PUT or BINPUT opcodes." msgstr "" -"`Issue #19858 `__: pickletools.optimize() now " +"`bpo-19858 `__: pickletools.optimize() now " "aware of the MEMOIZE opcode, can produce more compact result and no longer " "produces invalid output if input data contains MEMOIZE opcodes together with " "PUT or BINPUT opcodes." #: ../../../Misc/NEWS:7155 -#, fuzzy msgid "" "`bpo-22095 `__: Fixed HTTPConnection." "set_tunnel with default port. The port value in the host header was set to " "\"None\". Patch by Demian Brecht." msgstr "" -"`Issue #22095 `__: Fixed HTTPConnection." +"`bpo-22095 `__: Fixed HTTPConnection." "set_tunnel with default port. The port value in the host header was set to " "\"None\". Patch by Demian Brecht." #: ../../../Misc/NEWS:7158 -#, fuzzy msgid "" "`bpo-23016 `__: A warning no longer " "produces an AttributeError when the program is run with pythonw.exe." msgstr "" -"`Issue #23016 `__: A warning no longer " -"produces an AttributeError when the program is run with pythonw.exe." +"`bpo-23016 `__: A warning no longer produces " +"an AttributeError when the program is run with pythonw.exe." #: ../../../Misc/NEWS:7161 -#, fuzzy msgid "" "`bpo-21775 `__: shutil.copytree(): fix " "crash when copying to VFAT. An exception handler assumed that OSError " @@ -16454,1029 +15032,923 @@ msgid "" "exception handler itself raised AttributeError when run on Linux (and, " "presumably, any other non-Windows OS). Patch by Greg Ward." msgstr "" -"`Issue #21775 `__: shutil.copytree(): fix " -"crash when copying to VFAT. An exception handler assumed that OSError " -"objects always have a 'winerror' attribute. That is not the case, so the " -"exception handler itself raised AttributeError when run on Linux (and, " -"presumably, any other non-Windows OS). Patch by Greg Ward." +"`bpo-21775 `__: shutil.copytree(): fix crash " +"when copying to VFAT. An exception handler assumed that OSError objects " +"always have a 'winerror' attribute. That is not the case, so the exception " +"handler itself raised AttributeError when run on Linux (and, presumably, any " +"other non-Windows OS). Patch by Greg Ward." #: ../../../Misc/NEWS:7167 -#, fuzzy msgid "" "`bpo-1218234 `__: Fix inspect." "getsource() to load updated source of reloaded module. Initial patch by " "Berker Peksag." msgstr "" -"`Issue #1218234 `__: Fix inspect." -"getsource() to load updated source of reloaded module. Initial patch by " -"Berker Peksag." +"`bpo-1218234 `__: Fix inspect.getsource() " +"to load updated source of reloaded module. Initial patch by Berker Peksag." #: ../../../Misc/NEWS:7170 -#, fuzzy msgid "" "`bpo-21740 `__: Support wrapped " "callables in doctest. Patch by Claudiu Popa." msgstr "" -"`Issue #21740 `__: Support wrapped callables " -"in doctest. Patch by Claudiu Popa." +"`bpo-21740 `__: Support wrapped callables in " +"doctest. Patch by Claudiu Popa." #: ../../../Misc/NEWS:7172 -#, fuzzy msgid "" "`bpo-23009 `__: Make sure selectors." "EpollSelecrtor.select() works when no FD is registered." msgstr "" -"`Issue #23009 `__: Make sure selectors." +"`bpo-23009 `__: Make sure selectors." "EpollSelecrtor.select() works when no FD is registered." #: ../../../Misc/NEWS:7175 -#, fuzzy msgid "" "`bpo-22959 `__: In the constructor of " "http.client.HTTPSConnection, prefer the context's check_hostname attribute " "over the *check_hostname* parameter." msgstr "" -"`Issue #22959 `__: In the constructor of http." +"`bpo-22959 `__: In the constructor of http." "client.HTTPSConnection, prefer the context's check_hostname attribute over " "the *check_hostname* parameter." #: ../../../Misc/NEWS:7178 -#, fuzzy msgid "" "`bpo-22696 `__: Add function :func:`sys." "is_finalizing` to know about interpreter shutdown." msgstr "" -"`Issue #22696 `__: Add function :func:`sys." +"`bpo-22696 `__: Add function :func:`sys." "is_finalizing` to know about interpreter shutdown." #: ../../../Misc/NEWS:7181 -#, fuzzy msgid "" "`bpo-16043 `__: Add a default limit for " "the amount of data xmlrpclib.gzip_decode will return. This resolves " "CVE-2013-1753." msgstr "" -"`Issue #16043 `__: Add a default limit for " -"the amount of data xmlrpclib.gzip_decode will return. This resolves " +"`bpo-16043 `__: Add a default limit for the " +"amount of data xmlrpclib.gzip_decode will return. This resolves " "CVE-2013-1753." #: ../../../Misc/NEWS:7184 -#, fuzzy msgid "" "`bpo-14099 `__: ZipFile.open() no longer " "reopen the underlying file. Objects returned by ZipFile.open() can now " "operate independently of the ZipFile even if the ZipFile was created by " "passing in a file-like object as the first argument to the constructor." msgstr "" -"`Issue #14099 `__: ZipFile.open() no longer " +"`bpo-14099 `__: ZipFile.open() no longer " "reopen the underlying file. Objects returned by ZipFile.open() can now " "operate independently of the ZipFile even if the ZipFile was created by " "passing in a file-like object as the first argument to the constructor." #: ../../../Misc/NEWS:7189 -#, fuzzy msgid "" "`bpo-22966 `__: Fix __pycache__ pyc file " "name clobber when pyc_compile is asked to compile a source file containing " "multiple dots in the source file name." msgstr "" -"`Issue #22966 `__: Fix __pycache__ pyc file " -"name clobber when pyc_compile is asked to compile a source file containing " +"`bpo-22966 `__: Fix __pycache__ pyc file name " +"clobber when pyc_compile is asked to compile a source file containing " "multiple dots in the source file name." #: ../../../Misc/NEWS:7193 -#, fuzzy msgid "" "`bpo-21971 `__: Update turtledemo doc " "and add module to the index." msgstr "" -"`Issue #21971 `__: Update turtledemo doc and " -"add module to the index." +"`bpo-21971 `__: Update turtledemo doc and add " +"module to the index." #: ../../../Misc/NEWS:7195 -#, fuzzy msgid "" "`bpo-21032 `__: Fixed socket leak if " "HTTPConnection.getresponse() fails. Original patch by Martin Panter." msgstr "" -"`Issue #21032 `__: Fixed socket leak if " +"`bpo-21032 `__: Fixed socket leak if " "HTTPConnection.getresponse() fails. Original patch by Martin Panter." #: ../../../Misc/NEWS:7198 -#, fuzzy msgid "" "`bpo-22407 `__: Deprecated the use of re." "LOCALE flag with str patterns or re.ASCII. It was newer worked." msgstr "" -"`Issue #22407 `__: Deprecated the use of re." +"`bpo-22407 `__: Deprecated the use of re." "LOCALE flag with str patterns or re.ASCII. It was newer worked." #: ../../../Misc/NEWS:7201 -#, fuzzy msgid "" "`bpo-22902 `__: The \"ip\" command is " "now used on Linux to determine MAC address in uuid.getnode(). Pach by Bruno " "Cauet." msgstr "" -"`Issue #22902 `__: The \"ip\" command is now " +"`bpo-22902 `__: The \"ip\" command is now " "used on Linux to determine MAC address in uuid.getnode(). Pach by Bruno " "Cauet." #: ../../../Misc/NEWS:7204 -#, fuzzy msgid "" "`bpo-22960 `__: Add a context argument " "to xmlrpclib.ServerProxy constructor." msgstr "" -"`Issue #22960 `__: Add a context argument to " +"`bpo-22960 `__: Add a context argument to " "xmlrpclib.ServerProxy constructor." #: ../../../Misc/NEWS:7206 -#, fuzzy msgid "" "`bpo-22389 `__: Add contextlib." "redirect_stderr()." msgstr "" -"`Issue #22389 `__: Add contextlib." +"`bpo-22389 `__: Add contextlib." "redirect_stderr()." #: ../../../Misc/NEWS:7208 -#, fuzzy msgid "" "`bpo-21356 `__: Make ssl.RAND_egd() " "optional to support LibreSSL. The availability of the function is checked " "during the compilation. Patch written by Bernard Spil." msgstr "" -"`Issue #21356 `__: Make ssl.RAND_egd() " -"optional to support LibreSSL. The availability of the function is checked " -"during the compilation. Patch written by Bernard Spil." +"`bpo-21356 `__: Make ssl.RAND_egd() optional " +"to support LibreSSL. The availability of the function is checked during the " +"compilation. Patch written by Bernard Spil." #: ../../../Misc/NEWS:7212 -#, fuzzy msgid "" "`bpo-22915 `__: SAX parser now supports " "files opened with file descriptor or bytes path." msgstr "" -"`Issue #22915 `__: SAX parser now supports " -"files opened with file descriptor or bytes path." +"`bpo-22915 `__: SAX parser now supports files " +"opened with file descriptor or bytes path." #: ../../../Misc/NEWS:7215 -#, fuzzy msgid "" "`bpo-22609 `__: Constructors and update " "methods of mapping classes in the collections module now accept the self " "keyword argument." msgstr "" -"`Issue #22609 `__: Constructors and update " +"`bpo-22609 `__: Constructors and update " "methods of mapping classes in the collections module now accept the self " "keyword argument." #: ../../../Misc/NEWS:7218 -#, fuzzy msgid "" "`bpo-22940 `__: Add readline." "append_history_file." msgstr "" -"`Issue #22940 `__: Add readline." +"`bpo-22940 `__: Add readline." "append_history_file." #: ../../../Misc/NEWS:7220 -#, fuzzy msgid "" "`bpo-19676 `__: Added the \"namereplace" "\" error handler." msgstr "" -"`Issue #19676 `__: Added the \"namereplace\" " +"`bpo-19676 `__: Added the \"namereplace\" " "error handler." #: ../../../Misc/NEWS:7222 -#, fuzzy msgid "" "`bpo-22788 `__: Add *context* parameter " "to logging.handlers.HTTPHandler." msgstr "" -"`Issue #22788 `__: Add *context* parameter to " +"`bpo-22788 `__: Add *context* parameter to " "logging.handlers.HTTPHandler." #: ../../../Misc/NEWS:7224 -#, fuzzy msgid "" "`bpo-22921 `__: Allow SSLContext to take " "the *hostname* parameter even if OpenSSL doesn't support SNI." msgstr "" -"`Issue #22921 `__: Allow SSLContext to take " -"the *hostname* parameter even if OpenSSL doesn't support SNI." +"`bpo-22921 `__: Allow SSLContext to take the " +"*hostname* parameter even if OpenSSL doesn't support SNI." #: ../../../Misc/NEWS:7227 -#, fuzzy msgid "" "`bpo-22894 `__: TestCase.subTest() would " "cause the test suite to be stopped when in failfast mode, even in the " "absence of failures." msgstr "" -"`Issue #22894 `__: TestCase.subTest() would " +"`bpo-22894 `__: TestCase.subTest() would " "cause the test suite to be stopped when in failfast mode, even in the " "absence of failures." #: ../../../Misc/NEWS:7230 -#, fuzzy msgid "" "`bpo-22796 `__: HTTP cookie parsing is " "now stricter, in order to protect against potential injection attacks." msgstr "" -"`Issue #22796 `__: HTTP cookie parsing is now " +"`bpo-22796 `__: HTTP cookie parsing is now " "stricter, in order to protect against potential injection attacks." #: ../../../Misc/NEWS:7233 -#, fuzzy msgid "" "`bpo-22370 `__: Windows detection in " "pathlib is now more robust." msgstr "" -"`Issue #22370 `__: Windows detection in " -"pathlib is now more robust." +"`bpo-22370 `__: Windows detection in pathlib " +"is now more robust." #: ../../../Misc/NEWS:7235 -#, fuzzy msgid "" "`bpo-22841 `__: Reject coroutines in " "asyncio add_signal_handler(). Patch by Ludovic.Gasc." msgstr "" -"`Issue #22841 `__: Reject coroutines in " -"asyncio add_signal_handler(). Patch by Ludovic.Gasc." +"`bpo-22841 `__: Reject coroutines in asyncio " +"add_signal_handler(). Patch by Ludovic.Gasc." #: ../../../Misc/NEWS:7238 -#, fuzzy msgid "" "`bpo-19494 `__: Added urllib.request." "HTTPBasicPriorAuthHandler. Patch by Matej Cepl." msgstr "" -"`Issue #19494 `__: Added urllib.request." +"`bpo-19494 `__: Added urllib.request." "HTTPBasicPriorAuthHandler. Patch by Matej Cepl." #: ../../../Misc/NEWS:7241 -#, fuzzy msgid "" "`bpo-22578 `__: Added attributes to the " "re.error class." msgstr "" -"`Issue #22578 `__: Added attributes to the re." +"`bpo-22578 `__: Added attributes to the re." "error class." #: ../../../Misc/NEWS:7243 -#, fuzzy msgid "" "`bpo-22849 `__: Fix possible double free " "in the io.TextIOWrapper constructor." msgstr "" -"`Issue #22849 `__: Fix possible double free " -"in the io.TextIOWrapper constructor." +"`bpo-22849 `__: Fix possible double free in " +"the io.TextIOWrapper constructor." #: ../../../Misc/NEWS:7245 -#, fuzzy msgid "" "`bpo-12728 `__: Different Unicode " "characters having the same uppercase but different lowercase are now matched " "in case-insensitive regular expressions." msgstr "" -"`Issue #12728 `__: Different Unicode " -"characters having the same uppercase but different lowercase are now matched " -"in case-insensitive regular expressions." +"`bpo-12728 `__: Different Unicode characters " +"having the same uppercase but different lowercase are now matched in case-" +"insensitive regular expressions." #: ../../../Misc/NEWS:7248 -#, fuzzy msgid "" "`bpo-22821 `__: Fixed fcntl() with " "integer argument on 64-bit big-endian platforms." msgstr "" -"`Issue #22821 `__: Fixed fcntl() with integer " +"`bpo-22821 `__: Fixed fcntl() with integer " "argument on 64-bit big-endian platforms." #: ../../../Misc/NEWS:7251 -#, fuzzy msgid "" "`bpo-21650 `__: Add an `--sort-keys` " "option to json.tool CLI." msgstr "" -"`Issue #21650 `__: Add an `--sort-keys` " -"option to json.tool CLI." +"`bpo-21650 `__: Add an `--sort-keys` option " +"to json.tool CLI." #: ../../../Misc/NEWS:7253 -#, fuzzy msgid "" "`bpo-22824 `__: Updated reprlib output " "format for sets to use set literals. Patch contributed by Berker Peksag." msgstr "" -"`Issue #22824 `__: Updated reprlib output " -"format for sets to use set literals. Patch contributed by Berker Peksag." +"`bpo-22824 `__: Updated reprlib output format " +"for sets to use set literals. Patch contributed by Berker Peksag." #: ../../../Misc/NEWS:7256 -#, fuzzy msgid "" "`bpo-22824 `__: Updated reprlib output " "format for arrays to display empty arrays without an unnecessary empty " "list. Suggested by Serhiy Storchaka." msgstr "" -"`Issue #22824 `__: Updated reprlib output " -"format for arrays to display empty arrays without an unnecessary empty " -"list. Suggested by Serhiy Storchaka." +"`bpo-22824 `__: Updated reprlib output format " +"for arrays to display empty arrays without an unnecessary empty list. " +"Suggested by Serhiy Storchaka." #: ../../../Misc/NEWS:7259 -#, fuzzy msgid "" "`bpo-22406 `__: Fixed the uu_codec codec " "incorrectly ported to 3.x. Based on patch by Martin Panter." msgstr "" -"`Issue #22406 `__: Fixed the uu_codec codec " +"`bpo-22406 `__: Fixed the uu_codec codec " "incorrectly ported to 3.x. Based on patch by Martin Panter." #: ../../../Misc/NEWS:7262 -#, fuzzy msgid "" "`bpo-17293 `__: uuid.getnode() now " "determines MAC address on AIX using netstat. Based on patch by Aivars " "Kalvāns." msgstr "" -"`Issue #17293 `__: uuid.getnode() now " -"determines MAC address on AIX using netstat. Based on patch by Aivars Kalv�?" -"ns." +"`bpo-17293 `__: uuid.getnode() now determines " +"MAC address on AIX using netstat. Based on patch by Aivars Kalv�?ns." #: ../../../Misc/NEWS:7265 -#, fuzzy msgid "" "`bpo-22769 `__: Fixed ttk.Treeview." "tag_has() when called without arguments." msgstr "" -"`Issue #22769 `__: Fixed ttk.Treeview." -"tag_has() when called without arguments." +"`bpo-22769 `__: Fixed ttk.Treeview.tag_has() " +"when called without arguments." #: ../../../Misc/NEWS:7267 -#, fuzzy msgid "" "`bpo-22417 `__: Verify certificates by " "default in httplib (PEP 476)." msgstr "" -"`Issue #22417 `__: Verify certificates by " +"`bpo-22417 `__: Verify certificates by " "default in httplib (PEP 476)." #: ../../../Misc/NEWS:7269 -#, fuzzy msgid "" "`bpo-22775 `__: Fixed unpickling of http." "cookies.SimpleCookie with protocol 2 and above. Patch by Tim Graham." msgstr "" -"`Issue #22775 `__: Fixed unpickling of http." +"`bpo-22775 `__: Fixed unpickling of http." "cookies.SimpleCookie with protocol 2 and above. Patch by Tim Graham." #: ../../../Misc/NEWS:7272 -#, fuzzy msgid "" "`bpo-22776 `__: Brought excluded code " "into the scope of a try block in SysLogHandler.emit()." msgstr "" -"`Issue #22776 `__: Brought excluded code into " +"`bpo-22776 `__: Brought excluded code into " "the scope of a try block in SysLogHandler.emit()." #: ../../../Misc/NEWS:7275 -#, fuzzy msgid "" "`bpo-22665 `__: Add missing " "get_terminal_size and SameFileError to shutil.__all__." msgstr "" -"`Issue #22665 `__: Add missing " -"get_terminal_size and SameFileError to shutil.__all__." +"`bpo-22665 `__: Add missing get_terminal_size " +"and SameFileError to shutil.__all__." #: ../../../Misc/NEWS:7278 -#, fuzzy msgid "" "`bpo-6623 `__: Remove deprecated Netrc " "class in the ftplib module. Patch by Matt Chaput." msgstr "" -"`Issue #6623 `__: Remove deprecated Netrc " -"class in the ftplib module. Patch by Matt Chaput." +"`bpo-6623 `__: Remove deprecated Netrc class " +"in the ftplib module. Patch by Matt Chaput." #: ../../../Misc/NEWS:7281 -#, fuzzy msgid "" "`bpo-17381 `__: Fixed handling of case-" "insensitive ranges in regular expressions." msgstr "" -"`Issue #17381 `__: Fixed handling of case-" +"`bpo-17381 `__: Fixed handling of case-" "insensitive ranges in regular expressions." #: ../../../Misc/NEWS:7284 -#, fuzzy msgid "" "`bpo-22410 `__: Module level functions " "in the re module now cache compiled locale-dependent regular expressions " "taking into account the locale." msgstr "" -"`Issue #22410 `__: Module level functions in " -"the re module now cache compiled locale-dependent regular expressions taking " +"`bpo-22410 `__: Module level functions in the " +"re module now cache compiled locale-dependent regular expressions taking " "into account the locale." #: ../../../Misc/NEWS:7287 -#, fuzzy msgid "" "`bpo-22759 `__: Query methods on pathlib." "Path() (exists(), is_dir(), etc.) now return False when the underlying stat " "call raises NotADirectoryError." msgstr "" -"`Issue #22759 `__: Query methods on pathlib." +"`bpo-22759 `__: Query methods on pathlib." "Path() (exists(), is_dir(), etc.) now return False when the underlying stat " "call raises NotADirectoryError." #: ../../../Misc/NEWS:7290 -#, fuzzy msgid "" "`bpo-8876 `__: distutils now falls back " "to copying files when hard linking doesn't work. This allows use with " "special filesystems such as VirtualBox shared folders." msgstr "" -"`Issue #8876 `__: distutils now falls back to " +"`bpo-8876 `__: distutils now falls back to " "copying files when hard linking doesn't work. This allows use with special " "filesystems such as VirtualBox shared folders." #: ../../../Misc/NEWS:7294 -#, fuzzy msgid "" "`bpo-22217 `__: Implemented reprs of " "classes in the zipfile module." msgstr "" -"`Issue #22217 `__: Implemented reprs of " -"classes in the zipfile module." +"`bpo-22217 `__: Implemented reprs of classes " +"in the zipfile module." #: ../../../Misc/NEWS:7296 -#, fuzzy msgid "" "`bpo-22457 `__: Honour load_tests in the " "start_dir of discovery." msgstr "" -"`Issue #22457 `__: Honour load_tests in the " +"`bpo-22457 `__: Honour load_tests in the " "start_dir of discovery." #: ../../../Misc/NEWS:7298 -#, fuzzy msgid "" "`bpo-18216 `__: gettext now raises an " "error when a .mo file has an unsupported major version number. Patch by " "Aaron Hill." msgstr "" -"`Issue #18216 `__: gettext now raises an " -"error when a .mo file has an unsupported major version number. Patch by " -"Aaron Hill." +"`bpo-18216 `__: gettext now raises an error " +"when a .mo file has an unsupported major version number. Patch by Aaron " +"Hill." #: ../../../Misc/NEWS:7301 -#, fuzzy msgid "" "`bpo-13918 `__: Provide a locale." "delocalize() function which can remove locale-specific number formatting " "from a string representing a number, without then converting it to a " "specific type. Patch by Cédric Krier." msgstr "" -"`Issue #13918 `__: Provide a locale." -"delocalize() function which can remove locale-specific number formatting " -"from a string representing a number, without then converting it to a " -"specific type. Patch by Cédric Krier." +"`bpo-13918 `__: Provide a locale.delocalize() " +"function which can remove locale-specific number formatting from a string " +"representing a number, without then converting it to a specific type. Patch " +"by Cédric Krier." #: ../../../Misc/NEWS:7305 -#, fuzzy msgid "" "`bpo-22676 `__: Make the pickling of " "global objects which don't have a __module__ attribute less slow." msgstr "" -"`Issue #22676 `__: Make the pickling of " -"global objects which don't have a __module__ attribute less slow." +"`bpo-22676 `__: Make the pickling of global " +"objects which don't have a __module__ attribute less slow." #: ../../../Misc/NEWS:7308 -#, fuzzy msgid "" "`bpo-18853 `__: Fixed ResourceWarning in " "shlex.__nain__." msgstr "" -"`Issue #18853 `__: Fixed ResourceWarning in " +"`bpo-18853 `__: Fixed ResourceWarning in " "shlex.__nain__." #: ../../../Misc/NEWS:7310 -#, fuzzy msgid "" "`bpo-9351 `__: Defaults set with " "set_defaults on an argparse subparser are no longer ignored when also set on " "the parent parser." msgstr "" -"`Issue #9351 `__: Defaults set with " -"set_defaults on an argparse subparser are no longer ignored when also set on " -"the parent parser." +"`bpo-9351 `__: Defaults set with set_defaults " +"on an argparse subparser are no longer ignored when also set on the parent " +"parser." #: ../../../Misc/NEWS:7313 -#, fuzzy msgid "" "`bpo-7559 `__: unittest test loading " "ImportErrors are reported as import errors with their import exception " "rather than as attribute errors after the import has already failed." msgstr "" -"`Issue #7559 `__: unittest test loading " +"`bpo-7559 `__: unittest test loading " "ImportErrors are reported as import errors with their import exception " "rather than as attribute errors after the import has already failed." #: ../../../Misc/NEWS:7317 -#, fuzzy msgid "" "`bpo-19746 `__: Make it possible to " "examine the errors from unittest discovery without executing the test suite. " "The new `errors` attribute on TestLoader exposes these non-fatal errors " "encountered during discovery." msgstr "" -"`Issue #19746 `__: Make it possible to " -"examine the errors from unittest discovery without executing the test suite. " -"The new `errors` attribute on TestLoader exposes these non-fatal errors " -"encountered during discovery." +"`bpo-19746 `__: Make it possible to examine " +"the errors from unittest discovery without executing the test suite. The new " +"`errors` attribute on TestLoader exposes these non-fatal errors encountered " +"during discovery." #: ../../../Misc/NEWS:7321 -#, fuzzy msgid "" "`bpo-21991 `__: Make email." "headerregistry's header 'params' attributes be read-only " "(MappingProxyType). Previously the dictionary was modifiable but a new one " "was created on each access of the attribute." msgstr "" -"`Issue #21991 `__: Make email." -"headerregistry's header 'params' attributes be read-only " -"(MappingProxyType). Previously the dictionary was modifiable but a new one " -"was created on each access of the attribute." +"`bpo-21991 `__: Make email.headerregistry's " +"header 'params' attributes be read-only (MappingProxyType). Previously the " +"dictionary was modifiable but a new one was created on each access of the " +"attribute." #: ../../../Misc/NEWS:7325 -#, fuzzy msgid "" "`bpo-22638 `__: SSLv3 is now disabled " "throughout the standard library. It can still be enabled by instantiating a " "SSLContext manually." msgstr "" -"`Issue #22638 `__: SSLv3 is now disabled " +"`bpo-22638 `__: SSLv3 is now disabled " "throughout the standard library. It can still be enabled by instantiating a " "SSLContext manually." #: ../../../Misc/NEWS:7328 -#, fuzzy msgid "" "`bpo-22641 `__: In asyncio, the default " "SSL context for client connections is now created using ssl." "create_default_context(), for stronger security." msgstr "" -"`Issue #22641 `__: In asyncio, the default " -"SSL context for client connections is now created using ssl." +"`bpo-22641 `__: In asyncio, the default SSL " +"context for client connections is now created using ssl." "create_default_context(), for stronger security." #: ../../../Misc/NEWS:7331 -#, fuzzy msgid "" "`bpo-17401 `__: Include closefd in io." "FileIO repr." msgstr "" -"`Issue #17401 `__: Include closefd in io." -"FileIO repr." +"`bpo-17401 `__: Include closefd in io.FileIO " +"repr." #: ../../../Misc/NEWS:7333 -#, fuzzy msgid "" "`bpo-21338 `__: Add silent mode for " "compileall. quiet parameters of compile_{dir, file, path} functions now have " "a multilevel value. Also, -q option of the CLI now have a multilevel value. " "Patch by Thomas Kluyver." msgstr "" -"`Issue #21338 `__: Add silent mode for " +"`bpo-21338 `__: Add silent mode for " "compileall. quiet parameters of compile_{dir, file, path} functions now have " "a multilevel value. Also, -q option of the CLI now have a multilevel value. " "Patch by Thomas Kluyver." #: ../../../Misc/NEWS:7337 -#, fuzzy msgid "" "`bpo-20152 `__: Convert the array and " "cmath modules to Argument Clinic." msgstr "" -"`Issue #20152 `__: Convert the array and " -"cmath modules to Argument Clinic." +"`bpo-20152 `__: Convert the array and cmath " +"modules to Argument Clinic." #: ../../../Misc/NEWS:7339 -#, fuzzy msgid "" "`bpo-18643 `__: Add socket.socketpair() " "on Windows." msgstr "" -"`Issue #18643 `__: Add socket.socketpair() on " +"`bpo-18643 `__: Add socket.socketpair() on " "Windows." #: ../../../Misc/NEWS:7341 -#, fuzzy msgid "" "`bpo-22435 `__: Fix a file descriptor " "leak when socketserver bind fails." msgstr "" -"`Issue #22435 `__: Fix a file descriptor leak " +"`bpo-22435 `__: Fix a file descriptor leak " "when socketserver bind fails." #: ../../../Misc/NEWS:7343 -#, fuzzy msgid "" "`bpo-13096 `__: Fixed segfault in CTypes " "POINTER handling of large values." msgstr "" -"`Issue #13096 `__: Fixed segfault in CTypes " +"`bpo-13096 `__: Fixed segfault in CTypes " "POINTER handling of large values." #: ../../../Misc/NEWS:7346 -#, fuzzy msgid "" "`bpo-11694 `__: Raise ConversionError in " "xdrlib as documented. Patch by Filip Gruszczyński and Claudiu Popa." msgstr "" -"`Issue #11694 `__: Raise ConversionError in " +"`bpo-11694 `__: Raise ConversionError in " "xdrlib as documented. Patch by Filip Gruszczyński and Claudiu Popa." #: ../../../Misc/NEWS:7349 -#, fuzzy msgid "" "`bpo-19380 `__: Optimized parsing of " "regular expressions." msgstr "" -"`Issue #19380 `__: Optimized parsing of " -"regular expressions." +"`bpo-19380 `__: Optimized parsing of regular " +"expressions." #: ../../../Misc/NEWS:7351 -#, fuzzy msgid "" "`bpo-1519638 `__: Now unmatched groups " "are replaced with empty strings in re.sub() and re.subn()." msgstr "" -"`Issue #1519638 `__: Now unmatched groups " -"are replaced with empty strings in re.sub() and re.subn()." +"`bpo-1519638 `__: Now unmatched groups are " +"replaced with empty strings in re.sub() and re.subn()." #: ../../../Misc/NEWS:7354 -#, fuzzy msgid "" "`bpo-18615 `__: sndhdr.what/whathdr now " "return a namedtuple." msgstr "" -"`Issue #18615 `__: sndhdr.what/whathdr now " +"`bpo-18615 `__: sndhdr.what/whathdr now " "return a namedtuple." #: ../../../Misc/NEWS:7356 -#, fuzzy msgid "" "`bpo-22462 `__: Fix pyexpat's creation " "of a dummy frame to make it appear in exception tracebacks." msgstr "" -"`Issue #22462 `__: Fix pyexpat's creation of " -"a dummy frame to make it appear in exception tracebacks." +"`bpo-22462 `__: Fix pyexpat's creation of a " +"dummy frame to make it appear in exception tracebacks." #: ../../../Misc/NEWS:7359 -#, fuzzy msgid "" "`bpo-21965 `__: Add support for in-" "memory SSL to the ssl module. Patch by Geert Jansen." msgstr "" -"`Issue #21965 `__: Add support for in-memory " -"SSL to the ssl module. Patch by Geert Jansen." +"`bpo-21965 `__: Add support for in-memory SSL " +"to the ssl module. Patch by Geert Jansen." #: ../../../Misc/NEWS:7362 -#, fuzzy msgid "" "`bpo-21173 `__: Fix len() on a " "WeakKeyDictionary when .clear() was called with an iterator alive." msgstr "" -"`Issue #21173 `__: Fix len() on a " +"`bpo-21173 `__: Fix len() on a " "WeakKeyDictionary when .clear() was called with an iterator alive." #: ../../../Misc/NEWS:7365 -#, fuzzy msgid "" "`bpo-11866 `__: Eliminated race " "condition in the computation of names for new threads." msgstr "" -"`Issue #11866 `__: Eliminated race condition " -"in the computation of names for new threads." +"`bpo-11866 `__: Eliminated race condition in " +"the computation of names for new threads." #: ../../../Misc/NEWS:7368 -#, fuzzy msgid "" "`bpo-21905 `__: Avoid RuntimeError in " "pickle.whichmodule() when sys.modules is mutated while iterating. Patch by " "Olivier Grisel." msgstr "" -"`Issue #21905 `__: Avoid RuntimeError in " -"pickle.whichmodule() when sys.modules is mutated while iterating. Patch by " -"Olivier Grisel." +"`bpo-21905 `__: Avoid RuntimeError in pickle." +"whichmodule() when sys.modules is mutated while iterating. Patch by Olivier " +"Grisel." #: ../../../Misc/NEWS:7371 -#, fuzzy msgid "" "`bpo-11271 `__: concurrent.futures." "Executor.map() now takes a *chunksize* argument to allow batching of tasks " "in child processes and improve performance of ProcessPoolExecutor. Patch by " "Dan O'Reilly." msgstr "" -"`Issue #11271 `__: concurrent.futures." -"Executor.map() now takes a *chunksize* argument to allow batching of tasks " -"in child processes and improve performance of ProcessPoolExecutor. Patch by " -"Dan O'Reilly." +"`bpo-11271 `__: concurrent.futures.Executor." +"map() now takes a *chunksize* argument to allow batching of tasks in child " +"processes and improve performance of ProcessPoolExecutor. Patch by Dan " +"O'Reilly." #: ../../../Misc/NEWS:7375 -#, fuzzy msgid "" "`bpo-21883 `__: os.path.join() and os." "path.relpath() now raise a TypeError with more helpful error message for " "unsupported or mismatched types of arguments." msgstr "" -"`Issue #21883 `__: os.path.join() and os.path." +"`bpo-21883 `__: os.path.join() and os.path." "relpath() now raise a TypeError with more helpful error message for " "unsupported or mismatched types of arguments." #: ../../../Misc/NEWS:7378 -#, fuzzy msgid "" "`bpo-22219 `__: The zipfile module CLI " "now adds entries for directories (including empty directories) in ZIP file." msgstr "" -"`Issue #22219 `__: The zipfile module CLI now " +"`bpo-22219 `__: The zipfile module CLI now " "adds entries for directories (including empty directories) in ZIP file." #: ../../../Misc/NEWS:7381 -#, fuzzy msgid "" "`bpo-22449 `__: In the ssl.SSLContext." "load_default_certs, consult the environmental variables SSL_CERT_DIR and " "SSL_CERT_FILE on Windows." msgstr "" -"`Issue #22449 `__: In the ssl.SSLContext." +"`bpo-22449 `__: In the ssl.SSLContext." "load_default_certs, consult the environmental variables SSL_CERT_DIR and " "SSL_CERT_FILE on Windows." #: ../../../Misc/NEWS:7384 -#, fuzzy msgid "" "`bpo-22508 `__: The email.__version__ " "variable has been removed; the email code is no longer shipped separately " "from the stdlib, and __version__ hasn't been updated in several releases." msgstr "" -"`Issue #22508 `__: The email.__version__ " +"`bpo-22508 `__: The email.__version__ " "variable has been removed; the email code is no longer shipped separately " "from the stdlib, and __version__ hasn't been updated in several releases." #: ../../../Misc/NEWS:7388 -#, fuzzy msgid "" "`bpo-20076 `__: Added non derived UTF-8 " "aliases to locale aliases table." msgstr "" -"`Issue #20076 `__: Added non derived UTF-8 " +"`bpo-20076 `__: Added non derived UTF-8 " "aliases to locale aliases table." #: ../../../Misc/NEWS:7390 -#, fuzzy msgid "" "`bpo-20079 `__: Added locales supported " "in glibc 2.18 to locale alias table." msgstr "" -"`Issue #20079 `__: Added locales supported in " +"`bpo-20079 `__: Added locales supported in " "glibc 2.18 to locale alias table." #: ../../../Misc/NEWS:7392 -#, fuzzy msgid "" "`bpo-20218 `__: Added convenience " "methods read_text/write_text and read_bytes/ write_bytes to pathlib.Path " "objects." msgstr "" -"`Issue #20218 `__: Added convenience methods " +"`bpo-20218 `__: Added convenience methods " "read_text/write_text and read_bytes/ write_bytes to pathlib.Path objects." #: ../../../Misc/NEWS:7395 -#, fuzzy msgid "" "`bpo-22396 `__: On 32-bit AIX platform, " "don't expose os.posix_fadvise() nor os.posix_fallocate() because their " "prototypes in system headers are wrong." msgstr "" -"`Issue #22396 `__: On 32-bit AIX platform, " -"don't expose os.posix_fadvise() nor os.posix_fallocate() because their " -"prototypes in system headers are wrong." +"`bpo-22396 `__: On 32-bit AIX platform, don't " +"expose os.posix_fadvise() nor os.posix_fallocate() because their prototypes " +"in system headers are wrong." #: ../../../Misc/NEWS:7398 -#, fuzzy msgid "" "`bpo-22517 `__: When an io." "BufferedRWPair object is deallocated, clear its weakrefs." msgstr "" -"`Issue #22517 `__: When an io.BufferedRWPair " +"`bpo-22517 `__: When an io.BufferedRWPair " "object is deallocated, clear its weakrefs." #: ../../../Misc/NEWS:7401 -#, fuzzy msgid "" "`bpo-22437 `__: Number of capturing " "groups in regular expression is no longer limited by 100." msgstr "" -"`Issue #22437 `__: Number of capturing groups " -"in regular expression is no longer limited by 100." +"`bpo-22437 `__: Number of capturing groups in " +"regular expression is no longer limited by 100." #: ../../../Misc/NEWS:7404 -#, fuzzy msgid "" "`bpo-17442 `__: InteractiveInterpreter " "now displays the full chained traceback in its showtraceback method, to " "match the built in interactive interpreter." msgstr "" -"`Issue #17442 `__: InteractiveInterpreter now " +"`bpo-17442 `__: InteractiveInterpreter now " "displays the full chained traceback in its showtraceback method, to match " "the built in interactive interpreter." #: ../../../Misc/NEWS:7407 -#, fuzzy msgid "" "`bpo-23392 `__: Added tests for marshal " "C API that works with FILE*." msgstr "" -"`Issue #23392 `__: Added tests for marshal C " -"API that works with FILE*." +"`bpo-23392 `__: Added tests for marshal C API " +"that works with FILE*." #: ../../../Misc/NEWS:7410 -#, fuzzy msgid "" "`bpo-10510 `__: distutils register and " "upload methods now use HTML standards compliant CRLF line endings." msgstr "" -"`Issue #10510 `__: distutils register and " -"upload methods now use HTML standards compliant CRLF line endings." +"`bpo-10510 `__: distutils register and upload " +"methods now use HTML standards compliant CRLF line endings." #: ../../../Misc/NEWS:7413 -#, fuzzy msgid "" "`bpo-9850 `__: Fixed macpath.join() for " "empty first component. Patch by Oleg Oshmyan." msgstr "" -"`Issue #9850 `__: Fixed macpath.join() for " -"empty first component. Patch by Oleg Oshmyan." +"`bpo-9850 `__: Fixed macpath.join() for empty " +"first component. Patch by Oleg Oshmyan." #: ../../../Misc/NEWS:7416 -#, fuzzy msgid "" "`bpo-5309 `__: distutils' build and " "build_ext commands now accept a ``-j`` option to enable parallel building of " "extension modules." msgstr "" -"`Issue #5309 `__: distutils' build and " -"build_ext commands now accept a ``-j`` option to enable parallel building of " -"extension modules." +"`bpo-5309 `__: distutils' build and build_ext " +"commands now accept a ``-j`` option to enable parallel building of extension " +"modules." #: ../../../Misc/NEWS:7419 -#, fuzzy msgid "" "`bpo-22448 `__: Improve canceled timer " "handles cleanup to prevent unbound memory usage. Patch by Joshua Moore-Oliva." msgstr "" -"`Issue #22448 `__: Improve canceled timer " +"`bpo-22448 `__: Improve canceled timer " "handles cleanup to prevent unbound memory usage. Patch by Joshua Moore-Oliva." #: ../../../Misc/NEWS:7422 -#, fuzzy msgid "" "`bpo-22427 `__: TemporaryDirectory no " "longer attempts to clean up twice when used in the with statement in " "generator." msgstr "" -"`Issue #22427 `__: TemporaryDirectory no " -"longer attempts to clean up twice when used in the with statement in " -"generator." +"`bpo-22427 `__: TemporaryDirectory no longer " +"attempts to clean up twice when used in the with statement in generator." #: ../../../Misc/NEWS:7425 -#, fuzzy msgid "" "`bpo-22362 `__: Forbidden ambiguous " "octal escapes out of range 0-0o377 in regular expressions." msgstr "" -"`Issue #22362 `__: Forbidden ambiguous octal " +"`bpo-22362 `__: Forbidden ambiguous octal " "escapes out of range 0-0o377 in regular expressions." #: ../../../Misc/NEWS:7428 -#, fuzzy msgid "" "`bpo-20912 `__: Now directories added to " "ZIP file have correct Unix and MS-DOS directory attributes." msgstr "" -"`Issue #20912 `__: Now directories added to " -"ZIP file have correct Unix and MS-DOS directory attributes." +"`bpo-20912 `__: Now directories added to ZIP " +"file have correct Unix and MS-DOS directory attributes." #: ../../../Misc/NEWS:7431 -#, fuzzy msgid "" "`bpo-21866 `__: ZipFile.close() no " "longer writes ZIP64 central directory records if allowZip64 is false." msgstr "" -"`Issue #21866 `__: ZipFile.close() no longer " +"`bpo-21866 `__: ZipFile.close() no longer " "writes ZIP64 central directory records if allowZip64 is false." #: ../../../Misc/NEWS:7434 -#, fuzzy msgid "" "`bpo-22278 `__: Fix urljoin problem with " "relative urls, a regression observed after changes to issue22118 were " "submitted." msgstr "" -"`Issue #22278 `__: Fix urljoin problem with " +"`bpo-22278 `__: Fix urljoin problem with " "relative urls, a regression observed after changes to issue22118 were " "submitted." #: ../../../Misc/NEWS:7437 -#, fuzzy msgid "" "`bpo-22415 `__: Fixed debugging output " "of the GROUPREF_EXISTS opcode in the re module. Removed trailing spaces in " "debugging output." msgstr "" -"`Issue #22415 `__: Fixed debugging output of " -"the GROUPREF_EXISTS opcode in the re module. Removed trailing spaces in " +"`bpo-22415 `__: Fixed debugging output of the " +"GROUPREF_EXISTS opcode in the re module. Removed trailing spaces in " "debugging output." #: ../../../Misc/NEWS:7440 -#, fuzzy msgid "" "`bpo-22423 `__: Unhandled exception in " "thread no longer causes unhandled AttributeError when sys.stderr is None." msgstr "" -"`Issue #22423 `__: Unhandled exception in " -"thread no longer causes unhandled AttributeError when sys.stderr is None." +"`bpo-22423 `__: Unhandled exception in thread " +"no longer causes unhandled AttributeError when sys.stderr is None." #: ../../../Misc/NEWS:7443 -#, fuzzy msgid "" "`bpo-21332 `__: Ensure that " "``bufsize=1`` in subprocess.Popen() selects line buffering, rather than " "block buffering. Patch by Akira Li." msgstr "" -"`Issue #21332 `__: Ensure that ``bufsize=1`` " -"in subprocess.Popen() selects line buffering, rather than block buffering. " +"`bpo-21332 `__: Ensure that ``bufsize=1`` in " +"subprocess.Popen() selects line buffering, rather than block buffering. " "Patch by Akira Li." #: ../../../Misc/NEWS:7446 -#, fuzzy msgid "" "`bpo-21091 `__: Fix API bug: email." "message.EmailMessage.is_attachment is now a method." msgstr "" -"`Issue #21091 `__: Fix API bug: email.message." +"`bpo-21091 `__: Fix API bug: email.message." "EmailMessage.is_attachment is now a method." #: ../../../Misc/NEWS:7449 -#, fuzzy msgid "" "`bpo-21079 `__: Fix email.message." "EmailMessage.is_attachment to return the correct result when the header has " "parameters as well as a value." msgstr "" -"`Issue #21079 `__: Fix email.message." +"`bpo-21079 `__: Fix email.message." "EmailMessage.is_attachment to return the correct result when the header has " "parameters as well as a value." #: ../../../Misc/NEWS:7452 -#, fuzzy msgid "" "`bpo-22247 `__: Add NNTPError to nntplib." "__all__." msgstr "" -"`Issue #22247 `__: Add NNTPError to nntplib." +"`bpo-22247 `__: Add NNTPError to nntplib." "__all__." #: ../../../Misc/NEWS:7454 -#, fuzzy msgid "" "`bpo-22366 `__: urllib.request.urlopen " "will accept a context object (SSLContext) as an argument which will then be " "used for HTTPS connection. Patch by Alex Gaynor." msgstr "" -"`Issue #22366 `__: urllib.request.urlopen " -"will accept a context object (SSLContext) as an argument which will then be " -"used for HTTPS connection. Patch by Alex Gaynor." +"`bpo-22366 `__: urllib.request.urlopen will " +"accept a context object (SSLContext) as an argument which will then be used " +"for HTTPS connection. Patch by Alex Gaynor." #: ../../../Misc/NEWS:7458 -#, fuzzy msgid "" "`bpo-4180 `__: The warnings registries " "are now reset when the filters are modified." msgstr "" -"`Issue #4180 `__: The warnings registries are " -"now reset when the filters are modified." +"`bpo-4180 `__: The warnings registries are now " +"reset when the filters are modified." #: ../../../Misc/NEWS:7461 -#, fuzzy msgid "" "`bpo-22419 `__: Limit the length of " "incoming HTTP request in wsgiref server to 65536 bytes and send a 414 error " "code for higher lengths. Patch contributed by Devin Cook." msgstr "" -"`Issue #22419 `__: Limit the length of " -"incoming HTTP request in wsgiref server to 65536 bytes and send a 414 error " -"code for higher lengths. Patch contributed by Devin Cook." +"`bpo-22419 `__: Limit the length of incoming " +"HTTP request in wsgiref server to 65536 bytes and send a 414 error code for " +"higher lengths. Patch contributed by Devin Cook." #: ../../../Misc/NEWS:7465 msgid "" @@ -17486,103 +15958,91 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:7469 -#, fuzzy msgid "" "`bpo-20537 `__: logging methods now " "accept an exception instance as well as a Boolean value or exception tuple. " "Thanks to Yury Selivanov for the patch." msgstr "" -"`Issue #20537 `__: logging methods now accept " -"an exception instance as well as a Boolean value or exception tuple. Thanks " -"to Yury Selivanov for the patch." +"`bpo-20537 `__: logging methods now accept an " +"exception instance as well as a Boolean value or exception tuple. Thanks to " +"Yury Selivanov for the patch." #: ../../../Misc/NEWS:7472 -#, fuzzy msgid "" "`bpo-22384 `__: An exception in Tkinter " "callback no longer crashes the program when it is run with pythonw.exe." msgstr "" -"`Issue #22384 `__: An exception in Tkinter " +"`bpo-22384 `__: An exception in Tkinter " "callback no longer crashes the program when it is run with pythonw.exe." #: ../../../Misc/NEWS:7475 -#, fuzzy msgid "" "`bpo-22168 `__: Prevent turtle " "AttributeError with non-default Canvas on OS X." msgstr "" -"`Issue #22168 `__: Prevent turtle " -"AttributeError with non-default Canvas on OS X." +"`bpo-22168 `__: Prevent turtle AttributeError " +"with non-default Canvas on OS X." #: ../../../Misc/NEWS:7477 -#, fuzzy msgid "" "`bpo-21147 `__: sqlite3 now raises an " "exception if the request contains a null character instead of truncating " "it. Based on patch by Victor Stinner." msgstr "" -"`Issue #21147 `__: sqlite3 now raises an " +"`bpo-21147 `__: sqlite3 now raises an " "exception if the request contains a null character instead of truncating " "it. Based on patch by Victor Stinner." #: ../../../Misc/NEWS:7480 -#, fuzzy msgid "" "`bpo-13968 `__: The glob module now " "supports recursive search in subdirectories using the \"**\" pattern." msgstr "" -"`Issue #13968 `__: The glob module now " -"supports recursive search in subdirectories using the \"**\" pattern." +"`bpo-13968 `__: The glob module now supports " +"recursive search in subdirectories using the \"**\" pattern." #: ../../../Misc/NEWS:7483 -#, fuzzy msgid "" "`bpo-21951 `__: Fixed a crash in Tkinter " "on AIX when called Tcl command with empty string or tuple argument." msgstr "" -"`Issue #21951 `__: Fixed a crash in Tkinter " -"on AIX when called Tcl command with empty string or tuple argument." +"`bpo-21951 `__: Fixed a crash in Tkinter on " +"AIX when called Tcl command with empty string or tuple argument." #: ../../../Misc/NEWS:7486 -#, fuzzy msgid "" "`bpo-21951 `__: Tkinter now most likely " "raises MemoryError instead of crash if the memory allocation fails." msgstr "" -"`Issue #21951 `__: Tkinter now most likely " +"`bpo-21951 `__: Tkinter now most likely " "raises MemoryError instead of crash if the memory allocation fails." #: ../../../Misc/NEWS:7489 -#, fuzzy msgid "" "`bpo-22338 `__: Fix a crash in the json " "module on memory allocation failure." msgstr "" -"`Issue #22338 `__: Fix a crash in the json " +"`bpo-22338 `__: Fix a crash in the json " "module on memory allocation failure." #: ../../../Misc/NEWS:7491 -#, fuzzy msgid "" "`bpo-12410 `__: imaplib.IMAP4 now " "supports the context management protocol. Original patch by Tarek Ziadé." msgstr "" -"`Issue #12410 `__: imaplib.IMAP4 now supports " +"`bpo-12410 `__: imaplib.IMAP4 now supports " "the context management protocol. Original patch by Tarek Ziadé." #: ../../../Misc/NEWS:7494 -#, fuzzy msgid "" "`bpo-21270 `__: We now override tuple " "methods in mock.call objects so that they can be used as normal call " "attributes." msgstr "" -"`Issue #21270 `__: We now override tuple " -"methods in mock.call objects so that they can be used as normal call " -"attributes." +"`bpo-21270 `__: We now override tuple methods " +"in mock.call objects so that they can be used as normal call attributes." #: ../../../Misc/NEWS:7497 -#, fuzzy msgid "" "`bpo-16662 `__: load_tests() is now " "unconditionally run when it is present in a package's __init__.py. " @@ -17590,78 +16050,70 @@ msgid "" "deprecated and ignored. A new keyword-only attribute `pattern` is added and " "documented. Patch given by Robert Collins, tweaked by Barry Warsaw." msgstr "" -"`Issue #16662 `__: load_tests() is now " +"`bpo-16662 `__: load_tests() is now " "unconditionally run when it is present in a package's __init__.py. " "TestLoader.loadTestsFromModule() still accepts use_load_tests, but it is " "deprecated and ignored. A new keyword-only attribute `pattern` is added and " "documented. Patch given by Robert Collins, tweaked by Barry Warsaw." #: ../../../Misc/NEWS:7503 -#, fuzzy msgid "" "`bpo-22226 `__: First letter no longer " "is stripped from the \"status\" key in the result of Treeview.heading()." msgstr "" -"`Issue #22226 `__: First letter no longer is " +"`bpo-22226 `__: First letter no longer is " "stripped from the \"status\" key in the result of Treeview.heading()." #: ../../../Misc/NEWS:7506 -#, fuzzy msgid "" "`bpo-19524 `__: Fixed resource leak in " "the HTTP connection when an invalid response is received. Patch by Martin " "Panter." msgstr "" -"`Issue #19524 `__: Fixed resource leak in the " +"`bpo-19524 `__: Fixed resource leak in the " "HTTP connection when an invalid response is received. Patch by Martin " "Panter." #: ../../../Misc/NEWS:7509 -#, fuzzy msgid "" "`bpo-20421 `__: Add a .version() method " "to SSL sockets exposing the actual protocol version in use." msgstr "" -"`Issue #20421 `__: Add a .version() method to " +"`bpo-20421 `__: Add a .version() method to " "SSL sockets exposing the actual protocol version in use." #: ../../../Misc/NEWS:7512 -#, fuzzy msgid "" "`bpo-19546 `__: configparser exceptions " "no longer expose implementation details. Chained KeyErrors are removed, " "which leads to cleaner tracebacks. Patch by Claudiu Popa." msgstr "" -"`Issue #19546 `__: configparser exceptions no " +"`bpo-19546 `__: configparser exceptions no " "longer expose implementation details. Chained KeyErrors are removed, which " "leads to cleaner tracebacks. Patch by Claudiu Popa." #: ../../../Misc/NEWS:7516 -#, fuzzy msgid "" "`bpo-22051 `__: turtledemo no longer " "reloads examples to re-run them. Initialization of variables and gui setup " "should be done in main(), which is called each time a demo is run, but not " "on import." msgstr "" -"`Issue #22051 `__: turtledemo no longer " -"reloads examples to re-run them. Initialization of variables and gui setup " -"should be done in main(), which is called each time a demo is run, but not " -"on import." +"`bpo-22051 `__: turtledemo no longer reloads " +"examples to re-run them. Initialization of variables and gui setup should be " +"done in main(), which is called each time a demo is run, but not on import." #: ../../../Misc/NEWS:7520 -#, fuzzy msgid "" "`bpo-21933 `__: Turtledemo users can " "change the code font size with a menu selection or control(command) '-' or " "'+' or control-mousewheel. Original patch by Lita Cho." msgstr "" -"`Issue #21933 `__: Turtledemo users can " -"change the code font size with a menu selection or control(command) '-' or " -"'+' or control-mousewheel. Original patch by Lita Cho." +"`bpo-21933 `__: Turtledemo users can change " +"the code font size with a menu selection or control(command) '-' or '+' or " +"control-mousewheel. Original patch by Lita Cho." #: ../../../Misc/NEWS:7524 -#, fuzzy msgid "" "`bpo-21597 `__: The separator between " "the turtledemo text pane and the drawing canvas can now be grabbed and " @@ -17669,102 +16121,94 @@ msgid "" "copy the full width of the text. The canvas can be widened on small " "screens. Original patches by Jan Kanis and Lita Cho." msgstr "" -"`Issue #21597 `__: The separator between the " +"`bpo-21597 `__: The separator between the " "turtledemo text pane and the drawing canvas can now be grabbed and dragged " "with a mouse. The code text pane can be widened to easily view or copy the " "full width of the text. The canvas can be widened on small screens. " "Original patches by Jan Kanis and Lita Cho." #: ../../../Misc/NEWS:7529 -#, fuzzy msgid "" "`bpo-18132 `__: Turtledemo buttons no " "longer disappear when the window is shrunk. Original patches by Jan Kanis " "and Lita Cho." msgstr "" -"`Issue #18132 `__: Turtledemo buttons no " -"longer disappear when the window is shrunk. Original patches by Jan Kanis " -"and Lita Cho." +"`bpo-18132 `__: Turtledemo buttons no longer " +"disappear when the window is shrunk. Original patches by Jan Kanis and Lita " +"Cho." #: ../../../Misc/NEWS:7532 -#, fuzzy msgid "" "`bpo-22043 `__: time.monotonic() is now " "always available. ``threading.Lock.acquire()``, ``threading.RLock." "acquire()`` and socket operations now use a monotonic clock, instead of the " "system clock, when a timeout is used." msgstr "" -"`Issue #22043 `__: time.monotonic() is now " +"`bpo-22043 `__: time.monotonic() is now " "always available. ``threading.Lock.acquire()``, ``threading.RLock." "acquire()`` and socket operations now use a monotonic clock, instead of the " "system clock, when a timeout is used." #: ../../../Misc/NEWS:7537 -#, fuzzy msgid "" "`bpo-21527 `__: Add a default number of " "workers to ThreadPoolExecutor equal to 5 times the number of CPUs. Patch by " "Claudiu Popa." msgstr "" -"`Issue #21527 `__: Add a default number of " +"`bpo-21527 `__: Add a default number of " "workers to ThreadPoolExecutor equal to 5 times the number of CPUs. Patch by " "Claudiu Popa." #: ../../../Misc/NEWS:7540 -#, fuzzy msgid "" "`bpo-22216 `__: smtplib now resets its " "state more completely after a quit. The most obvious consequence of the " "previous behavior was a STARTTLS failure during a connect/starttls/quit/" "connect/starttls sequence." msgstr "" -"`Issue #22216 `__: smtplib now resets its " -"state more completely after a quit. The most obvious consequence of the " -"previous behavior was a STARTTLS failure during a connect/starttls/quit/" -"connect/starttls sequence." +"`bpo-22216 `__: smtplib now resets its state " +"more completely after a quit. The most obvious consequence of the previous " +"behavior was a STARTTLS failure during a connect/starttls/quit/connect/" +"starttls sequence." #: ../../../Misc/NEWS:7544 -#, fuzzy msgid "" "`bpo-22098 `__: ctypes' " "BigEndianStructure and LittleEndianStructure now define an empty __slots__ " "so that subclasses don't always get an instance dict. Patch by Claudiu Popa." msgstr "" -"`Issue #22098 `__: ctypes' BigEndianStructure " +"`bpo-22098 `__: ctypes' BigEndianStructure " "and LittleEndianStructure now define an empty __slots__ so that subclasses " "don't always get an instance dict. Patch by Claudiu Popa." #: ../../../Misc/NEWS:7548 -#, fuzzy msgid "" "`bpo-22185 `__: Fix an occasional " "RuntimeError in threading.Condition.wait() caused by mutation of the waiters " "queue without holding the lock. Patch by Doug Zongker." msgstr "" -"`Issue #22185 `__: Fix an occasional " +"`bpo-22185 `__: Fix an occasional " "RuntimeError in threading.Condition.wait() caused by mutation of the waiters " "queue without holding the lock. Patch by Doug Zongker." #: ../../../Misc/NEWS:7552 -#, fuzzy msgid "" "`bpo-22287 `__: On UNIX, " "_PyTime_gettimeofday() now uses clock_gettime(CLOCK_REALTIME) if available. " "As a side effect, Python now depends on the librt library on Solaris and on " "Linux (only with glibc older than 2.17)." msgstr "" -"`Issue #22287 `__: On UNIX, " +"`bpo-22287 `__: On UNIX, " "_PyTime_gettimeofday() now uses clock_gettime(CLOCK_REALTIME) if available. " "As a side effect, Python now depends on the librt library on Solaris and on " "Linux (only with glibc older than 2.17)." #: ../../../Misc/NEWS:7557 -#, fuzzy msgid "" "`bpo-22182 `__: Use e.args to unpack " "exceptions correctly in distutils.file_util.move_file. Patch by Claudiu Popa." msgstr "" -"`Issue #22182 `__: Use e.args to unpack " +"`bpo-22182 `__: Use e.args to unpack " "exceptions correctly in distutils.file_util.move_file. Patch by Claudiu Popa." #: ../../../Misc/NEWS:7560 @@ -17774,346 +16218,310 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:7563 -#, fuzzy msgid "" "`bpo-22042 `__: signal.set_wakeup_fd(fd) " "now raises an exception if the file descriptor is in blocking mode." msgstr "" -"`Issue #22042 `__: signal.set_wakeup_fd(fd) " -"now raises an exception if the file descriptor is in blocking mode." +"`bpo-22042 `__: signal.set_wakeup_fd(fd) now " +"raises an exception if the file descriptor is in blocking mode." #: ../../../Misc/NEWS:7566 -#, fuzzy msgid "" "`bpo-16808 `__: inspect.stack() now " "returns a named tuple instead of a tuple. Patch by Daniel Shahaf." msgstr "" -"`Issue #16808 `__: inspect.stack() now " -"returns a named tuple instead of a tuple. Patch by Daniel Shahaf." +"`bpo-16808 `__: inspect.stack() now returns a " +"named tuple instead of a tuple. Patch by Daniel Shahaf." #: ../../../Misc/NEWS:7569 -#, fuzzy msgid "" "`bpo-22236 `__: Fixed Tkinter images " "copying operations in NoDefaultRoot mode." msgstr "" -"`Issue #22236 `__: Fixed Tkinter images " -"copying operations in NoDefaultRoot mode." +"`bpo-22236 `__: Fixed Tkinter images copying " +"operations in NoDefaultRoot mode." #: ../../../Misc/NEWS:7571 -#, fuzzy msgid "" "`bpo-2527 `__: Add a *globals* argument " "to timeit functions, in order to override the globals namespace in which the " "timed code is executed. Patch by Ben Roberts." msgstr "" -"`Issue #2527 `__: Add a *globals* argument to " +"`bpo-2527 `__: Add a *globals* argument to " "timeit functions, in order to override the globals namespace in which the " "timed code is executed. Patch by Ben Roberts." #: ../../../Misc/NEWS:7575 -#, fuzzy msgid "" "`bpo-22118 `__: Switch urllib.parse to " "use RFC 3986 semantics for the resolution of relative URLs, rather than RFCs " "1808 and 2396. Patch by Demian Brecht." msgstr "" -"`Issue #22118 `__: Switch urllib.parse to use " +"`bpo-22118 `__: Switch urllib.parse to use " "RFC 3986 semantics for the resolution of relative URLs, rather than RFCs " "1808 and 2396. Patch by Demian Brecht." #: ../../../Misc/NEWS:7579 -#, fuzzy msgid "" "`bpo-21549 `__: Added the \"members\" " "parameter to TarFile.list()." msgstr "" -"`Issue #21549 `__: Added the \"members\" " +"`bpo-21549 `__: Added the \"members\" " "parameter to TarFile.list()." #: ../../../Misc/NEWS:7581 -#, fuzzy msgid "" "`bpo-19628 `__: Allow compileall " "recursion depth to be specified with a -r option." msgstr "" -"`Issue #19628 `__: Allow compileall recursion " +"`bpo-19628 `__: Allow compileall recursion " "depth to be specified with a -r option." #: ../../../Misc/NEWS:7584 -#, fuzzy msgid "" "`bpo-15696 `__: Add a __sizeof__ " "implementation for mmap objects on Windows." msgstr "" -"`Issue #15696 `__: Add a __sizeof__ " +"`bpo-15696 `__: Add a __sizeof__ " "implementation for mmap objects on Windows." #: ../../../Misc/NEWS:7586 -#, fuzzy msgid "" "`bpo-22068 `__: Avoided reference loops " "with Variables and Fonts in Tkinter." msgstr "" -"`Issue #22068 `__: Avoided reference loops " -"with Variables and Fonts in Tkinter." +"`bpo-22068 `__: Avoided reference loops with " +"Variables and Fonts in Tkinter." #: ../../../Misc/NEWS:7588 -#, fuzzy msgid "" "`bpo-22165 `__: SimpleHTTPRequestHandler " "now supports undecodable file names." msgstr "" -"`Issue #22165 `__: SimpleHTTPRequestHandler " -"now supports undecodable file names." +"`bpo-22165 `__: SimpleHTTPRequestHandler now " +"supports undecodable file names." #: ../../../Misc/NEWS:7590 -#, fuzzy msgid "" "`bpo-15381 `__: Optimized line reading " "in io.BytesIO." msgstr "" -"`Issue #15381 `__: Optimized line reading in " -"io.BytesIO." +"`bpo-15381 `__: Optimized line reading in io." +"BytesIO." #: ../../../Misc/NEWS:7592 -#, fuzzy msgid "" "`bpo-8797 `__: Raise HTTPError on failed " "Basic Authentication immediately. Initial patch by Sam Bull." msgstr "" -"`Issue #8797 `__: Raise HTTPError on failed " -"Basic Authentication immediately. Initial patch by Sam Bull." +"`bpo-8797 `__: Raise HTTPError on failed Basic " +"Authentication immediately. Initial patch by Sam Bull." #: ../../../Misc/NEWS:7595 -#, fuzzy msgid "" "`bpo-20729 `__: Restored the use of lazy " "iterkeys()/itervalues()/iteritems() in the mailbox module." msgstr "" -"`Issue #20729 `__: Restored the use of lazy " +"`bpo-20729 `__: Restored the use of lazy " "iterkeys()/itervalues()/iteritems() in the mailbox module." #: ../../../Misc/NEWS:7598 -#, fuzzy msgid "" "`bpo-21448 `__: Changed FeedParser " "feed() to avoid O(N**2) behavior when parsing long line. Original patch by " "Raymond Hettinger." msgstr "" -"`Issue #21448 `__: Changed FeedParser feed() " -"to avoid O(N**2) behavior when parsing long line. Original patch by Raymond " +"`bpo-21448 `__: Changed FeedParser feed() to " +"avoid O(N**2) behavior when parsing long line. Original patch by Raymond " "Hettinger." #: ../../../Misc/NEWS:7601 -#, fuzzy msgid "" "`bpo-22184 `__: The functools LRU Cache " "decorator factory now gives an earlier and clearer error message when the " "user forgets the required parameters." msgstr "" -"`Issue #22184 `__: The functools LRU Cache " +"`bpo-22184 `__: The functools LRU Cache " "decorator factory now gives an earlier and clearer error message when the " "user forgets the required parameters." #: ../../../Misc/NEWS:7604 -#, fuzzy msgid "" "`bpo-17923 `__: glob() patterns ending " "with a slash no longer match non-dirs on AIX. Based on patch by Delhallt." msgstr "" -"`Issue #17923 `__: glob() patterns ending " -"with a slash no longer match non-dirs on AIX. Based on patch by Delhallt." +"`bpo-17923 `__: glob() patterns ending with a " +"slash no longer match non-dirs on AIX. Based on patch by Delhallt." #: ../../../Misc/NEWS:7607 -#, fuzzy msgid "" "`bpo-21725 `__: Added support for RFC " "6531 (SMTPUTF8) in smtpd." msgstr "" -"`Issue #21725 `__: Added support for RFC 6531 " +"`bpo-21725 `__: Added support for RFC 6531 " "(SMTPUTF8) in smtpd." #: ../../../Misc/NEWS:7609 -#, fuzzy msgid "" "`bpo-22176 `__: Update the ctypes " "module's libffi to v3.1. This release adds support for the Linux AArch64 " "and POWERPC ELF ABIv2 little endian architectures." msgstr "" -"`Issue #22176 `__: Update the ctypes module's " +"`bpo-22176 `__: Update the ctypes module's " "libffi to v3.1. This release adds support for the Linux AArch64 and POWERPC " "ELF ABIv2 little endian architectures." #: ../../../Misc/NEWS:7613 -#, fuzzy msgid "" "`bpo-5411 `__: Added support for the " "\"xztar\" format in the shutil module." msgstr "" -"`Issue #5411 `__: Added support for the \"xztar" -"\" format in the shutil module." +"`bpo-5411 `__: Added support for the \"xztar\" " +"format in the shutil module." #: ../../../Misc/NEWS:7615 -#, fuzzy msgid "" "`bpo-21121 `__: Don't force 3rd party C " "extensions to be built with -Werror=declaration-after-statement." msgstr "" -"`Issue #21121 `__: Don't force 3rd party C " +"`bpo-21121 `__: Don't force 3rd party C " "extensions to be built with -Werror=declaration-after-statement." #: ../../../Misc/NEWS:7618 -#, fuzzy msgid "" "`bpo-21975 `__: Fixed crash when using " "uninitialized sqlite3.Row (in particular when unpickling pickled sqlite3." "Row). sqlite3.Row is now initialized in the __new__() method." msgstr "" -"`Issue #21975 `__: Fixed crash when using " +"`bpo-21975 `__: Fixed crash when using " "uninitialized sqlite3.Row (in particular when unpickling pickled sqlite3." "Row). sqlite3.Row is now initialized in the __new__() method." #: ../../../Misc/NEWS:7622 -#, fuzzy msgid "" "`bpo-20170 `__: Convert posixmodule to " "use Argument Clinic." msgstr "" -"`Issue #20170 `__: Convert posixmodule to use " +"`bpo-20170 `__: Convert posixmodule to use " "Argument Clinic." #: ../../../Misc/NEWS:7624 -#, fuzzy msgid "" "`bpo-21539 `__: Add an *exists_ok* " "argument to `Pathlib.mkdir()` to mimic `mkdir -p` and `os.makedirs()` " "functionality. When true, ignore FileExistsErrors. Patch by Berker Peksag." msgstr "" -"`Issue #21539 `__: Add an *exists_ok* " -"argument to `Pathlib.mkdir()` to mimic `mkdir -p` and `os.makedirs()` " -"functionality. When true, ignore FileExistsErrors. Patch by Berker Peksag." +"`bpo-21539 `__: Add an *exists_ok* argument " +"to `Pathlib.mkdir()` to mimic `mkdir -p` and `os.makedirs()` functionality. " +"When true, ignore FileExistsErrors. Patch by Berker Peksag." #: ../../../Misc/NEWS:7628 -#, fuzzy msgid "" "`bpo-22127 `__: Bypass IDNA for pure-" "ASCII host names in the socket module (in particular for numeric IPs)." msgstr "" -"`Issue #22127 `__: Bypass IDNA for pure-ASCII " +"`bpo-22127 `__: Bypass IDNA for pure-ASCII " "host names in the socket module (in particular for numeric IPs)." #: ../../../Misc/NEWS:7631 -#, fuzzy msgid "" "`bpo-21047 `__: set the default value " "for the *convert_charrefs* argument of HTMLParser to True. Patch by Berker " "Peksag." msgstr "" -"`Issue #21047 `__: set the default value for " -"the *convert_charrefs* argument of HTMLParser to True. Patch by Berker " -"Peksag." +"`bpo-21047 `__: set the default value for the " +"*convert_charrefs* argument of HTMLParser to True. Patch by Berker Peksag." #: ../../../Misc/NEWS:7634 msgid "Add an __all__ to html.entities." msgstr "" #: ../../../Misc/NEWS:7636 -#, fuzzy msgid "" "`bpo-15114 `__: the strict mode and " "argument of HTMLParser, HTMLParser.error, and the HTMLParserError exception " "have been removed." msgstr "" -"`Issue #15114 `__: the strict mode and " -"argument of HTMLParser, HTMLParser.error, and the HTMLParserError exception " -"have been removed." +"`bpo-15114 `__: the strict mode and argument " +"of HTMLParser, HTMLParser.error, and the HTMLParserError exception have been " +"removed." #: ../../../Misc/NEWS:7639 -#, fuzzy msgid "" "`bpo-22085 `__: Dropped support of Tk " "8.3 in Tkinter." msgstr "" -"`Issue #22085 `__: Dropped support of Tk 8.3 " -"in Tkinter." +"`bpo-22085 `__: Dropped support of Tk 8.3 in " +"Tkinter." #: ../../../Misc/NEWS:7641 -#, fuzzy msgid "" "`bpo-21580 `__: Now Tkinter correctly " "handles bytes arguments passed to Tk. In particular this allows initializing " "images from binary data." msgstr "" -"`Issue #21580 `__: Now Tkinter correctly " -"handles bytes arguments passed to Tk. In particular this allows initializing " -"images from binary data." +"`bpo-21580 `__: Now Tkinter correctly handles " +"bytes arguments passed to Tk. In particular this allows initializing images " +"from binary data." #: ../../../Misc/NEWS:7644 -#, fuzzy msgid "" "`bpo-22003 `__: When initialized from a " "bytes object, io.BytesIO() now defers making a copy until it is mutated, " "improving performance and memory use on some use cases. Patch by David " "Wilson." msgstr "" -"`Issue #22003 `__: When initialized from a " -"bytes object, io.BytesIO() now defers making a copy until it is mutated, " -"improving performance and memory use on some use cases. Patch by David " -"Wilson." +"`bpo-22003 `__: When initialized from a bytes " +"object, io.BytesIO() now defers making a copy until it is mutated, improving " +"performance and memory use on some use cases. Patch by David Wilson." #: ../../../Misc/NEWS:7648 -#, fuzzy msgid "" "`bpo-22018 `__: On Windows, signal." "set_wakeup_fd() now also supports sockets. A side effect is that Python " "depends to the WinSock library." msgstr "" -"`Issue #22018 `__: On Windows, signal." +"`bpo-22018 `__: On Windows, signal." "set_wakeup_fd() now also supports sockets. A side effect is that Python " "depends to the WinSock library." #: ../../../Misc/NEWS:7651 -#, fuzzy msgid "" "`bpo-22054 `__: Add os.get_blocking() " "and os.set_blocking() functions to get and set the blocking mode of a file " "descriptor (False if the O_NONBLOCK flag is set, True otherwise). These " "functions are not available on Windows." msgstr "" -"`Issue #22054 `__: Add os.get_blocking() and " -"os.set_blocking() functions to get and set the blocking mode of a file " +"`bpo-22054 `__: Add os.get_blocking() and os." +"set_blocking() functions to get and set the blocking mode of a file " "descriptor (False if the O_NONBLOCK flag is set, True otherwise). These " "functions are not available on Windows." #: ../../../Misc/NEWS:7655 -#, fuzzy msgid "" "`bpo-17172 `__: Make turtledemo start as " "active on OS X even when run with subprocess. Patch by Lita Cho." msgstr "" -"`Issue #17172 `__: Make turtledemo start as " +"`bpo-17172 `__: Make turtledemo start as " "active on OS X even when run with subprocess. Patch by Lita Cho." #: ../../../Misc/NEWS:7658 -#, fuzzy msgid "" "`bpo-21704 `__: Fix build error for " "_multiprocessing when semaphores are not available. Patch by Arfrever " "Frehtes Taifersar Arahesis." msgstr "" -"`Issue #21704 `__: Fix build error for " +"`bpo-21704 `__: Fix build error for " "_multiprocessing when semaphores are not available. Patch by Arfrever " "Frehtes Taifersar Arahesis." #: ../../../Misc/NEWS:7661 -#, fuzzy msgid "" "`bpo-20173 `__: Convert sha1, sha256, " "sha512 and md5 to ArgumentClinic. Patch by Vajrasky Kok." msgstr "" -"`Issue #20173 `__: Convert sha1, sha256, " -"sha512 and md5 to ArgumentClinic. Patch by Vajrasky Kok." +"`bpo-20173 `__: Convert sha1, sha256, sha512 " +"and md5 to ArgumentClinic. Patch by Vajrasky Kok." #: ../../../Misc/NEWS:7664 msgid "" @@ -18122,164 +16530,147 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:7667 -#, fuzzy msgid "" "`bpo-22033 `__: Reprs of most Python " "implemened classes now contain actual class name instead of hardcoded one." msgstr "" -"`Issue #22033 `__: Reprs of most Python " +"`bpo-22033 `__: Reprs of most Python " "implemened classes now contain actual class name instead of hardcoded one." #: ../../../Misc/NEWS:7670 -#, fuzzy msgid "" "`bpo-21947 `__: The dis module can now " "disassemble generator-iterator objects based on their gi_code attribute. " "Patch by Clement Rouault." msgstr "" -"`Issue #21947 `__: The dis module can now " +"`bpo-21947 `__: The dis module can now " "disassemble generator-iterator objects based on their gi_code attribute. " "Patch by Clement Rouault." #: ../../../Misc/NEWS:7673 -#, fuzzy msgid "" "`bpo-16133 `__: The asynchat.async_chat." "handle_read() method now ignores BlockingIOError exceptions." msgstr "" -"`Issue #16133 `__: The asynchat.async_chat." +"`bpo-16133 `__: The asynchat.async_chat." "handle_read() method now ignores BlockingIOError exceptions." #: ../../../Misc/NEWS:7676 -#, fuzzy msgid "" "`bpo-22044 `__: Fixed premature DECREF " "in call_tzinfo_method. Patch by Tom Flanagan." msgstr "" -"`Issue #22044 `__: Fixed premature DECREF in " +"`bpo-22044 `__: Fixed premature DECREF in " "call_tzinfo_method. Patch by Tom Flanagan." #: ../../../Misc/NEWS:7679 -#, fuzzy msgid "" "`bpo-19884 `__: readline: Disable the " "meta modifier key if stdout is not a terminal to not write the ANSI sequence " "``\"\\033[1034h\"`` into stdout. This sequence is used on some terminal (ex: " "TERM=xterm-256color\") to enable support of 8 bit characters." msgstr "" -"`Issue #19884 `__: readline: Disable the meta " +"`bpo-19884 `__: readline: Disable the meta " "modifier key if stdout is not a terminal to not write the ANSI sequence ``" "\"\\033[1034h\"`` into stdout. This sequence is used on some terminal (ex: " "TERM=xterm-256color\") to enable support of 8 bit characters." #: ../../../Misc/NEWS:7684 -#, fuzzy msgid "" "`bpo-4350 `__: Removed a number of out-of-" "dated and non-working for a long time Tkinter methods." msgstr "" -"`Issue #4350 `__: Removed a number of out-of-" +"`bpo-4350 `__: Removed a number of out-of-" "dated and non-working for a long time Tkinter methods." #: ../../../Misc/NEWS:7687 -#, fuzzy msgid "" "`bpo-6167 `__: Scrollbar.activate() now " "returns the name of active element if the argument is not specified. " "Scrollbar.set() now always accepts only 2 arguments." msgstr "" -"`Issue #6167 `__: Scrollbar.activate() now " +"`bpo-6167 `__: Scrollbar.activate() now " "returns the name of active element if the argument is not specified. " "Scrollbar.set() now always accepts only 2 arguments." #: ../../../Misc/NEWS:7691 -#, fuzzy msgid "" "`bpo-15275 `__: Clean up and speed up " "the ntpath module." msgstr "" -"`Issue #15275 `__: Clean up and speed up the " +"`bpo-15275 `__: Clean up and speed up the " "ntpath module." #: ../../../Misc/NEWS:7693 -#, fuzzy msgid "" "`bpo-21888 `__: plistlib's load() and " "loads() now work if the fmt parameter is specified." msgstr "" -"`Issue #21888 `__: plistlib's load() and " -"loads() now work if the fmt parameter is specified." +"`bpo-21888 `__: plistlib's load() and loads() " +"now work if the fmt parameter is specified." #: ../../../Misc/NEWS:7696 -#, fuzzy msgid "" "`bpo-22032 `__: __qualname__ instead of " "__name__ is now always used to format fully qualified class names of Python " "implemented classes." msgstr "" -"`Issue #22032 `__: __qualname__ instead of " +"`bpo-22032 `__: __qualname__ instead of " "__name__ is now always used to format fully qualified class names of Python " "implemented classes." #: ../../../Misc/NEWS:7699 -#, fuzzy msgid "" "`bpo-22031 `__: Reprs now always use " "hexadecimal format with the \"0x\" prefix when contain an id in form \" at " "0x...\"." msgstr "" -"`Issue #22031 `__: Reprs now always use " +"`bpo-22031 `__: Reprs now always use " "hexadecimal format with the \"0x\" prefix when contain an id in form \" at " "0x...\"." #: ../../../Misc/NEWS:7702 -#, fuzzy msgid "" "`bpo-22018 `__: signal.set_wakeup_fd() " "now raises an OSError instead of a ValueError on ``fstat()`` failure." msgstr "" -"`Issue #22018 `__: signal.set_wakeup_fd() now " +"`bpo-22018 `__: signal.set_wakeup_fd() now " "raises an OSError instead of a ValueError on ``fstat()`` failure." #: ../../../Misc/NEWS:7705 -#, fuzzy msgid "" "`bpo-21044 `__: tarfile.open() now " "handles fileobj with an integer 'name' attribute. Based on patch by Antoine " "Pietri." msgstr "" -"`Issue #21044 `__: tarfile.open() now handles " +"`bpo-21044 `__: tarfile.open() now handles " "fileobj with an integer 'name' attribute. Based on patch by Antoine Pietri." #: ../../../Misc/NEWS:7708 -#, fuzzy msgid "" "`bpo-21966 `__: Respect -q command-line " "option when code module is ran." msgstr "" -"`Issue #21966 `__: Respect -q command-line " +"`bpo-21966 `__: Respect -q command-line " "option when code module is ran." #: ../../../Misc/NEWS:7710 -#, fuzzy msgid "" "`bpo-19076 `__: Don't pass the redundant " "'file' argument to self.error()." msgstr "" -"`Issue #19076 `__: Don't pass the redundant " +"`bpo-19076 `__: Don't pass the redundant " "'file' argument to self.error()." #: ../../../Misc/NEWS:7712 -#, fuzzy msgid "" "`bpo-16382 `__: Improve exception " "message of warnings.warn() for bad category. Initial patch by Phil Elson." msgstr "" -"`Issue #16382 `__: Improve exception message " -"of warnings.warn() for bad category. Initial patch by Phil Elson." +"`bpo-16382 `__: Improve exception message of " +"warnings.warn() for bad category. Initial patch by Phil Elson." #: ../../../Misc/NEWS:7715 -#, fuzzy msgid "" "`bpo-21932 `__: os.read() now uses a :c:" "func:`Py_ssize_t` type instead of :c:type:`int` for the size to support " @@ -18287,368 +16678,330 @@ msgid "" "As any call to os.read(), the OS may read less bytes than the number of " "requested bytes." msgstr "" -"`Issue #21932 `__: os.read() now uses a :c:" -"func:`Py_ssize_t` type instead of :c:type:`int` for the size to support " -"reading more than 2 GB at once. On Windows, the size is truncted to INT_MAX. " -"As any call to os.read(), the OS may read less bytes than the number of " -"requested bytes." +"`bpo-21932 `__: os.read() now uses a :c:func:" +"`Py_ssize_t` type instead of :c:type:`int` for the size to support reading " +"more than 2 GB at once. On Windows, the size is truncted to INT_MAX. As any " +"call to os.read(), the OS may read less bytes than the number of requested " +"bytes." #: ../../../Misc/NEWS:7720 -#, fuzzy msgid "" "`bpo-21942 `__: Fixed source file " "viewing in pydoc's server mode on Windows." msgstr "" -"`Issue #21942 `__: Fixed source file viewing " -"in pydoc's server mode on Windows." +"`bpo-21942 `__: Fixed source file viewing in " +"pydoc's server mode on Windows." #: ../../../Misc/NEWS:7722 -#, fuzzy msgid "" "`bpo-11259 `__: asynchat.async_chat()." "set_terminator() now raises a ValueError if the number of received bytes is " "negative." msgstr "" -"`Issue #11259 `__: asynchat.async_chat()." +"`bpo-11259 `__: asynchat.async_chat()." "set_terminator() now raises a ValueError if the number of received bytes is " "negative." #: ../../../Misc/NEWS:7725 -#, fuzzy msgid "" "`bpo-12523 `__: asynchat.async_chat." "push() now raises a TypeError if it doesn't get a bytes string" msgstr "" -"`Issue #12523 `__: asynchat.async_chat.push() " +"`bpo-12523 `__: asynchat.async_chat.push() " "now raises a TypeError if it doesn't get a bytes string" #: ../../../Misc/NEWS:7728 -#, fuzzy msgid "" "`bpo-21707 `__: Add missing " "kwonlyargcount argument to ModuleFinder.replace_paths_in_code()." msgstr "" -"`Issue #21707 `__: Add missing kwonlyargcount " +"`bpo-21707 `__: Add missing kwonlyargcount " "argument to ModuleFinder.replace_paths_in_code()." #: ../../../Misc/NEWS:7731 -#, fuzzy msgid "" "`bpo-20639 `__: calling Path." "with_suffix('') allows removing the suffix again. Patch by July Tikhonov." msgstr "" -"`Issue #20639 `__: calling Path." -"with_suffix('') allows removing the suffix again. Patch by July Tikhonov." +"`bpo-20639 `__: calling Path.with_suffix('') " +"allows removing the suffix again. Patch by July Tikhonov." #: ../../../Misc/NEWS:7734 -#, fuzzy msgid "" "`bpo-21714 `__: Disallow the " "construction of invalid paths using Path.with_name(). Original patch by " "Antony Lee." msgstr "" -"`Issue #21714 `__: Disallow the construction " -"of invalid paths using Path.with_name(). Original patch by Antony Lee." +"`bpo-21714 `__: Disallow the construction of " +"invalid paths using Path.with_name(). Original patch by Antony Lee." #: ../../../Misc/NEWS:7737 -#, fuzzy msgid "" "`bpo-15014 `__: Added 'auth' method to " "smtplib to make implementing auth mechanisms simpler, and used it internally " "in the login method." msgstr "" -"`Issue #15014 `__: Added 'auth' method to " +"`bpo-15014 `__: Added 'auth' method to " "smtplib to make implementing auth mechanisms simpler, and used it internally " "in the login method." #: ../../../Misc/NEWS:7740 -#, fuzzy msgid "" "`bpo-21151 `__: Fixed a segfault in the " "winreg module when ``None`` is passed as a ``REG_BINARY`` value to " "SetValueEx. Patch by John Ehresman." msgstr "" -"`Issue #21151 `__: Fixed a segfault in the " +"`bpo-21151 `__: Fixed a segfault in the " "winreg module when ``None`` is passed as a ``REG_BINARY`` value to " "SetValueEx. Patch by John Ehresman." #: ../../../Misc/NEWS:7743 -#, fuzzy msgid "" "`bpo-21090 `__: io.FileIO.readall() does " "not ignore I/O errors anymore. Before, it ignored I/O errors if at least the " "first C call read() succeed." msgstr "" -"`Issue #21090 `__: io.FileIO.readall() does " -"not ignore I/O errors anymore. Before, it ignored I/O errors if at least the " +"`bpo-21090 `__: io.FileIO.readall() does not " +"ignore I/O errors anymore. Before, it ignored I/O errors if at least the " "first C call read() succeed." #: ../../../Misc/NEWS:7746 -#, fuzzy msgid "" "`bpo-5800 `__: headers parameter of " "wsgiref.headers.Headers is now optional. Initial patch by Pablo Torres " "Navarrete and SilentGhost." msgstr "" -"`Issue #5800 `__: headers parameter of wsgiref." +"`bpo-5800 `__: headers parameter of wsgiref." "headers.Headers is now optional. Initial patch by Pablo Torres Navarrete and " "SilentGhost." #: ../../../Misc/NEWS:7749 -#, fuzzy msgid "" "`bpo-21781 `__: ssl.RAND_add() now " "supports strings longer than 2 GB." msgstr "" -"`Issue #21781 `__: ssl.RAND_add() now " -"supports strings longer than 2 GB." +"`bpo-21781 `__: ssl.RAND_add() now supports " +"strings longer than 2 GB." #: ../../../Misc/NEWS:7751 -#, fuzzy msgid "" "`bpo-21679 `__: Prevent extraneous " "fstat() calls during open(). Patch by Bohuslav Kabrda." msgstr "" -"`Issue #21679 `__: Prevent extraneous fstat() " +"`bpo-21679 `__: Prevent extraneous fstat() " "calls during open(). Patch by Bohuslav Kabrda." #: ../../../Misc/NEWS:7754 -#, fuzzy msgid "" "`bpo-21863 `__: cProfile now displays " "the module name of C extension functions, in addition to their own name." msgstr "" -"`Issue #21863 `__: cProfile now displays the " +"`bpo-21863 `__: cProfile now displays the " "module name of C extension functions, in addition to their own name." #: ../../../Misc/NEWS:7757 -#, fuzzy msgid "" "`bpo-11453 `__: asyncore: emit a " "ResourceWarning when an unclosed file_wrapper object is destroyed. The " "destructor now closes the file if needed. The close() method can now be " "called twice: the second call does nothing." msgstr "" -"`Issue #11453 `__: asyncore: emit a " +"`bpo-11453 `__: asyncore: emit a " "ResourceWarning when an unclosed file_wrapper object is destroyed. The " "destructor now closes the file if needed. The close() method can now be " "called twice: the second call does nothing." #: ../../../Misc/NEWS:7761 -#, fuzzy msgid "" "`bpo-21858 `__: Better handling of " "Python exceptions in the sqlite3 module." msgstr "" -"`Issue #21858 `__: Better handling of Python " +"`bpo-21858 `__: Better handling of Python " "exceptions in the sqlite3 module." #: ../../../Misc/NEWS:7763 -#, fuzzy msgid "" "`bpo-21476 `__: Make sure the email." "parser.BytesParser TextIOWrapper is discarded after parsing, so the input " "file isn't unexpectedly closed." msgstr "" -"`Issue #21476 `__: Make sure the email.parser." +"`bpo-21476 `__: Make sure the email.parser." "BytesParser TextIOWrapper is discarded after parsing, so the input file " "isn't unexpectedly closed." #: ../../../Misc/NEWS:7766 -#, fuzzy msgid "" "`bpo-20295 `__: imghdr now recognizes " "OpenEXR format images." msgstr "" -"`Issue #20295 `__: imghdr now recognizes " -"OpenEXR format images." +"`bpo-20295 `__: imghdr now recognizes OpenEXR " +"format images." #: ../../../Misc/NEWS:7768 -#, fuzzy msgid "" "`bpo-21729 `__: Used the \"with\" " "statement in the dbm.dumb module to ensure files closing. Patch by Claudiu " "Popa." msgstr "" -"`Issue #21729 `__: Used the \"with\" " -"statement in the dbm.dumb module to ensure files closing. Patch by Claudiu " -"Popa." +"`bpo-21729 `__: Used the \"with\" statement " +"in the dbm.dumb module to ensure files closing. Patch by Claudiu Popa." #: ../../../Misc/NEWS:7771 -#, fuzzy msgid "" "`bpo-21491 `__: socketserver: Fix a race " "condition in child processes reaping." msgstr "" -"`Issue #21491 `__: socketserver: Fix a race " +"`bpo-21491 `__: socketserver: Fix a race " "condition in child processes reaping." #: ../../../Misc/NEWS:7773 -#, fuzzy msgid "" "`bpo-21719 `__: Added the " "``st_file_attributes`` field to os.stat_result on Windows." msgstr "" -"`Issue #21719 `__: Added the " +"`bpo-21719 `__: Added the " "``st_file_attributes`` field to os.stat_result on Windows." #: ../../../Misc/NEWS:7776 -#, fuzzy msgid "" "`bpo-21832 `__: Require named tuple " "inputs to be exact strings." msgstr "" -"`Issue #21832 `__: Require named tuple inputs " -"to be exact strings." +"`bpo-21832 `__: Require named tuple inputs to " +"be exact strings." #: ../../../Misc/NEWS:7778 -#, fuzzy msgid "" "`bpo-21722 `__: The distutils \"upload\" " "command now exits with a non-zero return code when uploading fails. Patch " "by Martin Dengler." msgstr "" -"`Issue #21722 `__: The distutils \"upload\" " +"`bpo-21722 `__: The distutils \"upload\" " "command now exits with a non-zero return code when uploading fails. Patch " "by Martin Dengler." #: ../../../Misc/NEWS:7781 -#, fuzzy msgid "" "`bpo-21723 `__: asyncio.Queue: support " "any type of number (ex: float) for the maximum size. Patch written by " "Vajrasky Kok." msgstr "" -"`Issue #21723 `__: asyncio.Queue: support any " +"`bpo-21723 `__: asyncio.Queue: support any " "type of number (ex: float) for the maximum size. Patch written by Vajrasky " "Kok." #: ../../../Misc/NEWS:7784 -#, fuzzy msgid "" "`bpo-21711 `__: support for \"site-python" "\" directories has now been removed from the site module (it was deprecated " "in 3.4)." msgstr "" -"`Issue #21711 `__: support for \"site-python" -"\" directories has now been removed from the site module (it was deprecated " -"in 3.4)." +"`bpo-21711 `__: support for \"site-python\" " +"directories has now been removed from the site module (it was deprecated in " +"3.4)." #: ../../../Misc/NEWS:7787 -#, fuzzy msgid "" "`bpo-17552 `__: new socket.sendfile() " "method allowing a file to be sent over a socket by using high-performance os." "sendfile() on UNIX. Patch by Giampaolo Rodola'." msgstr "" -"`Issue #17552 `__: new socket.sendfile() " -"method allowing a file to be sent over a socket by using high-performance os." +"`bpo-17552 `__: new socket.sendfile() method " +"allowing a file to be sent over a socket by using high-performance os." "sendfile() on UNIX. Patch by Giampaolo Rodola'." #: ../../../Misc/NEWS:7791 -#, fuzzy msgid "" "`bpo-18039 `__: dbm.dump.open() now " "always creates a new database when the flag has the value 'n'. Patch by " "Claudiu Popa." msgstr "" -"`Issue #18039 `__: dbm.dump.open() now always " +"`bpo-18039 `__: dbm.dump.open() now always " "creates a new database when the flag has the value 'n'. Patch by Claudiu " "Popa." #: ../../../Misc/NEWS:7794 -#, fuzzy msgid "" "`bpo-21326 `__: Add a new is_closed() " "method to asyncio.BaseEventLoop. run_forever() and run_until_complete() " "methods of asyncio.BaseEventLoop now raise an exception if the event loop " "was closed." msgstr "" -"`Issue #21326 `__: Add a new is_closed() " -"method to asyncio.BaseEventLoop. run_forever() and run_until_complete() " -"methods of asyncio.BaseEventLoop now raise an exception if the event loop " -"was closed." +"`bpo-21326 `__: Add a new is_closed() method " +"to asyncio.BaseEventLoop. run_forever() and run_until_complete() methods of " +"asyncio.BaseEventLoop now raise an exception if the event loop was closed." #: ../../../Misc/NEWS:7798 -#, fuzzy msgid "" "`bpo-21766 `__: Prevent a security hole " "in CGIHTTPServer by URL unquoting paths before checking for a CGI script at " "that path." msgstr "" -"`Issue #21766 `__: Prevent a security hole in " +"`bpo-21766 `__: Prevent a security hole in " "CGIHTTPServer by URL unquoting paths before checking for a CGI script at " "that path." #: ../../../Misc/NEWS:7801 -#, fuzzy msgid "" "`bpo-21310 `__: Fixed possible resource " "leak in failed open()." msgstr "" -"`Issue #21310 `__: Fixed possible resource " -"leak in failed open()." +"`bpo-21310 `__: Fixed possible resource leak " +"in failed open()." #: ../../../Misc/NEWS:7803 -#, fuzzy msgid "" "`bpo-21256 `__: Printout of keyword args " "should be in deterministic order in a mock function call. This will help to " "write better doctests." msgstr "" -"`Issue #21256 `__: Printout of keyword args " +"`bpo-21256 `__: Printout of keyword args " "should be in deterministic order in a mock function call. This will help to " "write better doctests." #: ../../../Misc/NEWS:7806 -#, fuzzy msgid "" "`bpo-21677 `__: Fixed chaining " "nonnormalized exceptions in io close() methods." msgstr "" -"`Issue #21677 `__: Fixed chaining " -"nonnormalized exceptions in io close() methods." +"`bpo-21677 `__: Fixed chaining nonnormalized " +"exceptions in io close() methods." #: ../../../Misc/NEWS:7808 -#, fuzzy msgid "" "`bpo-11709 `__: Fix the pydoc.help " "function to not fail when sys.stdin is not a valid file." msgstr "" -"`Issue #11709 `__: Fix the pydoc.help " -"function to not fail when sys.stdin is not a valid file." +"`bpo-11709 `__: Fix the pydoc.help function " +"to not fail when sys.stdin is not a valid file." #: ../../../Misc/NEWS:7811 -#, fuzzy msgid "" "`bpo-21515 `__: tempfile.TemporaryFile " "now uses os.O_TMPFILE flag is available." msgstr "" -"`Issue #21515 `__: tempfile.TemporaryFile now " +"`bpo-21515 `__: tempfile.TemporaryFile now " "uses os.O_TMPFILE flag is available." #: ../../../Misc/NEWS:7813 -#, fuzzy msgid "" "`bpo-13223 `__: Fix pydoc.writedoc so " "that the HTML documentation for methods that use 'self' in the example code " "is generated correctly." msgstr "" -"`Issue #13223 `__: Fix pydoc.writedoc so that " +"`bpo-13223 `__: Fix pydoc.writedoc so that " "the HTML documentation for methods that use 'self' in the example code is " "generated correctly." #: ../../../Misc/NEWS:7816 -#, fuzzy msgid "" "`bpo-21463 `__: In urllib.request, fix " "pruning of the FTP cache." msgstr "" -"`Issue #21463 `__: In urllib.request, fix " +"`bpo-21463 `__: In urllib.request, fix " "pruning of the FTP cache." #: ../../../Misc/NEWS:7818 -#, fuzzy msgid "" "`bpo-21618 `__: The subprocess module " "could fail to close open fds that were inherited by the calling process and " @@ -18656,34 +17009,31 @@ msgid "" "with a functioning /proc/self/fd or /dev/fd interface the max is now ignored " "and all fds are closed." msgstr "" -"`Issue #21618 `__: The subprocess module " -"could fail to close open fds that were inherited by the calling process and " +"`bpo-21618 `__: The subprocess module could " +"fail to close open fds that were inherited by the calling process and " "already higher than POSIX resource limits would otherwise allow. On systems " "with a functioning /proc/self/fd or /dev/fd interface the max is now ignored " "and all fds are closed." #: ../../../Misc/NEWS:7823 -#, fuzzy msgid "" "`bpo-20383 `__: Introduce importlib.util." "module_from_spec() as the preferred way to create a new module." msgstr "" -"`Issue #20383 `__: Introduce importlib.util." +"`bpo-20383 `__: Introduce importlib.util." "module_from_spec() as the preferred way to create a new module." #: ../../../Misc/NEWS:7826 -#, fuzzy msgid "" "`bpo-21552 `__: Fixed possible integer " "overflow of too long string lengths in the tkinter module on 64-bit " "platforms." msgstr "" -"`Issue #21552 `__: Fixed possible integer " +"`bpo-21552 `__: Fixed possible integer " "overflow of too long string lengths in the tkinter module on 64-bit " "platforms." #: ../../../Misc/NEWS:7829 -#, fuzzy msgid "" "`bpo-14315 `__: The zipfile module now " "ignores extra fields in the central directory that are too short to be " @@ -18691,585 +17041,523 @@ msgid "" "\" appears in many real world zip files in the wild and is ignored by other " "zip tools." msgstr "" -"`Issue #14315 `__: The zipfile module now " +"`bpo-14315 `__: The zipfile module now " "ignores extra fields in the central directory that are too short to be " "parsed instead of letting a struct.unpack error bubble up as this \"bad data" "\" appears in many real world zip files in the wild and is ignored by other " "zip tools." #: ../../../Misc/NEWS:7834 -#, fuzzy msgid "" "`bpo-13742 `__: Added \"key\" and " "\"reverse\" parameters to heapq.merge(). (First draft of patch contributed " "by Simon Sapin.)" msgstr "" -"`Issue #13742 `__: Added \"key\" and \"reverse" -"\" parameters to heapq.merge(). (First draft of patch contributed by Simon " +"`bpo-13742 `__: Added \"key\" and \"reverse\" " +"parameters to heapq.merge(). (First draft of patch contributed by Simon " "Sapin.)" #: ../../../Misc/NEWS:7837 -#, fuzzy msgid "" "`bpo-21402 `__: tkinter.ttk now works " "when default root window is not set." msgstr "" -"`Issue #21402 `__: tkinter.ttk now works when " +"`bpo-21402 `__: tkinter.ttk now works when " "default root window is not set." #: ../../../Misc/NEWS:7839 -#, fuzzy msgid "" "`bpo-3015 `__: _tkinter.create() now " "creates tkapp object with wantobject=1 by default." msgstr "" -"`Issue #3015 `__: _tkinter.create() now " -"creates tkapp object with wantobject=1 by default." +"`bpo-3015 `__: _tkinter.create() now creates " +"tkapp object with wantobject=1 by default." #: ../../../Misc/NEWS:7842 -#, fuzzy msgid "" "`bpo-10203 `__: sqlite3.Row now truly " "supports sequence protocol. In particular it supports reverse() and " "negative indices. Original patch by Claudiu Popa." msgstr "" -"`Issue #10203 `__: sqlite3.Row now truly " +"`bpo-10203 `__: sqlite3.Row now truly " "supports sequence protocol. In particular it supports reverse() and " "negative indices. Original patch by Claudiu Popa." #: ../../../Misc/NEWS:7845 -#, fuzzy msgid "" "`bpo-18807 `__: If copying (no symlinks) " "specified for a venv, then the python interpreter aliases (python, python3) " "are now created by copying rather than symlinking." msgstr "" -"`Issue #18807 `__: If copying (no symlinks) " +"`bpo-18807 `__: If copying (no symlinks) " "specified for a venv, then the python interpreter aliases (python, python3) " "are now created by copying rather than symlinking." #: ../../../Misc/NEWS:7849 -#, fuzzy msgid "" "`bpo-20197 `__: Added support for the " "WebP image type in the imghdr module. Patch by Fabrice Aneche and Claudiu " "Popa." msgstr "" -"`Issue #20197 `__: Added support for the WebP " +"`bpo-20197 `__: Added support for the WebP " "image type in the imghdr module. Patch by Fabrice Aneche and Claudiu Popa." #: ../../../Misc/NEWS:7852 -#, fuzzy msgid "" "`bpo-21513 `__: Speedup some properties " "of IP addresses (IPv4Address, IPv6Address) such as .is_private or ." "is_multicast." msgstr "" -"`Issue #21513 `__: Speedup some properties of " -"IP addresses (IPv4Address, IPv6Address) such as .is_private or .is_multicast." +"`bpo-21513 `__: Speedup some properties of IP " +"addresses (IPv4Address, IPv6Address) such as .is_private or .is_multicast." #: ../../../Misc/NEWS:7855 -#, fuzzy msgid "" "`bpo-21137 `__: Improve the repr for " "threading.Lock() and its variants by showing the \"locked\" or \"unlocked\" " "status. Patch by Berker Peksag." msgstr "" -"`Issue #21137 `__: Improve the repr for " +"`bpo-21137 `__: Improve the repr for " "threading.Lock() and its variants by showing the \"locked\" or \"unlocked\" " "status. Patch by Berker Peksag." #: ../../../Misc/NEWS:7858 -#, fuzzy msgid "" "`bpo-21538 `__: The plistlib module now " "supports loading of binary plist files when reference or offset size is not " "a power of two." msgstr "" -"`Issue #21538 `__: The plistlib module now " +"`bpo-21538 `__: The plistlib module now " "supports loading of binary plist files when reference or offset size is not " "a power of two." #: ../../../Misc/NEWS:7861 -#, fuzzy msgid "" "`bpo-21455 `__: Add a default backlog to " "socket.listen()." msgstr "" -"`Issue #21455 `__: Add a default backlog to " +"`bpo-21455 `__: Add a default backlog to " "socket.listen()." #: ../../../Misc/NEWS:7863 -#, fuzzy msgid "" "`bpo-21525 `__: Most Tkinter methods " "which accepted tuples now accept lists too." msgstr "" -"`Issue #21525 `__: Most Tkinter methods which " +"`bpo-21525 `__: Most Tkinter methods which " "accepted tuples now accept lists too." #: ../../../Misc/NEWS:7865 -#, fuzzy msgid "" "`bpo-22166 `__: With the assistance of a " "new internal _codecs._forget_codec helping function, test_codecs now clears " "the encoding caches to avoid the appearance of a reference leak" msgstr "" -"`Issue #22166 `__: With the assistance of a " -"new internal _codecs._forget_codec helping function, test_codecs now clears " -"the encoding caches to avoid the appearance of a reference leak" +"`bpo-22166 `__: With the assistance of a new " +"internal _codecs._forget_codec helping function, test_codecs now clears the " +"encoding caches to avoid the appearance of a reference leak" #: ../../../Misc/NEWS:7869 -#, fuzzy msgid "" "`bpo-22236 `__: Tkinter tests now don't " "reuse default root window. New root window is created for every test class." msgstr "" -"`Issue #22236 `__: Tkinter tests now don't " -"reuse default root window. New root window is created for every test class." +"`bpo-22236 `__: Tkinter tests now don't reuse " +"default root window. New root window is created for every test class." #: ../../../Misc/NEWS:7872 -#, fuzzy msgid "" "`bpo-10744 `__: Fix PEP 3118 format " "strings on ctypes objects with a nontrivial shape." msgstr "" -"`Issue #10744 `__: Fix PEP 3118 format " -"strings on ctypes objects with a nontrivial shape." +"`bpo-10744 `__: Fix PEP 3118 format strings " +"on ctypes objects with a nontrivial shape." #: ../../../Misc/NEWS:7875 -#, fuzzy msgid "" "`bpo-20826 `__: Optimize ipaddress." "collapse_addresses()." msgstr "" -"`Issue #20826 `__: Optimize ipaddress." +"`bpo-20826 `__: Optimize ipaddress." "collapse_addresses()." #: ../../../Misc/NEWS:7877 -#, fuzzy msgid "" "`bpo-21487 `__: Optimize ipaddress." "summarize_address_range() and ipaddress.{IPv4Network,IPv6Network}.subnets()." msgstr "" -"`Issue #21487 `__: Optimize ipaddress." +"`bpo-21487 `__: Optimize ipaddress." "summarize_address_range() and ipaddress.{IPv4Network,IPv6Network}.subnets()." #: ../../../Misc/NEWS:7880 -#, fuzzy msgid "" "`bpo-21486 `__: Optimize parsing of " "netmasks in ipaddress.IPv4Network and ipaddress.IPv6Network." msgstr "" -"`Issue #21486 `__: Optimize parsing of " -"netmasks in ipaddress.IPv4Network and ipaddress.IPv6Network." +"`bpo-21486 `__: Optimize parsing of netmasks " +"in ipaddress.IPv4Network and ipaddress.IPv6Network." #: ../../../Misc/NEWS:7883 -#, fuzzy msgid "" "`bpo-13916 `__: Disallowed the " "surrogatepass error handler for non UTF-\\* encodings." msgstr "" -"`Issue #13916 `__: Disallowed the " -"surrogatepass error handler for non UTF-\\* encodings." +"`bpo-13916 `__: Disallowed the surrogatepass " +"error handler for non UTF-\\* encodings." #: ../../../Misc/NEWS:7886 -#, fuzzy msgid "" "`bpo-20998 `__: Fixed re.fullmatch() of " "repeated single character pattern with ignore case. Original patch by " "Matthew Barnett." msgstr "" -"`Issue #20998 `__: Fixed re.fullmatch() of " +"`bpo-20998 `__: Fixed re.fullmatch() of " "repeated single character pattern with ignore case. Original patch by " "Matthew Barnett." #: ../../../Misc/NEWS:7889 -#, fuzzy msgid "" "`bpo-21075 `__: fileinput.FileInput now " "reads bytes from standard stream if binary mode is specified. Patch by Sam " "Kimbrel." msgstr "" -"`Issue #21075 `__: fileinput.FileInput now " -"reads bytes from standard stream if binary mode is specified. Patch by Sam " +"`bpo-21075 `__: fileinput.FileInput now reads " +"bytes from standard stream if binary mode is specified. Patch by Sam " "Kimbrel." #: ../../../Misc/NEWS:7892 -#, fuzzy msgid "" "`bpo-19775 `__: Add a samefile() method " "to pathlib Path objects. Initial patch by Vajrasky Kok." msgstr "" -"`Issue #19775 `__: Add a samefile() method to " +"`bpo-19775 `__: Add a samefile() method to " "pathlib Path objects. Initial patch by Vajrasky Kok." #: ../../../Misc/NEWS:7895 -#, fuzzy msgid "" "`bpo-21226 `__: Set up modules properly " "in PyImport_ExecCodeModuleObject (and friends)." msgstr "" -"`Issue #21226 `__: Set up modules properly in " +"`bpo-21226 `__: Set up modules properly in " "PyImport_ExecCodeModuleObject (and friends)." #: ../../../Misc/NEWS:7898 -#, fuzzy msgid "" "`bpo-21398 `__: Fix a unicode error in " "the pydoc pager when the documentation contains characters not encodable to " "the stdout encoding." msgstr "" -"`Issue #21398 `__: Fix a unicode error in the " +"`bpo-21398 `__: Fix a unicode error in the " "pydoc pager when the documentation contains characters not encodable to the " "stdout encoding." #: ../../../Misc/NEWS:7901 -#, fuzzy msgid "" "`bpo-16531 `__: ipaddress.IPv4Network " "and ipaddress.IPv6Network now accept an (address, netmask) tuple argument, " "so as to easily construct network objects from existing addresses." msgstr "" -"`Issue #16531 `__: ipaddress.IPv4Network and " +"`bpo-16531 `__: ipaddress.IPv4Network and " "ipaddress.IPv6Network now accept an (address, netmask) tuple argument, so as " "to easily construct network objects from existing addresses." #: ../../../Misc/NEWS:7905 -#, fuzzy msgid "" "`bpo-21156 `__: importlib.abc." "InspectLoader.source_to_code() is now a staticmethod." msgstr "" -"`Issue #21156 `__: importlib.abc." -"InspectLoader.source_to_code() is now a staticmethod." +"`bpo-21156 `__: importlib.abc.InspectLoader." +"source_to_code() is now a staticmethod." #: ../../../Misc/NEWS:7908 -#, fuzzy msgid "" "`bpo-21424 `__: Simplified and optimized " "heaqp.nlargest() and nmsmallest() to make fewer tuple comparisons." msgstr "" -"`Issue #21424 `__: Simplified and optimized " +"`bpo-21424 `__: Simplified and optimized " "heaqp.nlargest() and nmsmallest() to make fewer tuple comparisons." #: ../../../Misc/NEWS:7911 -#, fuzzy msgid "" "`bpo-21396 `__: Fix TextIOWrapper(..., " "write_through=True) to not force a flush() on the underlying binary stream. " "Patch by akira." msgstr "" -"`Issue #21396 `__: Fix TextIOWrapper(..., " +"`bpo-21396 `__: Fix TextIOWrapper(..., " "write_through=True) to not force a flush() on the underlying binary stream. " "Patch by akira." #: ../../../Misc/NEWS:7914 -#, fuzzy msgid "" "`bpo-18314 `__: Unlink now removes " "junctions on Windows. Patch by Kim Gräsman" msgstr "" -"`Issue #18314 `__: Unlink now removes " -"junctions on Windows. Patch by Kim Gräsman" +"`bpo-18314 `__: Unlink now removes junctions " +"on Windows. Patch by Kim Gräsman" #: ../../../Misc/NEWS:7916 -#, fuzzy msgid "" "`bpo-21088 `__: Bugfix for curses.window." "addch() regression in 3.4.0. In porting to Argument Clinic, the first two " "arguments were reversed." msgstr "" -"`Issue #21088 `__: Bugfix for curses.window." +"`bpo-21088 `__: Bugfix for curses.window." "addch() regression in 3.4.0. In porting to Argument Clinic, the first two " "arguments were reversed." #: ../../../Misc/NEWS:7919 -#, fuzzy msgid "" "`bpo-21407 `__: _decimal: The module now " "supports function signatures." msgstr "" -"`Issue #21407 `__: _decimal: The module now " +"`bpo-21407 `__: _decimal: The module now " "supports function signatures." #: ../../../Misc/NEWS:7921 -#, fuzzy msgid "" "`bpo-10650 `__: Remove the non-standard " "'watchexp' parameter from the Decimal.quantize() method in the Python " "version. It had never been present in the C version." msgstr "" -"`Issue #10650 `__: Remove the non-standard " +"`bpo-10650 `__: Remove the non-standard " "'watchexp' parameter from the Decimal.quantize() method in the Python " "version. It had never been present in the C version." #: ../../../Misc/NEWS:7925 -#, fuzzy msgid "" "`bpo-21469 `__: Reduced the risk of " "false positives in robotparser by checking to make sure that robots.txt has " "been read or does not exist prior to returning True in can_fetch()." msgstr "" -"`Issue #21469 `__: Reduced the risk of false " +"`bpo-21469 `__: Reduced the risk of false " "positives in robotparser by checking to make sure that robots.txt has been " "read or does not exist prior to returning True in can_fetch()." #: ../../../Misc/NEWS:7929 -#, fuzzy msgid "" "`bpo-19414 `__: Have the OrderedDict " "mark deleted links as unusable. This gives an early failure if the link is " "deleted during iteration." msgstr "" -"`Issue #19414 `__: Have the OrderedDict mark " +"`bpo-19414 `__: Have the OrderedDict mark " "deleted links as unusable. This gives an early failure if the link is " "deleted during iteration." #: ../../../Misc/NEWS:7932 -#, fuzzy msgid "" "`bpo-21421 `__: Add __slots__ to the " "MappingViews ABC. Patch by Josh Rosenberg." msgstr "" -"`Issue #21421 `__: Add __slots__ to the " +"`bpo-21421 `__: Add __slots__ to the " "MappingViews ABC. Patch by Josh Rosenberg." #: ../../../Misc/NEWS:7935 -#, fuzzy msgid "" "`bpo-21101 `__: Eliminate double hashing " "in the C speed-up code for collections.Counter()." msgstr "" -"`Issue #21101 `__: Eliminate double hashing " -"in the C speed-up code for collections.Counter()." +"`bpo-21101 `__: Eliminate double hashing in " +"the C speed-up code for collections.Counter()." #: ../../../Misc/NEWS:7938 -#, fuzzy msgid "" "`bpo-21321 `__: itertools.islice() now " "releases the reference to the source iterator when the slice is exhausted. " "Patch by Anton Afanasyev." msgstr "" -"`Issue #21321 `__: itertools.islice() now " +"`bpo-21321 `__: itertools.islice() now " "releases the reference to the source iterator when the slice is exhausted. " "Patch by Anton Afanasyev." #: ../../../Misc/NEWS:7941 -#, fuzzy msgid "" "`bpo-21057 `__: TextIOWrapper now allows " "the underlying binary stream's read() or read1() method to return an " "arbitrary bytes-like object (such as a memoryview). Patch by Nikolaus Rath." msgstr "" -"`Issue #21057 `__: TextIOWrapper now allows " -"the underlying binary stream's read() or read1() method to return an " -"arbitrary bytes-like object (such as a memoryview). Patch by Nikolaus Rath." +"`bpo-21057 `__: TextIOWrapper now allows the " +"underlying binary stream's read() or read1() method to return an arbitrary " +"bytes-like object (such as a memoryview). Patch by Nikolaus Rath." #: ../../../Misc/NEWS:7945 -#, fuzzy msgid "" "`bpo-20951 `__: SSLSocket.send() now " "raises either SSLWantReadError or SSLWantWriteError on a non-blocking socket " "if the operation would block. Previously, it would return 0. Patch by " "Nikolaus Rath." msgstr "" -"`Issue #20951 `__: SSLSocket.send() now " -"raises either SSLWantReadError or SSLWantWriteError on a non-blocking socket " -"if the operation would block. Previously, it would return 0. Patch by " -"Nikolaus Rath." +"`bpo-20951 `__: SSLSocket.send() now raises " +"either SSLWantReadError or SSLWantWriteError on a non-blocking socket if the " +"operation would block. Previously, it would return 0. Patch by Nikolaus " +"Rath." #: ../../../Misc/NEWS:7949 -#, fuzzy msgid "" "`bpo-13248 `__: removed previously " "deprecated asyncore.dispatcher __getattr__ cheap inheritance hack." msgstr "" -"`Issue #13248 `__: removed previously " -"deprecated asyncore.dispatcher __getattr__ cheap inheritance hack." +"`bpo-13248 `__: removed previously deprecated " +"asyncore.dispatcher __getattr__ cheap inheritance hack." #: ../../../Misc/NEWS:7952 -#, fuzzy msgid "" "`bpo-9815 `__: assertRaises now tries to " "clear references to local variables in the exception's traceback." msgstr "" -"`Issue #9815 `__: assertRaises now tries to " -"clear references to local variables in the exception's traceback." +"`bpo-9815 `__: assertRaises now tries to clear " +"references to local variables in the exception's traceback." #: ../../../Misc/NEWS:7955 -#, fuzzy msgid "" "`bpo-19940 `__: ssl." "cert_time_to_seconds() now interprets the given time string in the UTC " "timezone (as specified in RFC 5280), not the local timezone." msgstr "" -"`Issue #19940 `__: ssl.cert_time_to_seconds() " +"`bpo-19940 `__: ssl.cert_time_to_seconds() " "now interprets the given time string in the UTC timezone (as specified in " "RFC 5280), not the local timezone." #: ../../../Misc/NEWS:7959 -#, fuzzy msgid "" "`bpo-13204 `__: Calling sys.flags." "__new__ would crash the interpreter, now it raises a TypeError." msgstr "" -"`Issue #13204 `__: Calling sys.flags.__new__ " +"`bpo-13204 `__: Calling sys.flags.__new__ " "would crash the interpreter, now it raises a TypeError." #: ../../../Misc/NEWS:7962 -#, fuzzy msgid "" "`bpo-19385 `__: Make operations on a " "closed dbm.dumb database always raise the same exception." msgstr "" -"`Issue #19385 `__: Make operations on a " -"closed dbm.dumb database always raise the same exception." +"`bpo-19385 `__: Make operations on a closed " +"dbm.dumb database always raise the same exception." #: ../../../Misc/NEWS:7965 -#, fuzzy msgid "" "`bpo-21207 `__: Detect when the os." "urandom cached fd has been closed or replaced, and open it anew." msgstr "" -"`Issue #21207 `__: Detect when the os.urandom " +"`bpo-21207 `__: Detect when the os.urandom " "cached fd has been closed or replaced, and open it anew." #: ../../../Misc/NEWS:7968 -#, fuzzy msgid "" "`bpo-21291 `__: subprocess's Popen." "wait() is now thread safe so that multiple threads may be calling wait() or " "poll() on a Popen instance at the same time without losing the Popen." "returncode value." msgstr "" -"`Issue #21291 `__: subprocess's Popen.wait() " -"is now thread safe so that multiple threads may be calling wait() or poll() " -"on a Popen instance at the same time without losing the Popen.returncode " -"value." +"`bpo-21291 `__: subprocess's Popen.wait() is " +"now thread safe so that multiple threads may be calling wait() or poll() on " +"a Popen instance at the same time without losing the Popen.returncode value." #: ../../../Misc/NEWS:7972 -#, fuzzy msgid "" "`bpo-21127 `__: Path objects can now be " "instantiated from str subclass instances (such as ``numpy.str_``)." msgstr "" -"`Issue #21127 `__: Path objects can now be " +"`bpo-21127 `__: Path objects can now be " "instantiated from str subclass instances (such as ``numpy.str_``)." #: ../../../Misc/NEWS:7975 -#, fuzzy msgid "" "`bpo-15002 `__: urllib.response object " "to use _TemporaryFileWrapper (and _TemporaryFileCloser) facility. Provides a " "better way to handle file descriptor close. Patch contributed by Christian " "Theune." msgstr "" -"`Issue #15002 `__: urllib.response object to " -"use _TemporaryFileWrapper (and _TemporaryFileCloser) facility. Provides a " -"better way to handle file descriptor close. Patch contributed by Christian " -"Theune." +"`bpo-15002 `__: urllib.response object to use " +"_TemporaryFileWrapper (and _TemporaryFileCloser) facility. Provides a better " +"way to handle file descriptor close. Patch contributed by Christian Theune." #: ../../../Misc/NEWS:7979 -#, fuzzy msgid "" "`bpo-12220 `__: mindom now raises a " "custom ValueError indicating it doesn't support spaces in URIs instead of " "letting a 'split' ValueError bubble up." msgstr "" -"`Issue #12220 `__: mindom now raises a custom " +"`bpo-12220 `__: mindom now raises a custom " "ValueError indicating it doesn't support spaces in URIs instead of letting a " "'split' ValueError bubble up." #: ../../../Misc/NEWS:7982 -#, fuzzy msgid "" "`bpo-21068 `__: The ssl.PROTOCOL* " "constants are now enum members." msgstr "" -"`Issue #21068 `__: The ssl.PROTOCOL* " -"constants are now enum members." +"`bpo-21068 `__: The ssl.PROTOCOL* constants " +"are now enum members." #: ../../../Misc/NEWS:7984 -#, fuzzy msgid "" "`bpo-21276 `__: posixmodule: Don't " "define USE_XATTRS on KFreeBSD and the Hurd." msgstr "" -"`Issue #21276 `__: posixmodule: Don't define " +"`bpo-21276 `__: posixmodule: Don't define " "USE_XATTRS on KFreeBSD and the Hurd." #: ../../../Misc/NEWS:7986 -#, fuzzy msgid "" "`bpo-21262 `__: New method " "assert_not_called for Mock. It raises AssertionError if the mock has been " "called." msgstr "" -"`Issue #21262 `__: New method " -"assert_not_called for Mock. It raises AssertionError if the mock has been " -"called." +"`bpo-21262 `__: New method assert_not_called " +"for Mock. It raises AssertionError if the mock has been called." #: ../../../Misc/NEWS:7989 -#, fuzzy msgid "" "`bpo-21238 `__: New keyword argument " "`unsafe` to Mock. It raises `AttributeError` incase of an attribute " "startswith assert or assret." msgstr "" -"`Issue #21238 `__: New keyword argument " -"`unsafe` to Mock. It raises `AttributeError` incase of an attribute " -"startswith assert or assret." +"`bpo-21238 `__: New keyword argument `unsafe` " +"to Mock. It raises `AttributeError` incase of an attribute startswith assert " +"or assret." #: ../../../Misc/NEWS:7992 -#, fuzzy msgid "" "`bpo-20896 `__: ssl." "get_server_certificate() now uses PROTOCOL_SSLv23, not PROTOCOL_SSLv3, for " "maximum compatibility." msgstr "" -"`Issue #20896 `__: ssl." -"get_server_certificate() now uses PROTOCOL_SSLv23, not PROTOCOL_SSLv3, for " -"maximum compatibility." +"`bpo-20896 `__: ssl.get_server_certificate() " +"now uses PROTOCOL_SSLv23, not PROTOCOL_SSLv3, for maximum compatibility." #: ../../../Misc/NEWS:7995 -#, fuzzy msgid "" "`bpo-21239 `__: patch.stopall() didn't " "work deterministically when the same name was patched more than once." msgstr "" -"`Issue #21239 `__: patch.stopall() didn't " -"work deterministically when the same name was patched more than once." +"`bpo-21239 `__: patch.stopall() didn't work " +"deterministically when the same name was patched more than once." #: ../../../Misc/NEWS:7998 -#, fuzzy msgid "" "`bpo-21203 `__: Updated fileConfig and " "dictConfig to remove inconsistencies. Thanks to Jure Koren for the patch." msgstr "" -"`Issue #21203 `__: Updated fileConfig and " +"`bpo-21203 `__: Updated fileConfig and " "dictConfig to remove inconsistencies. Thanks to Jure Koren for the patch." #: ../../../Misc/NEWS:8001 -#, fuzzy msgid "" "`bpo-21222 `__: Passing name keyword " "argument to mock.create_autospec now works." msgstr "" -"`Issue #21222 `__: Passing name keyword " -"argument to mock.create_autospec now works." +"`bpo-21222 `__: Passing name keyword argument " +"to mock.create_autospec now works." #: ../../../Misc/NEWS:8004 -#, fuzzy msgid "" "`bpo-21197 `__: Add lib64 -> lib symlink " "in venvs on 64-bit non-OS X POSIX." msgstr "" -"`Issue #21197 `__: Add lib64 -> lib symlink " -"in venvs on 64-bit non-OS X POSIX." +"`bpo-21197 `__: Add lib64 -> lib symlink in " +"venvs on 64-bit non-OS X POSIX." #: ../../../Misc/NEWS:8006 -#, fuzzy msgid "" "`bpo-17498 `__: Some SMTP servers " "disconnect after certain errors, violating strict RFC conformance. Instead " @@ -19277,352 +17565,317 @@ msgid "" "returns the error code and defers raising the SMTPServerDisconnected error " "until the next command is issued." msgstr "" -"`Issue #17498 `__: Some SMTP servers " -"disconnect after certain errors, violating strict RFC conformance. Instead " -"of losing the error code when we issue the subsequent RSET, smtplib now " -"returns the error code and defers raising the SMTPServerDisconnected error " -"until the next command is issued." +"`bpo-17498 `__: Some SMTP servers disconnect " +"after certain errors, violating strict RFC conformance. Instead of losing " +"the error code when we issue the subsequent RSET, smtplib now returns the " +"error code and defers raising the SMTPServerDisconnected error until the " +"next command is issued." #: ../../../Misc/NEWS:8011 -#, fuzzy msgid "" "`bpo-17826 `__: setting an iterable " "side_effect on a mock function created by create_autospec now works. Patch " "by Kushal Das." msgstr "" -"`Issue #17826 `__: setting an iterable " +"`bpo-17826 `__: setting an iterable " "side_effect on a mock function created by create_autospec now works. Patch " "by Kushal Das." #: ../../../Misc/NEWS:8014 -#, fuzzy msgid "" "`bpo-7776 `__: Fix ``Host:`` header and " "reconnection when using http.client.HTTPConnection.set_tunnel(). Patch by " "Nikolaus Rath." msgstr "" -"`Issue #7776 `__: Fix ``Host:`` header and " +"`bpo-7776 `__: Fix ``Host:`` header and " "reconnection when using http.client.HTTPConnection.set_tunnel(). Patch by " "Nikolaus Rath." #: ../../../Misc/NEWS:8017 -#, fuzzy msgid "" "`bpo-20968 `__: unittest.mock.MagicMock " "now supports division. Patch by Johannes Baiter." msgstr "" -"`Issue #20968 `__: unittest.mock.MagicMock " -"now supports division. Patch by Johannes Baiter." +"`bpo-20968 `__: unittest.mock.MagicMock now " +"supports division. Patch by Johannes Baiter." #: ../../../Misc/NEWS:8020 -#, fuzzy msgid "" "`bpo-21529 `__ (CVE-2014-4616): Fix " "arbitrary memory access in JSONDecoder.raw_decode with a negative second " "parameter. Bug reported by Guido Vranken." msgstr "" -"`Issue #21529 `__ (CVE-2014-4616): Fix " -"arbitrary memory access in JSONDecoder.raw_decode with a negative second " -"parameter. Bug reported by Guido Vranken." +"`bpo-21529 `__ (CVE-2014-4616): Fix arbitrary " +"memory access in JSONDecoder.raw_decode with a negative second parameter. " +"Bug reported by Guido Vranken." #: ../../../Misc/NEWS:8024 -#, fuzzy msgid "" "`bpo-21169 `__: getpass now handles non-" "ascii characters that the input stream encoding cannot encode by re-encoding " "using the replace error handler." msgstr "" -"`Issue #21169 `__: getpass now handles non-" -"ascii characters that the input stream encoding cannot encode by re-encoding " -"using the replace error handler." +"`bpo-21169 `__: getpass now handles non-ascii " +"characters that the input stream encoding cannot encode by re-encoding using " +"the replace error handler." #: ../../../Misc/NEWS:8028 -#, fuzzy msgid "" "`bpo-21171 `__: Fixed undocumented " "filter API of the rot13 codec. Patch by Berker Peksag." msgstr "" -"`Issue #21171 `__: Fixed undocumented filter " -"API of the rot13 codec. Patch by Berker Peksag." +"`bpo-21171 `__: Fixed undocumented filter API " +"of the rot13 codec. Patch by Berker Peksag." #: ../../../Misc/NEWS:8031 -#, fuzzy msgid "" "`bpo-20539 `__: Improved math.factorial " "error message for large positive inputs and changed exception type " "(OverflowError -> ValueError) for large negative inputs." msgstr "" -"`Issue #20539 `__: Improved math.factorial " -"error message for large positive inputs and changed exception type " -"(OverflowError -> ValueError) for large negative inputs." +"`bpo-20539 `__: Improved math.factorial error " +"message for large positive inputs and changed exception type (OverflowError -" +"> ValueError) for large negative inputs." #: ../../../Misc/NEWS:8035 -#, fuzzy msgid "" "`bpo-21172 `__: isinstance check relaxed " "from dict to collections.Mapping." msgstr "" -"`Issue #21172 `__: isinstance check relaxed " -"from dict to collections.Mapping." +"`bpo-21172 `__: isinstance check relaxed from " +"dict to collections.Mapping." #: ../../../Misc/NEWS:8037 -#, fuzzy msgid "" "`bpo-21155 `__: asyncio.EventLoop." "create_unix_server() now raises a ValueError if path and sock are specified " "at the same time." msgstr "" -"`Issue #21155 `__: asyncio.EventLoop." +"`bpo-21155 `__: asyncio.EventLoop." "create_unix_server() now raises a ValueError if path and sock are specified " "at the same time." #: ../../../Misc/NEWS:8040 -#, fuzzy msgid "" "`bpo-21136 `__: Avoid unnecessary " "normalization of Fractions resulting from power and other operations. Patch " "by Raymond Hettinger." msgstr "" -"`Issue #21136 `__: Avoid unnecessary " +"`bpo-21136 `__: Avoid unnecessary " "normalization of Fractions resulting from power and other operations. Patch " "by Raymond Hettinger." #: ../../../Misc/NEWS:8043 -#, fuzzy msgid "" "`bpo-17621 `__: Introduce importlib.util." "LazyLoader." msgstr "" -"`Issue #17621 `__: Introduce importlib.util." +"`bpo-17621 `__: Introduce importlib.util." "LazyLoader." #: ../../../Misc/NEWS:8045 -#, fuzzy msgid "" "`bpo-21076 `__: signal module constants " "were turned into enums. Patch by Giampaolo Rodola'." msgstr "" -"`Issue #21076 `__: signal module constants " -"were turned into enums. Patch by Giampaolo Rodola'." +"`bpo-21076 `__: signal module constants were " +"turned into enums. Patch by Giampaolo Rodola'." #: ../../../Misc/NEWS:8048 -#, fuzzy msgid "" "`bpo-20636 `__: Improved the repr of " "Tkinter widgets." msgstr "" -"`Issue #20636 `__: Improved the repr of " -"Tkinter widgets." +"`bpo-20636 `__: Improved the repr of Tkinter " +"widgets." #: ../../../Misc/NEWS:8050 -#, fuzzy msgid "" "`bpo-19505 `__: The items, keys, and " "values views of OrderedDict now support reverse iteration using reversed()." msgstr "" -"`Issue #19505 `__: The items, keys, and " -"values views of OrderedDict now support reverse iteration using reversed()." +"`bpo-19505 `__: The items, keys, and values " +"views of OrderedDict now support reverse iteration using reversed()." #: ../../../Misc/NEWS:8053 -#, fuzzy msgid "" "`bpo-21149 `__: Improved thread-safety " "in logging cleanup during interpreter shutdown. Thanks to Devin Jeanpierre " "for the patch." msgstr "" -"`Issue #21149 `__: Improved thread-safety in " +"`bpo-21149 `__: Improved thread-safety in " "logging cleanup during interpreter shutdown. Thanks to Devin Jeanpierre for " "the patch." #: ../../../Misc/NEWS:8056 -#, fuzzy msgid "" "`bpo-21058 `__: Fix a leak of file " "descriptor in :func:`tempfile.NamedTemporaryFile`, close the file descriptor " "if :func:`io.open` fails" msgstr "" -"`Issue #21058 `__: Fix a leak of file " -"descriptor in :func:`tempfile.NamedTemporaryFile`, close the file descriptor " -"if :func:`io.open` fails" +"`bpo-21058 `__: Fix a leak of file descriptor " +"in :func:`tempfile.NamedTemporaryFile`, close the file descriptor if :func:" +"`io.open` fails" #: ../../../Misc/NEWS:8060 -#, fuzzy msgid "" "`bpo-21200 `__: Return None from pkgutil." "get_loader() when __spec__ is missing." msgstr "" -"`Issue #21200 `__: Return None from pkgutil." +"`bpo-21200 `__: Return None from pkgutil." "get_loader() when __spec__ is missing." #: ../../../Misc/NEWS:8062 -#, fuzzy msgid "" "`bpo-21013 `__: Enhance ssl." "create_default_context() when used for server side sockets to provide better " "security by default." msgstr "" -"`Issue #21013 `__: Enhance ssl." +"`bpo-21013 `__: Enhance ssl." "create_default_context() when used for server side sockets to provide better " "security by default." #: ../../../Misc/NEWS:8065 -#, fuzzy msgid "" "`bpo-20145 `__: `assertRaisesRegex` and " "`assertWarnsRegex` now raise a TypeError if the second argument is not a " "string or compiled regex." msgstr "" -"`Issue #20145 `__: `assertRaisesRegex` and " +"`bpo-20145 `__: `assertRaisesRegex` and " "`assertWarnsRegex` now raise a TypeError if the second argument is not a " "string or compiled regex." #: ../../../Misc/NEWS:8068 -#, fuzzy msgid "" "`bpo-20633 `__: Replace relative import " "by absolute import." msgstr "" -"`Issue #20633 `__: Replace relative import by " +"`bpo-20633 `__: Replace relative import by " "absolute import." #: ../../../Misc/NEWS:8070 -#, fuzzy msgid "" "`bpo-20980 `__: Stop wrapping exception " "when using ThreadPool." msgstr "" -"`Issue #20980 `__: Stop wrapping exception " -"when using ThreadPool." +"`bpo-20980 `__: Stop wrapping exception when " +"using ThreadPool." #: ../../../Misc/NEWS:8072 -#, fuzzy msgid "" "`bpo-21082 `__: In os.makedirs, do not " "set the process-wide umask. Note this changes behavior of makedirs when " "exist_ok=True." msgstr "" -"`Issue #21082 `__: In os.makedirs, do not set " +"`bpo-21082 `__: In os.makedirs, do not set " "the process-wide umask. Note this changes behavior of makedirs when " "exist_ok=True." #: ../../../Misc/NEWS:8075 -#, fuzzy msgid "" "`bpo-20990 `__: Fix issues found by " "pyflakes for multiprocessing." msgstr "" -"`Issue #20990 `__: Fix issues found by " -"pyflakes for multiprocessing." +"`bpo-20990 `__: Fix issues found by pyflakes " +"for multiprocessing." #: ../../../Misc/NEWS:8077 -#, fuzzy msgid "" "`bpo-21015 `__: SSL contexts will now " "automatically select an elliptic curve for ECDH key exchange on OpenSSL " "1.0.2 and later, and otherwise default to \"prime256v1\"." msgstr "" -"`Issue #21015 `__: SSL contexts will now " +"`bpo-21015 `__: SSL contexts will now " "automatically select an elliptic curve for ECDH key exchange on OpenSSL " "1.0.2 and later, and otherwise default to \"prime256v1\"." #: ../../../Misc/NEWS:8081 -#, fuzzy msgid "" "`bpo-21000 `__: Improve the command-line " "interface of json.tool." msgstr "" -"`Issue #21000 `__: Improve the command-line " +"`bpo-21000 `__: Improve the command-line " "interface of json.tool." #: ../../../Misc/NEWS:8083 -#, fuzzy msgid "" "`bpo-20995 `__: Enhance default ciphers " "used by the ssl module to enable better security and prioritize perfect " "forward secrecy." msgstr "" -"`Issue #20995 `__: Enhance default ciphers " -"used by the ssl module to enable better security and prioritize perfect " -"forward secrecy." +"`bpo-20995 `__: Enhance default ciphers used " +"by the ssl module to enable better security and prioritize perfect forward " +"secrecy." #: ../../../Misc/NEWS:8086 -#, fuzzy msgid "" "`bpo-20884 `__: Don't assume that " "__file__ is defined on importlib.__init__." msgstr "" -"`Issue #20884 `__: Don't assume that __file__ " -"is defined on importlib.__init__." +"`bpo-20884 `__: Don't assume that __file__ is " +"defined on importlib.__init__." #: ../../../Misc/NEWS:8088 -#, fuzzy msgid "" "`bpo-21499 `__: Ignore __builtins__ in " "several test_importlib.test_api tests." msgstr "" -"`Issue #21499 `__: Ignore __builtins__ in " +"`bpo-21499 `__: Ignore __builtins__ in " "several test_importlib.test_api tests." #: ../../../Misc/NEWS:8090 -#, fuzzy msgid "" "`bpo-20627 `__: xmlrpc.client." "ServerProxy is now a context manager." msgstr "" -"`Issue #20627 `__: xmlrpc.client.ServerProxy " -"is now a context manager." +"`bpo-20627 `__: xmlrpc.client.ServerProxy is " +"now a context manager." #: ../../../Misc/NEWS:8092 -#, fuzzy msgid "" "`bpo-19165 `__: The formatter module now " "raises DeprecationWarning instead of PendingDeprecationWarning." msgstr "" -"`Issue #19165 `__: The formatter module now " +"`bpo-19165 `__: The formatter module now " "raises DeprecationWarning instead of PendingDeprecationWarning." #: ../../../Misc/NEWS:8095 -#, fuzzy msgid "" "`bpo-13936 `__: Remove the ability of " "datetime.time instances to be considered false in boolean contexts." msgstr "" -"`Issue #13936 `__: Remove the ability of " +"`bpo-13936 `__: Remove the ability of " "datetime.time instances to be considered false in boolean contexts." #: ../../../Misc/NEWS:8098 -#, fuzzy msgid "" "`bpo-18931 `__: selectors module now " "supports /dev/poll on Solaris. Patch by Giampaolo Rodola'." msgstr "" -"`Issue #18931 `__: selectors module now " +"`bpo-18931 `__: selectors module now " "supports /dev/poll on Solaris. Patch by Giampaolo Rodola'." #: ../../../Misc/NEWS:8101 -#, fuzzy msgid "" "`bpo-19977 `__: When the ``LC_TYPE`` " "locale is the POSIX locale (``C`` locale), :py:data:`sys.stdin` and :py:data:" "`sys.stdout` are now using the ``surrogateescape`` error handler, instead of " "the ``strict`` error handler." msgstr "" -"`Issue #19977 `__: When the ``LC_TYPE`` " -"locale is the POSIX locale (``C`` locale), :py:data:`sys.stdin` and :py:data:" -"`sys.stdout` are now using the ``surrogateescape`` error handler, instead of " -"the ``strict`` error handler." +"`bpo-19977 `__: When the ``LC_TYPE`` locale " +"is the POSIX locale (``C`` locale), :py:data:`sys.stdin` and :py:data:`sys." +"stdout` are now using the ``surrogateescape`` error handler, instead of the " +"``strict`` error handler." #: ../../../Misc/NEWS:8105 -#, fuzzy msgid "" "`bpo-20574 `__: Implement incremental " "decoder for cp65001 code (Windows code page 65001, Microsoft UTF-8)." msgstr "" -"`Issue #20574 `__: Implement incremental " -"decoder for cp65001 code (Windows code page 65001, Microsoft UTF-8)." +"`bpo-20574 `__: Implement incremental decoder " +"for cp65001 code (Windows code page 65001, Microsoft UTF-8)." #: ../../../Misc/NEWS:8108 -#, fuzzy msgid "" "`bpo-20879 `__: Delay the initialization " "of encoding and decoding tables for base32, ascii85 and base85 codecs in the " @@ -19630,219 +17883,196 @@ msgid "" "of the urllib.parse module, to not waste memory if these modules are not " "used." msgstr "" -"`Issue #20879 `__: Delay the initialization " -"of encoding and decoding tables for base32, ascii85 and base85 codecs in the " +"`bpo-20879 `__: Delay the initialization of " +"encoding and decoding tables for base32, ascii85 and base85 codecs in the " "base64 module, and delay the initialization of the unquote_to_bytes() table " "of the urllib.parse module, to not waste memory if these modules are not " "used." #: ../../../Misc/NEWS:8113 -#, fuzzy msgid "" "`bpo-19157 `__: Include the broadcast " "address in the usuable hosts for IPv6 in ipaddress." msgstr "" -"`Issue #19157 `__: Include the broadcast " -"address in the usuable hosts for IPv6 in ipaddress." +"`bpo-19157 `__: Include the broadcast address " +"in the usuable hosts for IPv6 in ipaddress." #: ../../../Misc/NEWS:8116 -#, fuzzy msgid "" "`bpo-11599 `__: When an external command " "(e.g. compiler) fails, distutils now prints out the whole command line " "(instead of just the command name) if the environment variable " "DISTUTILS_DEBUG is set." msgstr "" -"`Issue #11599 `__: When an external command " -"(e.g. compiler) fails, distutils now prints out the whole command line " -"(instead of just the command name) if the environment variable " -"DISTUTILS_DEBUG is set." +"`bpo-11599 `__: When an external command (e." +"g. compiler) fails, distutils now prints out the whole command line (instead " +"of just the command name) if the environment variable DISTUTILS_DEBUG is set." #: ../../../Misc/NEWS:8120 -#, fuzzy msgid "" "`bpo-4931 `__: distutils should not " "produce unhelpful \"error: None\" messages anymore. distutils.util." "grok_environment_error is kept but doc-deprecated." msgstr "" -"`Issue #4931 `__: distutils should not produce " +"`bpo-4931 `__: distutils should not produce " "unhelpful \"error: None\" messages anymore. distutils.util." "grok_environment_error is kept but doc-deprecated." #: ../../../Misc/NEWS:8123 -#, fuzzy msgid "" "`bpo-20875 `__: Prevent possible gzip " "\"'read' is not defined\" NameError. Patch by Claudiu Popa." msgstr "" -"`Issue #20875 `__: Prevent possible gzip " +"`bpo-20875 `__: Prevent possible gzip " "\"'read' is not defined\" NameError. Patch by Claudiu Popa." #: ../../../Misc/NEWS:8126 -#, fuzzy msgid "" "`bpo-11558 `__: ``email.message.Message." "attach`` now returns a more useful error message if ``attach`` is called on " "a message for which ``is_multipart`` is False." msgstr "" -"`Issue #11558 `__: ``email.message.Message." +"`bpo-11558 `__: ``email.message.Message." "attach`` now returns a more useful error message if ``attach`` is called on " "a message for which ``is_multipart`` is False." #: ../../../Misc/NEWS:8130 -#, fuzzy msgid "" "`bpo-20283 `__: RE pattern methods now " "accept the string keyword parameters as documented. The pattern and source " "keyword parameters are left as deprecated aliases." msgstr "" -"`Issue #20283 `__: RE pattern methods now " -"accept the string keyword parameters as documented. The pattern and source " -"keyword parameters are left as deprecated aliases." +"`bpo-20283 `__: RE pattern methods now accept " +"the string keyword parameters as documented. The pattern and source keyword " +"parameters are left as deprecated aliases." #: ../../../Misc/NEWS:8134 -#, fuzzy msgid "" "`bpo-20778 `__: Fix modulefinder to work " "with bytecode-only modules." msgstr "" -"`Issue #20778 `__: Fix modulefinder to work " -"with bytecode-only modules." +"`bpo-20778 `__: Fix modulefinder to work with " +"bytecode-only modules." #: ../../../Misc/NEWS:8136 -#, fuzzy msgid "" "`bpo-20791 `__: copy.copy() now doesn't " "make a copy when the input is a bytes object. Initial patch by Peter Otten." msgstr "" -"`Issue #20791 `__: copy.copy() now doesn't " -"make a copy when the input is a bytes object. Initial patch by Peter Otten." +"`bpo-20791 `__: copy.copy() now doesn't make " +"a copy when the input is a bytes object. Initial patch by Peter Otten." #: ../../../Misc/NEWS:8139 -#, fuzzy msgid "" "`bpo-19748 `__: On AIX, time.mktime() " "now raises an OverflowError for year outsize range [1902; 2037]." msgstr "" -"`Issue #19748 `__: On AIX, time.mktime() now " +"`bpo-19748 `__: On AIX, time.mktime() now " "raises an OverflowError for year outsize range [1902; 2037]." #: ../../../Misc/NEWS:8142 -#, fuzzy msgid "" "`bpo-19573 `__: inspect.signature: Use " "enum for parameter kind constants." msgstr "" -"`Issue #19573 `__: inspect.signature: Use " -"enum for parameter kind constants." +"`bpo-19573 `__: inspect.signature: Use enum " +"for parameter kind constants." #: ../../../Misc/NEWS:8144 -#, fuzzy msgid "" "`bpo-20726 `__: inspect.signature: Make " "Signature and Parameter picklable." msgstr "" -"`Issue #20726 `__: inspect.signature: Make " +"`bpo-20726 `__: inspect.signature: Make " "Signature and Parameter picklable." #: ../../../Misc/NEWS:8146 -#, fuzzy msgid "" "`bpo-17373 `__: Add inspect.Signature." "from_callable method." msgstr "" -"`Issue #17373 `__: Add inspect.Signature." +"`bpo-17373 `__: Add inspect.Signature." "from_callable method." #: ../../../Misc/NEWS:8148 -#, fuzzy msgid "" "`bpo-20378 `__: Improve repr of inspect." "Signature and inspect.Parameter." msgstr "" -"`Issue #20378 `__: Improve repr of inspect." +"`bpo-20378 `__: Improve repr of inspect." "Signature and inspect.Parameter." #: ../../../Misc/NEWS:8150 -#, fuzzy msgid "" "`bpo-20816 `__: Fix inspect." "getcallargs() to raise correct TypeError for missing keyword-only arguments. " "Patch by Jeremiah Lowin." msgstr "" -"`Issue #20816 `__: Fix inspect.getcallargs() " -"to raise correct TypeError for missing keyword-only arguments. Patch by " +"`bpo-20816 `__: Fix inspect.getcallargs() to " +"raise correct TypeError for missing keyword-only arguments. Patch by " "Jeremiah Lowin." #: ../../../Misc/NEWS:8153 -#, fuzzy msgid "" "`bpo-20817 `__: Fix inspect." "getcallargs() to fail correctly if more than 3 arguments are missing. Patch " "by Jeremiah Lowin." msgstr "" -"`Issue #20817 `__: Fix inspect.getcallargs() " -"to fail correctly if more than 3 arguments are missing. Patch by Jeremiah " -"Lowin." +"`bpo-20817 `__: Fix inspect.getcallargs() to " +"fail correctly if more than 3 arguments are missing. Patch by Jeremiah Lowin." #: ../../../Misc/NEWS:8156 -#, fuzzy msgid "" "`bpo-6676 `__: Ensure a meaningful " "exception is raised when attempting to parse more than one XML document per " "pyexpat xmlparser instance. (Original patches by Hirokazu Yamamoto and " "Amaury Forgeot d'Arc, with suggested wording by David Gutteridge)" msgstr "" -"`Issue #6676 `__: Ensure a meaningful " -"exception is raised when attempting to parse more than one XML document per " -"pyexpat xmlparser instance. (Original patches by Hirokazu Yamamoto and " -"Amaury Forgeot d'Arc, with suggested wording by David Gutteridge)" +"`bpo-6676 `__: Ensure a meaningful exception " +"is raised when attempting to parse more than one XML document per pyexpat " +"xmlparser instance. (Original patches by Hirokazu Yamamoto and Amaury " +"Forgeot d'Arc, with suggested wording by David Gutteridge)" #: ../../../Misc/NEWS:8161 -#, fuzzy msgid "" "`bpo-21117 `__: Fix inspect.signature to " "better support functools.partial. Due to the specifics of functools.partial " "implementation, positional-or-keyword arguments passed as keyword arguments " "become keyword-only." msgstr "" -"`Issue #21117 `__: Fix inspect.signature to " +"`bpo-21117 `__: Fix inspect.signature to " "better support functools.partial. Due to the specifics of functools.partial " "implementation, positional-or-keyword arguments passed as keyword arguments " "become keyword-only." #: ../../../Misc/NEWS:8166 -#, fuzzy msgid "" "`bpo-20334 `__: inspect.Signature and " "inspect.Parameter are now hashable. Thanks to Antony Lee for bug reports and " "suggestions." msgstr "" -"`Issue #20334 `__: inspect.Signature and " -"inspect.Parameter are now hashable. Thanks to Antony Lee for bug reports and " +"`bpo-20334 `__: inspect.Signature and inspect." +"Parameter are now hashable. Thanks to Antony Lee for bug reports and " "suggestions." #: ../../../Misc/NEWS:8169 -#, fuzzy msgid "" "`bpo-15916 `__: doctest.DocTestSuite " "returns an empty unittest.TestSuite instead of raising ValueError if it " "finds no tests" msgstr "" -"`Issue #15916 `__: doctest.DocTestSuite " -"returns an empty unittest.TestSuite instead of raising ValueError if it " -"finds no tests" +"`bpo-15916 `__: doctest.DocTestSuite returns " +"an empty unittest.TestSuite instead of raising ValueError if it finds no " +"tests" #: ../../../Misc/NEWS:8172 -#, fuzzy msgid "" "`bpo-21209 `__: Fix asyncio.tasks." "CoroWrapper to workaround a bug in yield-from implementation in CPythons " "prior to 3.4.1." msgstr "" -"`Issue #21209 `__: Fix asyncio.tasks." -"CoroWrapper to workaround a bug in yield-from implementation in CPythons " -"prior to 3.4.1." +"`bpo-21209 `__: Fix asyncio.tasks.CoroWrapper " +"to workaround a bug in yield-from implementation in CPythons prior to 3.4.1." #: ../../../Misc/NEWS:8175 msgid "" @@ -19851,111 +18081,100 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:8178 -#, fuzzy msgid "" "`bpo-21311 `__: Avoid exception in " "_osx_support with non-standard compiler configurations. Patch by John " "Szakmeister." msgstr "" -"`Issue #21311 `__: Avoid exception in " +"`bpo-21311 `__: Avoid exception in " "_osx_support with non-standard compiler configurations. Patch by John " "Szakmeister." #: ../../../Misc/NEWS:8181 -#, fuzzy msgid "" "`bpo-11571 `__: Ensure that the turtle " "window becomes the topmost window when launched on OS X." msgstr "" -"`Issue #11571 `__: Ensure that the turtle " -"window becomes the topmost window when launched on OS X." +"`bpo-11571 `__: Ensure that the turtle window " +"becomes the topmost window when launched on OS X." #: ../../../Misc/NEWS:8184 -#, fuzzy msgid "" "`bpo-21801 `__: Validate that " "__signature__ is None or an instance of Signature." msgstr "" -"`Issue #21801 `__: Validate that " -"__signature__ is None or an instance of Signature." +"`bpo-21801 `__: Validate that __signature__ " +"is None or an instance of Signature." #: ../../../Misc/NEWS:8186 -#, fuzzy msgid "" "`bpo-21923 `__: Prevent AttributeError " "in distutils.sysconfig.customize_compiler due to possible uninitialized " "_config_vars." msgstr "" -"`Issue #21923 `__: Prevent AttributeError in " +"`bpo-21923 `__: Prevent AttributeError in " "distutils.sysconfig.customize_compiler due to possible uninitialized " "_config_vars." #: ../../../Misc/NEWS:8189 -#, fuzzy msgid "" "`bpo-21323 `__: Fix http.server to again " "handle scripts in CGI subdirectories, broken by the fix for security " "`bpo-19435 `__. Patch by Zach Byrne." msgstr "" -"`Issue #21323 `__: Fix http.server to again " +"`bpo-21323 `__: Fix http.server to again " "handle scripts in CGI subdirectories, broken by the fix for security `issue " "#19435 `__. Patch by Zach Byrne." #: ../../../Misc/NEWS:8192 -#, fuzzy msgid "" "`bpo-22733 `__: Fix ffi_prep_args not " "zero-extending argument values correctly on 64-bit Windows." msgstr "" -"`Issue #22733 `__: Fix ffi_prep_args not zero-" +"`bpo-22733 `__: Fix ffi_prep_args not zero-" "extending argument values correctly on 64-bit Windows." #: ../../../Misc/NEWS:8195 -#, fuzzy msgid "" "`bpo-23302 `__: Default to TCP_NODELAY=1 " "upon establishing an HTTPConnection. Removed use of hard-coded MSS as it's " "an optimization that's no longer needed with Nagle disabled." msgstr "" -"`Issue #23302 `__: Default to TCP_NODELAY=1 " -"upon establishing an HTTPConnection. Removed use of hard-coded MSS as it's " -"an optimization that's no longer needed with Nagle disabled." +"`bpo-23302 `__: Default to TCP_NODELAY=1 upon " +"establishing an HTTPConnection. Removed use of hard-coded MSS as it's an " +"optimization that's no longer needed with Nagle disabled." #: ../../../Misc/NEWS:8202 -#, fuzzy msgid "" "`bpo-20577 `__: Configuration of the max " "line length for the FormatParagraph extension has been moved from the " "General tab of the Idle preferences dialog to the FormatParagraph tab of the " "Config Extensions dialog. Patch by Tal Einat." msgstr "" -"`Issue #20577 `__: Configuration of the max " -"line length for the FormatParagraph extension has been moved from the " -"General tab of the Idle preferences dialog to the FormatParagraph tab of the " -"Config Extensions dialog. Patch by Tal Einat." +"`bpo-20577 `__: Configuration of the max line " +"length for the FormatParagraph extension has been moved from the General tab " +"of the Idle preferences dialog to the FormatParagraph tab of the Config " +"Extensions dialog. Patch by Tal Einat." #: ../../../Misc/NEWS:8207 -#, fuzzy msgid "" "`bpo-16893 `__: Update Idle doc chapter " "to match current Idle and add new information." msgstr "" -"`Issue #16893 `__: Update Idle doc chapter to " +"`bpo-16893 `__: Update Idle doc chapter to " "match current Idle and add new information." #: ../../../Misc/NEWS:8210 -#, fuzzy msgid "" "`bpo-3068 `__: Add Idle extension " "configuration dialog to Options menu. Changes are written to HOME/.idlerc/" "config-extensions.cfg. Original patch by Tal Einat." msgstr "" -"`Issue #3068 `__: Add Idle extension " +"`bpo-3068 `__: Add Idle extension " "configuration dialog to Options menu. Changes are written to HOME/.idlerc/" "config-extensions.cfg. Original patch by Tal Einat." #: ../../../Misc/NEWS:8214 -#, fuzzy msgid "" "`bpo-16233 `__: A module browser (File : " "Class Browser, Alt+C) requires an editor window with a filename. When Class " @@ -19964,7 +18183,7 @@ msgid "" "box (Alt+M). If a valid name is entered and a module is opened, a " "corresponding browser is also opened." msgstr "" -"`Issue #16233 `__: A module browser (File : " +"`bpo-16233 `__: A module browser (File : " "Class Browser, Alt+C) requires an editor window with a filename. When Class " "Browser is requested otherwise, from a shell, output window, or 'Untitled' " "editor, Idle no longer displays an error box. It now pops up an Open Module " @@ -19972,298 +18191,267 @@ msgstr "" "corresponding browser is also opened." #: ../../../Misc/NEWS:8220 -#, fuzzy msgid "" "`bpo-4832 `__: Save As to type Python " "files automatically adds .py to the name you enter (even if your system does " "not display it). Some systems automatically add .txt when type is Text " "files." msgstr "" -"`Issue #4832 `__: Save As to type Python files " +"`bpo-4832 `__: Save As to type Python files " "automatically adds .py to the name you enter (even if your system does not " "display it). Some systems automatically add .txt when type is Text files." #: ../../../Misc/NEWS:8224 -#, fuzzy msgid "" "`bpo-21986 `__: Code objects are not " "normally pickled by the pickle module. To match this, they are no longer " "pickled when running under Idle." msgstr "" -"`Issue #21986 `__: Code objects are not " -"normally pickled by the pickle module. To match this, they are no longer " -"pickled when running under Idle." +"`bpo-21986 `__: Code objects are not normally " +"pickled by the pickle module. To match this, they are no longer pickled when " +"running under Idle." #: ../../../Misc/NEWS:8227 -#, fuzzy msgid "" "`bpo-17390 `__: Adjust Editor window " "title; remove 'Python', move version to end." msgstr "" -"`Issue #17390 `__: Adjust Editor window " -"title; remove 'Python', move version to end." +"`bpo-17390 `__: Adjust Editor window title; " +"remove 'Python', move version to end." #: ../../../Misc/NEWS:8230 -#, fuzzy msgid "" "`bpo-14105 `__: Idle debugger " "breakpoints no longer disappear when inserting or deleting lines." msgstr "" -"`Issue #14105 `__: Idle debugger breakpoints " -"no longer disappear when inserting or deleting lines." +"`bpo-14105 `__: Idle debugger breakpoints no " +"longer disappear when inserting or deleting lines." #: ../../../Misc/NEWS:8233 -#, fuzzy msgid "" "`bpo-17172 `__: Turtledemo can now be " "run from Idle. Currently, the entry is on the Help menu, but it may move to " "Run. Patch by Ramchandra Apt and Lita Cho." msgstr "" -"`Issue #17172 `__: Turtledemo can now be run " +"`bpo-17172 `__: Turtledemo can now be run " "from Idle. Currently, the entry is on the Help menu, but it may move to Run. " "Patch by Ramchandra Apt and Lita Cho." #: ../../../Misc/NEWS:8237 -#, fuzzy msgid "" "`bpo-21765 `__: Add support for non-" "ascii identifiers to HyperParser." msgstr "" -"`Issue #21765 `__: Add support for non-ascii " +"`bpo-21765 `__: Add support for non-ascii " "identifiers to HyperParser." #: ../../../Misc/NEWS:8239 -#, fuzzy msgid "" "`bpo-21940 `__: Add unittest for " "WidgetRedirector. Initial patch by Saimadhav Heblikar." msgstr "" -"`Issue #21940 `__: Add unittest for " +"`bpo-21940 `__: Add unittest for " "WidgetRedirector. Initial patch by Saimadhav Heblikar." #: ../../../Misc/NEWS:8242 -#, fuzzy msgid "" "`bpo-18592 `__: Add unittest for " "SearchDialogBase. Patch by Phil Webster." msgstr "" -"`Issue #18592 `__: Add unittest for " +"`bpo-18592 `__: Add unittest for " "SearchDialogBase. Patch by Phil Webster." #: ../../../Misc/NEWS:8244 -#, fuzzy msgid "" "`bpo-21694 `__: Add unittest for " "ParenMatch. Patch by Saimadhav Heblikar." msgstr "" -"`Issue #21694 `__: Add unittest for " -"ParenMatch. Patch by Saimadhav Heblikar." +"`bpo-21694 `__: Add unittest for ParenMatch. " +"Patch by Saimadhav Heblikar." #: ../../../Misc/NEWS:8246 -#, fuzzy msgid "" "`bpo-21686 `__: add unittest for " "HyperParser. Original patch by Saimadhav Heblikar." msgstr "" -"`Issue #21686 `__: add unittest for " -"HyperParser. Original patch by Saimadhav Heblikar." +"`bpo-21686 `__: add unittest for HyperParser. " +"Original patch by Saimadhav Heblikar." #: ../../../Misc/NEWS:8249 -#, fuzzy msgid "" "`bpo-12387 `__: Add missing " "upper(lower)case versions of default Windows key bindings for Idle so Caps " "Lock does not disable them. Patch by Roger Serwy." msgstr "" -"`Issue #12387 `__: Add missing " -"upper(lower)case versions of default Windows key bindings for Idle so Caps " -"Lock does not disable them. Patch by Roger Serwy." +"`bpo-12387 `__: Add missing upper(lower)case " +"versions of default Windows key bindings for Idle so Caps Lock does not " +"disable them. Patch by Roger Serwy." #: ../../../Misc/NEWS:8252 -#, fuzzy msgid "" "`bpo-21695 `__: Closing a Find-in-files " "output window while the search is still in progress no longer closes Idle." msgstr "" -"`Issue #21695 `__: Closing a Find-in-files " +"`bpo-21695 `__: Closing a Find-in-files " "output window while the search is still in progress no longer closes Idle." #: ../../../Misc/NEWS:8255 -#, fuzzy msgid "" "`bpo-18910 `__: Add unittest for " "textView. Patch by Phil Webster." msgstr "" -"`Issue #18910 `__: Add unittest for textView. " +"`bpo-18910 `__: Add unittest for textView. " "Patch by Phil Webster." #: ../../../Misc/NEWS:8257 -#, fuzzy msgid "" "`bpo-18292 `__: Add unittest for " "AutoExpand. Patch by Saihadhav Heblikar." msgstr "" -"`Issue #18292 `__: Add unittest for " -"AutoExpand. Patch by Saihadhav Heblikar." +"`bpo-18292 `__: Add unittest for AutoExpand. " +"Patch by Saihadhav Heblikar." #: ../../../Misc/NEWS:8259 -#, fuzzy msgid "" "`bpo-18409 `__: Add unittest for " "AutoComplete. Patch by Phil Webster." msgstr "" -"`Issue #18409 `__: Add unittest for " +"`bpo-18409 `__: Add unittest for " "AutoComplete. Patch by Phil Webster." #: ../../../Misc/NEWS:8261 -#, fuzzy msgid "" "`bpo-21477 `__: htest.py - Improve " "framework, complete set of tests. Patches by Saimadhav Heblikar" msgstr "" -"`Issue #21477 `__: htest.py - Improve " -"framework, complete set of tests. Patches by Saimadhav Heblikar" +"`bpo-21477 `__: htest.py - Improve framework, " +"complete set of tests. Patches by Saimadhav Heblikar" #: ../../../Misc/NEWS:8264 -#, fuzzy msgid "" "`bpo-18104 `__: Add idlelib/idle_test/" "htest.py with a few sample tests to begin consolidating and improving human-" "validated tests of Idle. Change other files as needed to work with htest. " "Running the module as __main__ runs all tests." msgstr "" -"`Issue #18104 `__: Add idlelib/idle_test/" -"htest.py with a few sample tests to begin consolidating and improving human-" +"`bpo-18104 `__: Add idlelib/idle_test/htest." +"py with a few sample tests to begin consolidating and improving human-" "validated tests of Idle. Change other files as needed to work with htest. " "Running the module as __main__ runs all tests." #: ../../../Misc/NEWS:8268 -#, fuzzy msgid "" "`bpo-21139 `__: Change default paragraph " "width to 72, the PEP 8 recommendation." msgstr "" -"`Issue #21139 `__: Change default paragraph " +"`bpo-21139 `__: Change default paragraph " "width to 72, the PEP 8 recommendation." #: ../../../Misc/NEWS:8270 -#, fuzzy msgid "" "`bpo-21284 `__: Paragraph reformat test " "passes after user changes reformat width." msgstr "" -"`Issue #21284 `__: Paragraph reformat test " +"`bpo-21284 `__: Paragraph reformat test " "passes after user changes reformat width." #: ../../../Misc/NEWS:8272 -#, fuzzy msgid "" "`bpo-17654 `__: Ensure IDLE menus are " "customized properly on OS X for non-framework builds and for all variants of " "Tk." msgstr "" -"`Issue #17654 `__: Ensure IDLE menus are " +"`bpo-17654 `__: Ensure IDLE menus are " "customized properly on OS X for non-framework builds and for all variants of " "Tk." #: ../../../Misc/NEWS:8275 -#, fuzzy msgid "" "`bpo-23180 `__: Rename IDLE \"Windows\" " "menu item to \"Window\". Patch by Al Sweigart." msgstr "" -"`Issue #23180 `__: Rename IDLE \"Windows\" " -"menu item to \"Window\". Patch by Al Sweigart." +"`bpo-23180 `__: Rename IDLE \"Windows\" menu " +"item to \"Window\". Patch by Al Sweigart." #: ../../../Misc/NEWS:8281 -#, fuzzy msgid "" "`bpo-15506 `__: Use standard " "PKG_PROG_PKG_CONFIG autoconf macro in the configure script." msgstr "" -"`Issue #15506 `__: Use standard " +"`bpo-15506 `__: Use standard " "PKG_PROG_PKG_CONFIG autoconf macro in the configure script." #: ../../../Misc/NEWS:8284 -#, fuzzy msgid "" "`bpo-22935 `__: Allow the ssl module to " "be compiled if openssl doesn't support SSL 3." msgstr "" -"`Issue #22935 `__: Allow the ssl module to be " +"`bpo-22935 `__: Allow the ssl module to be " "compiled if openssl doesn't support SSL 3." #: ../../../Misc/NEWS:8287 -#, fuzzy msgid "" "`bpo-22592 `__: Drop support of the " "Borland C compiler to build Python. The distutils module still supports it " "to build extensions." msgstr "" -"`Issue #22592 `__: Drop support of the " -"Borland C compiler to build Python. The distutils module still supports it " -"to build extensions." +"`bpo-22592 `__: Drop support of the Borland C " +"compiler to build Python. The distutils module still supports it to build " +"extensions." #: ../../../Misc/NEWS:8290 -#, fuzzy msgid "" "`bpo-22591 `__: Drop support of MS-DOS, " "especially of the DJGPP compiler (MS-DOS port of GCC)." msgstr "" -"`Issue #22591 `__: Drop support of MS-DOS, " +"`bpo-22591 `__: Drop support of MS-DOS, " "especially of the DJGPP compiler (MS-DOS port of GCC)." #: ../../../Misc/NEWS:8293 -#, fuzzy msgid "" "`bpo-16537 `__: Check whether self." "extensions is empty in setup.py. Patch by Jonathan Hosmer." msgstr "" -"`Issue #16537 `__: Check whether self." -"extensions is empty in setup.py. Patch by Jonathan Hosmer." +"`bpo-16537 `__: Check whether self.extensions " +"is empty in setup.py. Patch by Jonathan Hosmer." #: ../../../Misc/NEWS:8296 -#, fuzzy msgid "" "`bpo-22359 `__: Remove incorrect uses of " "recursive make. Patch by Jonas Wagner." msgstr "" -"`Issue #22359 `__: Remove incorrect uses of " +"`bpo-22359 `__: Remove incorrect uses of " "recursive make. Patch by Jonas Wagner." #: ../../../Misc/NEWS:8299 -#, fuzzy msgid "" "`bpo-21958 `__: Define HAVE_ROUND when " "building with Visual Studio 2013 and above. Patch by Zachary Turner." msgstr "" -"`Issue #21958 `__: Define HAVE_ROUND when " +"`bpo-21958 `__: Define HAVE_ROUND when " "building with Visual Studio 2013 and above. Patch by Zachary Turner." #: ../../../Misc/NEWS:8302 -#, fuzzy msgid "" "`bpo-18093 `__: the programs that embed " "the CPython runtime are now in a separate \"Programs\" directory, rather " "than being kept in the Modules directory." msgstr "" -"`Issue #18093 `__: the programs that embed " -"the CPython runtime are now in a separate \"Programs\" directory, rather " -"than being kept in the Modules directory." +"`bpo-18093 `__: the programs that embed the " +"CPython runtime are now in a separate \"Programs\" directory, rather than " +"being kept in the Modules directory." #: ../../../Misc/NEWS:8306 -#, fuzzy msgid "" "`bpo-15759 `__: \"make suspicious\", " "\"make linkcheck\" and \"make doctest\" in Doc/ now display special message " "when and only when there are failures." msgstr "" -"`Issue #15759 `__: \"make suspicious\", " -"\"make linkcheck\" and \"make doctest\" in Doc/ now display special message " -"when and only when there are failures." +"`bpo-15759 `__: \"make suspicious\", \"make " +"linkcheck\" and \"make doctest\" in Doc/ now display special message when " +"and only when there are failures." #: ../../../Misc/NEWS:8309 -#, fuzzy msgid "" "`bpo-21141 `__: The Windows build " "process no longer attempts to find Perl, instead relying on OpenSSL source " @@ -20273,8 +18461,8 @@ msgid "" "OpenSSL sources obtained from svn.python.org will always be pre-configured " "and ready to build." msgstr "" -"`Issue #21141 `__: The Windows build process " -"no longer attempts to find Perl, instead relying on OpenSSL source being " +"`bpo-21141 `__: The Windows build process no " +"longer attempts to find Perl, instead relying on OpenSSL source being " "configured and ready to build. The ``PCbuild\\build_ssl.py`` script has " "been re-written and re-named to ``PCbuild\\prepare_ssl.py``, and takes care " "of configuring OpenSSL source for both 32 and 64 bit platforms. OpenSSL " @@ -20282,339 +18470,304 @@ msgstr "" "to build." #: ../../../Misc/NEWS:8316 -#, fuzzy msgid "" "`bpo-21037 `__: Add a build option to " "enable AddressSanitizer support." msgstr "" -"`Issue #21037 `__: Add a build option to " -"enable AddressSanitizer support." +"`bpo-21037 `__: Add a build option to enable " +"AddressSanitizer support." #: ../../../Misc/NEWS:8318 -#, fuzzy msgid "" "`bpo-19962 `__: The Windows build " "process now creates \"python.bat\" in the root of the source tree, which " "passes all arguments through to the most recently built interpreter." msgstr "" -"`Issue #19962 `__: The Windows build process " -"now creates \"python.bat\" in the root of the source tree, which passes all " +"`bpo-19962 `__: The Windows build process now " +"creates \"python.bat\" in the root of the source tree, which passes all " "arguments through to the most recently built interpreter." #: ../../../Misc/NEWS:8322 -#, fuzzy msgid "" "`bpo-21285 `__: Refactor and fix curses " "configure check to always search in a ncursesw directory." msgstr "" -"`Issue #21285 `__: Refactor and fix curses " +"`bpo-21285 `__: Refactor and fix curses " "configure check to always search in a ncursesw directory." #: ../../../Misc/NEWS:8325 -#, fuzzy msgid "" "`bpo-15234 `__: For BerkelyDB and " "Sqlite, only add the found library and include directories if they aren't " "already being searched. This avoids an explicit runtime library dependency." msgstr "" -"`Issue #15234 `__: For BerkelyDB and Sqlite, " +"`bpo-15234 `__: For BerkelyDB and Sqlite, " "only add the found library and include directories if they aren't already " "being searched. This avoids an explicit runtime library dependency." #: ../../../Misc/NEWS:8329 -#, fuzzy msgid "" "`bpo-17861 `__: Tools/scripts/" "generate_opcode_h.py automatically regenerates Include/opcode.h from Lib/" "opcode.py if the latter gets any change." msgstr "" -"`Issue #17861 `__: Tools/scripts/" +"`bpo-17861 `__: Tools/scripts/" "generate_opcode_h.py automatically regenerates Include/opcode.h from Lib/" "opcode.py if the latter gets any change." #: ../../../Misc/NEWS:8332 -#, fuzzy msgid "" "`bpo-20644 `__: OS X installer build " "support for documentation build changes in 3.4.1: assume externally supplied " "sphinx-build is available in /usr/bin." msgstr "" -"`Issue #20644 `__: OS X installer build " -"support for documentation build changes in 3.4.1: assume externally supplied " -"sphinx-build is available in /usr/bin." +"`bpo-20644 `__: OS X installer build support " +"for documentation build changes in 3.4.1: assume externally supplied sphinx-" +"build is available in /usr/bin." #: ../../../Misc/NEWS:8335 -#, fuzzy msgid "" "`bpo-20022 `__: Eliminate use of " "deprecated bundlebuilder in OS X builds." msgstr "" -"`Issue #20022 `__: Eliminate use of " -"deprecated bundlebuilder in OS X builds." +"`bpo-20022 `__: Eliminate use of deprecated " +"bundlebuilder in OS X builds." #: ../../../Misc/NEWS:8337 -#, fuzzy msgid "" "`bpo-15968 `__: Incorporated Tcl, Tk, " "and Tix builds into the Windows build solution." msgstr "" -"`Issue #15968 `__: Incorporated Tcl, Tk, and " -"Tix builds into the Windows build solution." +"`bpo-15968 `__: Incorporated Tcl, Tk, and Tix " +"builds into the Windows build solution." #: ../../../Misc/NEWS:8340 -#, fuzzy msgid "" "`bpo-17095 `__: Fix Modules/Setup " "*shared* support." msgstr "" -"`Issue #17095 `__: Fix Modules/Setup *shared* " +"`bpo-17095 `__: Fix Modules/Setup *shared* " "support." #: ../../../Misc/NEWS:8342 -#, fuzzy msgid "" "`bpo-21811 `__: Anticipated fixes to " "support OS X versions > 10.9." msgstr "" -"`Issue #21811 `__: Anticipated fixes to " -"support OS X versions > 10.9." +"`bpo-21811 `__: Anticipated fixes to support " +"OS X versions > 10.9." #: ../../../Misc/NEWS:8344 -#, fuzzy msgid "" "`bpo-21166 `__: Prevent possible " "segfaults and other random failures of python --generate-posix-vars in " "pybuilddir.txt build target." msgstr "" -"`Issue #21166 `__: Prevent possible segfaults " +"`bpo-21166 `__: Prevent possible segfaults " "and other random failures of python --generate-posix-vars in pybuilddir.txt " "build target." #: ../../../Misc/NEWS:8347 -#, fuzzy msgid "" "`bpo-18096 `__: Fix library order " "returned by python-config." msgstr "" -"`Issue #18096 `__: Fix library order returned " -"by python-config." +"`bpo-18096 `__: Fix library order returned by " +"python-config." #: ../../../Misc/NEWS:8349 -#, fuzzy msgid "" "`bpo-17219 `__: Add library build dir " "for Python extension cross-builds." msgstr "" -"`Issue #17219 `__: Add library build dir for " +"`bpo-17219 `__: Add library build dir for " "Python extension cross-builds." #: ../../../Misc/NEWS:8351 -#, fuzzy msgid "" "`bpo-22919 `__: Windows build updated to " "support VC 14.0 (Visual Studio 2015), which will be used for the official " "release." msgstr "" -"`Issue #22919 `__: Windows build updated to " +"`bpo-22919 `__: Windows build updated to " "support VC 14.0 (Visual Studio 2015), which will be used for the official " "release." #: ../../../Misc/NEWS:8354 -#, fuzzy msgid "" "`bpo-21236 `__: Build _msi.pyd with " "cabinet.lib instead of fci.lib" msgstr "" -"`Issue #21236 `__: Build _msi.pyd with " -"cabinet.lib instead of fci.lib" +"`bpo-21236 `__: Build _msi.pyd with cabinet." +"lib instead of fci.lib" #: ../../../Misc/NEWS:8356 -#, fuzzy msgid "" "`bpo-17128 `__: Use private version of " "OpenSSL for OS X 10.5+ installer." msgstr "" -"`Issue #17128 `__: Use private version of " +"`bpo-17128 `__: Use private version of " "OpenSSL for OS X 10.5+ installer." #: ../../../Misc/NEWS:8361 -#, fuzzy msgid "" "`bpo-14203 `__: Remove obsolete support " "for view==NULL in PyBuffer_FillInfo(), bytearray_getbuffer(), " "bytesiobuf_getbuffer() and array_buffer_getbuf(). All functions now raise " "BufferError in that case." msgstr "" -"`Issue #14203 `__: Remove obsolete support " -"for view==NULL in PyBuffer_FillInfo(), bytearray_getbuffer(), " +"`bpo-14203 `__: Remove obsolete support for " +"view==NULL in PyBuffer_FillInfo(), bytearray_getbuffer(), " "bytesiobuf_getbuffer() and array_buffer_getbuf(). All functions now raise " "BufferError in that case." #: ../../../Misc/NEWS:8365 -#, fuzzy msgid "" "`bpo-22445 `__: PyBuffer_IsContiguous() " "now implements precise contiguity tests, compatible with NumPy's " "NPY_RELAXED_STRIDES_CHECKING compilation flag. Previously the function " "reported false negatives for corner cases." msgstr "" -"`Issue #22445 `__: PyBuffer_IsContiguous() " -"now implements precise contiguity tests, compatible with NumPy's " +"`bpo-22445 `__: PyBuffer_IsContiguous() now " +"implements precise contiguity tests, compatible with NumPy's " "NPY_RELAXED_STRIDES_CHECKING compilation flag. Previously the function " "reported false negatives for corner cases." #: ../../../Misc/NEWS:8369 -#, fuzzy msgid "" "`bpo-22079 `__: PyType_Ready() now " "checks that statically allocated type has no dynamically allocated bases." msgstr "" -"`Issue #22079 `__: PyType_Ready() now checks " +"`bpo-22079 `__: PyType_Ready() now checks " "that statically allocated type has no dynamically allocated bases." #: ../../../Misc/NEWS:8372 -#, fuzzy msgid "" "`bpo-22453 `__: Removed non-documented " "macro PyObject_REPR()." msgstr "" -"`Issue #22453 `__: Removed non-documented " -"macro PyObject_REPR()." +"`bpo-22453 `__: Removed non-documented macro " +"PyObject_REPR()." #: ../../../Misc/NEWS:8374 -#, fuzzy msgid "" "`bpo-18395 `__: Rename " "``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename " "``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document these " "functions." msgstr "" -"`Issue #18395 `__: Rename " -"``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename " -"``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document these " -"functions." +"`bpo-18395 `__: Rename ``_Py_char2wchar()`` " +"to :c:func:`Py_DecodeLocale`, rename ``_Py_wchar2char()`` to :c:func:" +"`Py_EncodeLocale`, and document these functions." #: ../../../Misc/NEWS:8378 -#, fuzzy msgid "" "`bpo-21233 `__: Add new C functions: " "PyMem_RawCalloc(), PyMem_Calloc(), PyObject_Calloc(), _PyObject_GC_Calloc(). " "bytes(int) is now using ``calloc()`` instead of ``malloc()`` for large " "objects which is faster and use less memory." msgstr "" -"`Issue #21233 `__: Add new C functions: " +"`bpo-21233 `__: Add new C functions: " "PyMem_RawCalloc(), PyMem_Calloc(), PyObject_Calloc(), _PyObject_GC_Calloc(). " "bytes(int) is now using ``calloc()`` instead of ``malloc()`` for large " "objects which is faster and use less memory." #: ../../../Misc/NEWS:8383 -#, fuzzy msgid "" "`bpo-20942 `__: " "PyImport_ImportFrozenModuleObject() no longer sets __file__ to match what " "importlib does; this affects _frozen_importlib as well as any module loaded " "using imp.init_frozen()." msgstr "" -"`Issue #20942 `__: " +"`bpo-20942 `__: " "PyImport_ImportFrozenModuleObject() no longer sets __file__ to match what " "importlib does; this affects _frozen_importlib as well as any module loaded " "using imp.init_frozen()." #: ../../../Misc/NEWS:8390 -#, fuzzy msgid "" "`bpo-19548 `__: Update the codecs module " "documentation to better cover the distinction between text encodings and " "other codecs, together with other clarifications. Patch by Martin Panter." msgstr "" -"`Issue #19548 `__: Update the codecs module " +"`bpo-19548 `__: Update the codecs module " "documentation to better cover the distinction between text encodings and " "other codecs, together with other clarifications. Patch by Martin Panter." #: ../../../Misc/NEWS:8394 -#, fuzzy msgid "" "`bpo-22394 `__: Doc/Makefile now " "supports ``make venv PYTHON=../python`` to create a venv for generating the " "documentation, e.g., ``make html PYTHON=venv/bin/python3``." msgstr "" -"`Issue #22394 `__: Doc/Makefile now supports " +"`bpo-22394 `__: Doc/Makefile now supports " "``make venv PYTHON=../python`` to create a venv for generating the " "documentation, e.g., ``make html PYTHON=venv/bin/python3``." #: ../../../Misc/NEWS:8398 -#, fuzzy msgid "" "`bpo-21514 `__: The documentation of the " "json module now refers to new JSON RFC 7159 instead of obsoleted RFC 4627." msgstr "" -"`Issue #21514 `__: The documentation of the " -"json module now refers to new JSON RFC 7159 instead of obsoleted RFC 4627." +"`bpo-21514 `__: The documentation of the json " +"module now refers to new JSON RFC 7159 instead of obsoleted RFC 4627." #: ../../../Misc/NEWS:8401 -#, fuzzy msgid "" "`bpo-21777 `__: The binary sequence " "methods on bytes and bytearray are now documented explicitly, rather than " "assuming users will be able to derive the expected behaviour from the " "behaviour of the corresponding str methods." msgstr "" -"`Issue #21777 `__: The binary sequence " -"methods on bytes and bytearray are now documented explicitly, rather than " -"assuming users will be able to derive the expected behaviour from the " -"behaviour of the corresponding str methods." +"`bpo-21777 `__: The binary sequence methods " +"on bytes and bytearray are now documented explicitly, rather than assuming " +"users will be able to derive the expected behaviour from the behaviour of " +"the corresponding str methods." #: ../../../Misc/NEWS:8405 -#, fuzzy msgid "" "`bpo-6916 `__: undocument deprecated " "asynchat.fifo class." msgstr "" -"`Issue #6916 `__: undocument deprecated " -"asynchat.fifo class." +"`bpo-6916 `__: undocument deprecated asynchat." +"fifo class." #: ../../../Misc/NEWS:8407 -#, fuzzy msgid "" "`bpo-17386 `__: Expanded functionality " "of the ``Doc/make.bat`` script to make it much more comparable to ``Doc/" "Makefile``." msgstr "" -"`Issue #17386 `__: Expanded functionality of " -"the ``Doc/make.bat`` script to make it much more comparable to ``Doc/" -"Makefile``." +"`bpo-17386 `__: Expanded functionality of the " +"``Doc/make.bat`` script to make it much more comparable to ``Doc/Makefile``." #: ../../../Misc/NEWS:8410 -#, fuzzy msgid "" "`bpo-21312 `__: Update the thread_foobar." "h template file to include newer threading APIs. Patch by Jack McCracken." msgstr "" -"`Issue #21312 `__: Update the thread_foobar.h " +"`bpo-21312 `__: Update the thread_foobar.h " "template file to include newer threading APIs. Patch by Jack McCracken." #: ../../../Misc/NEWS:8413 -#, fuzzy msgid "" "`bpo-21043 `__: Remove the " "recommendation for specific CA organizations and to mention the ability to " "load the OS certificates." msgstr "" -"`Issue #21043 `__: Remove the recommendation " -"for specific CA organizations and to mention the ability to load the OS " +"`bpo-21043 `__: Remove the recommendation for " +"specific CA organizations and to mention the ability to load the OS " "certificates." #: ../../../Misc/NEWS:8416 -#, fuzzy msgid "" "`bpo-20765 `__: Add missing " "documentation for PurePath.with_name() and PurePath.with_suffix()." msgstr "" -"`Issue #20765 `__: Add missing documentation " -"for PurePath.with_name() and PurePath.with_suffix()." +"`bpo-20765 `__: Add missing documentation for " +"PurePath.with_name() and PurePath.with_suffix()." #: ../../../Misc/NEWS:8419 -#, fuzzy msgid "" "`bpo-19407 `__: New package installation " "and distribution guides based on the Python Packaging Authority tools. " @@ -20622,475 +18775,426 @@ msgid "" "as they still contain some required reference material for tool developers " "that isn't recorded anywhere else." msgstr "" -"`Issue #19407 `__: New package installation " -"and distribution guides based on the Python Packaging Authority tools. " -"Existing guides have been retained as legacy links from the distutils docs, " -"as they still contain some required reference material for tool developers " -"that isn't recorded anywhere else." +"`bpo-19407 `__: New package installation and " +"distribution guides based on the Python Packaging Authority tools. Existing " +"guides have been retained as legacy links from the distutils docs, as they " +"still contain some required reference material for tool developers that " +"isn't recorded anywhere else." #: ../../../Misc/NEWS:8425 -#, fuzzy msgid "" "`bpo-19697 `__: Document cases where " "__main__.__spec__ is None." msgstr "" -"`Issue #19697 `__: Document cases where " -"__main__.__spec__ is None." +"`bpo-19697 `__: Document cases where __main__." +"__spec__ is None." #: ../../../Misc/NEWS:8430 -#, fuzzy msgid "" "`bpo-18982 `__: Add tests for CLI of the " "calendar module." msgstr "" -"`Issue #18982 `__: Add tests for CLI of the " +"`bpo-18982 `__: Add tests for CLI of the " "calendar module." #: ../../../Misc/NEWS:8432 -#, fuzzy msgid "" "`bpo-19548 `__: Added some additional " "checks to test_codecs to ensure that statements in the updated documentation " "remain accurate. Patch by Martin Panter." msgstr "" -"`Issue #19548 `__: Added some additional " -"checks to test_codecs to ensure that statements in the updated documentation " -"remain accurate. Patch by Martin Panter." +"`bpo-19548 `__: Added some additional checks " +"to test_codecs to ensure that statements in the updated documentation remain " +"accurate. Patch by Martin Panter." #: ../../../Misc/NEWS:8436 -#, fuzzy msgid "" "`bpo-22838 `__: All test_re tests now " "work with unittest test discovery." msgstr "" -"`Issue #22838 `__: All test_re tests now work " +"`bpo-22838 `__: All test_re tests now work " "with unittest test discovery." #: ../../../Misc/NEWS:8438 -#, fuzzy msgid "" "`bpo-22173 `__: Update lib2to3 tests to " "use unittest test discovery." msgstr "" -"`Issue #22173 `__: Update lib2to3 tests to " -"use unittest test discovery." +"`bpo-22173 `__: Update lib2to3 tests to use " +"unittest test discovery." #: ../../../Misc/NEWS:8440 -#, fuzzy msgid "" "`bpo-16000 `__: Convert test_curses to " "use unittest." msgstr "" -"`Issue #16000 `__: Convert test_curses to use " +"`bpo-16000 `__: Convert test_curses to use " "unittest." #: ../../../Misc/NEWS:8442 -#, fuzzy msgid "" "`bpo-21456 `__: Skip two tests in " "test_urllib2net.py if _ssl module not present. Patch by Remi Pointel." msgstr "" -"`Issue #21456 `__: Skip two tests in " +"`bpo-21456 `__: Skip two tests in " "test_urllib2net.py if _ssl module not present. Patch by Remi Pointel." #: ../../../Misc/NEWS:8445 -#, fuzzy msgid "" "`bpo-20746 `__: Fix test_pdb to run in " "refleak mode (-R). Patch by Xavier de Gaye." msgstr "" -"`Issue #20746 `__: Fix test_pdb to run in " +"`bpo-20746 `__: Fix test_pdb to run in " "refleak mode (-R). Patch by Xavier de Gaye." #: ../../../Misc/NEWS:8448 -#, fuzzy msgid "" "`bpo-22060 `__: test_ctypes has been " "somewhat cleaned up and simplified; it now uses unittest test discovery to " "find its tests." msgstr "" -"`Issue #22060 `__: test_ctypes has been " -"somewhat cleaned up and simplified; it now uses unittest test discovery to " -"find its tests." +"`bpo-22060 `__: test_ctypes has been somewhat " +"cleaned up and simplified; it now uses unittest test discovery to find its " +"tests." #: ../../../Misc/NEWS:8451 -#, fuzzy msgid "" "`bpo-22104 `__: regrtest.py no longer " "holds a reference to the suite of tests loaded from test modules that don't " "define test_main()." msgstr "" -"`Issue #22104 `__: regrtest.py no longer " -"holds a reference to the suite of tests loaded from test modules that don't " -"define test_main()." +"`bpo-22104 `__: regrtest.py no longer holds a " +"reference to the suite of tests loaded from test modules that don't define " +"test_main()." #: ../../../Misc/NEWS:8454 -#, fuzzy msgid "" "`bpo-22111 `__: Assorted cleanups in " "test_imaplib. Patch by Milan Oberkirch." msgstr "" -"`Issue #22111 `__: Assorted cleanups in " +"`bpo-22111 `__: Assorted cleanups in " "test_imaplib. Patch by Milan Oberkirch." #: ../../../Misc/NEWS:8456 -#, fuzzy msgid "" "`bpo-22002 `__: Added " "``load_package_tests`` function to test.support and used it to implement/" "augment test discovery in test_asyncio, test_email, test_importlib, " "test_json, and test_tools." msgstr "" -"`Issue #22002 `__: Added " -"``load_package_tests`` function to test.support and used it to implement/" -"augment test discovery in test_asyncio, test_email, test_importlib, " -"test_json, and test_tools." +"`bpo-22002 `__: Added ``load_package_tests`` " +"function to test.support and used it to implement/augment test discovery in " +"test_asyncio, test_email, test_importlib, test_json, and test_tools." #: ../../../Misc/NEWS:8460 -#, fuzzy msgid "" "`bpo-21976 `__: Fix test_ssl to accept " "LibreSSL version strings. Thanks to William Orr." msgstr "" -"`Issue #21976 `__: Fix test_ssl to accept " +"`bpo-21976 `__: Fix test_ssl to accept " "LibreSSL version strings. Thanks to William Orr." #: ../../../Misc/NEWS:8463 -#, fuzzy msgid "" "`bpo-21918 `__: Converted test_tools " "from a module to a package containing separate test files for each tested " "script." msgstr "" -"`Issue #21918 `__: Converted test_tools from " -"a module to a package containing separate test files for each tested script." +"`bpo-21918 `__: Converted test_tools from a " +"module to a package containing separate test files for each tested script." #: ../../../Misc/NEWS:8466 -#, fuzzy msgid "" "`bpo-9554 `__: Use modern unittest " "features in test_argparse. Initial patch by Denver Coneybeare and Radu " "Voicilas." msgstr "" -"`Issue #9554 `__: Use modern unittest features " -"in test_argparse. Initial patch by Denver Coneybeare and Radu Voicilas." +"`bpo-9554 `__: Use modern unittest features in " +"test_argparse. Initial patch by Denver Coneybeare and Radu Voicilas." #: ../../../Misc/NEWS:8469 -#, fuzzy msgid "" "`bpo-20155 `__: Changed HTTP method " "names in failing tests in test_httpservers so that packet filtering software " "(specifically Windows Base Filtering Engine) does not interfere with the " "transaction semantics expected by the tests." msgstr "" -"`Issue #20155 `__: Changed HTTP method names " -"in failing tests in test_httpservers so that packet filtering software " +"`bpo-20155 `__: Changed HTTP method names in " +"failing tests in test_httpservers so that packet filtering software " "(specifically Windows Base Filtering Engine) does not interfere with the " "transaction semantics expected by the tests." #: ../../../Misc/NEWS:8473 -#, fuzzy msgid "" "`bpo-19493 `__: Refactored the ctypes " "test package to skip tests explicitly rather than silently." msgstr "" -"`Issue #19493 `__: Refactored the ctypes test " +"`bpo-19493 `__: Refactored the ctypes test " "package to skip tests explicitly rather than silently." #: ../../../Misc/NEWS:8476 -#, fuzzy msgid "" "`bpo-18492 `__: All resources are now " "allowed when tests are not run by regrtest.py." msgstr "" -"`Issue #18492 `__: All resources are now " -"allowed when tests are not run by regrtest.py." +"`bpo-18492 `__: All resources are now allowed " +"when tests are not run by regrtest.py." #: ../../../Misc/NEWS:8479 -#, fuzzy msgid "" "`bpo-21634 `__: Fix pystone micro-" "benchmark: use floor division instead of true division to benchmark integers " "instead of floating point numbers. Set pystone version to 1.2. Patch written " "by Lennart Regebro." msgstr "" -"`Issue #21634 `__: Fix pystone micro-" -"benchmark: use floor division instead of true division to benchmark integers " -"instead of floating point numbers. Set pystone version to 1.2. Patch written " -"by Lennart Regebro." +"`bpo-21634 `__: Fix pystone micro-benchmark: " +"use floor division instead of true division to benchmark integers instead of " +"floating point numbers. Set pystone version to 1.2. Patch written by Lennart " +"Regebro." #: ../../../Misc/NEWS:8483 -#, fuzzy msgid "" "`bpo-21605 `__: Added tests for Tkinter " "images." msgstr "" -"`Issue #21605 `__: Added tests for Tkinter " +"`bpo-21605 `__: Added tests for Tkinter " "images." #: ../../../Misc/NEWS:8485 -#, fuzzy msgid "" "`bpo-21493 `__: Added test for ntpath." "expanduser(). Original patch by Claudiu Popa." msgstr "" -"`Issue #21493 `__: Added test for ntpath." +"`bpo-21493 `__: Added test for ntpath." "expanduser(). Original patch by Claudiu Popa." #: ../../../Misc/NEWS:8488 -#, fuzzy msgid "" "`bpo-19925 `__: Added tests for the spwd " "module. Original patch by Vajrasky Kok." msgstr "" -"`Issue #19925 `__: Added tests for the spwd " +"`bpo-19925 `__: Added tests for the spwd " "module. Original patch by Vajrasky Kok." #: ../../../Misc/NEWS:8490 -#, fuzzy msgid "" "`bpo-21522 `__: Added Tkinter tests for " "Listbox.itemconfigure(), PanedWindow.paneconfigure(), and Menu." "entryconfigure()." msgstr "" -"`Issue #21522 `__: Added Tkinter tests for " +"`bpo-21522 `__: Added Tkinter tests for " "Listbox.itemconfigure(), PanedWindow.paneconfigure(), and Menu." "entryconfigure()." #: ../../../Misc/NEWS:8493 -#, fuzzy msgid "" "`bpo-17756 `__: Fix test_code test when " "run from the installed location." msgstr "" -"`Issue #17756 `__: Fix test_code test when " -"run from the installed location." +"`bpo-17756 `__: Fix test_code test when run " +"from the installed location." #: ../../../Misc/NEWS:8495 -#, fuzzy msgid "" "`bpo-17752 `__: Fix distutils tests when " "run from the installed location." msgstr "" -"`Issue #17752 `__: Fix distutils tests when " -"run from the installed location." +"`bpo-17752 `__: Fix distutils tests when run " +"from the installed location." #: ../../../Misc/NEWS:8497 -#, fuzzy msgid "" "`bpo-18604 `__: Consolidated checks for " "GUI availability. All platforms now at least check whether Tk can be " "instantiated when the GUI resource is requested." msgstr "" -"`Issue #18604 `__: Consolidated checks for " -"GUI availability. All platforms now at least check whether Tk can be " +"`bpo-18604 `__: Consolidated checks for GUI " +"availability. All platforms now at least check whether Tk can be " "instantiated when the GUI resource is requested." #: ../../../Misc/NEWS:8501 -#, fuzzy msgid "" "`bpo-21275 `__: Fix a socket test on " "KFreeBSD." msgstr "" -"`Issue #21275 `__: Fix a socket test on " -"KFreeBSD." +"`bpo-21275 `__: Fix a socket test on KFreeBSD." #: ../../../Misc/NEWS:8503 -#, fuzzy msgid "" "`bpo-21223 `__: Pass test_site/" "test_startup_imports when some of the extensions are built as builtins." msgstr "" -"`Issue #21223 `__: Pass test_site/" +"`bpo-21223 `__: Pass test_site/" "test_startup_imports when some of the extensions are built as builtins." #: ../../../Misc/NEWS:8506 -#, fuzzy msgid "" "`bpo-20635 `__: Added tests for Tk " "geometry managers." msgstr "" -"`Issue #20635 `__: Added tests for Tk " -"geometry managers." +"`bpo-20635 `__: Added tests for Tk geometry " +"managers." #: ../../../Misc/NEWS:8508 msgid "Add test case for freeze." msgstr "Ajoute un test pour *freeze*." #: ../../../Misc/NEWS:8510 -#, fuzzy msgid "" "`bpo-20743 `__: Fix a reference leak in " "test_tcl." msgstr "" -"`Issue #20743 `__: Fix a reference leak in " +"`bpo-20743 `__: Fix a reference leak in " "test_tcl." #: ../../../Misc/NEWS:8512 -#, fuzzy msgid "" "`bpo-21097 `__: Move test_namespace_pkgs " "into test_importlib." msgstr "" -"`Issue #21097 `__: Move test_namespace_pkgs " -"into test_importlib." +"`bpo-21097 `__: Move test_namespace_pkgs into " +"test_importlib." #: ../../../Misc/NEWS:8514 -#, fuzzy msgid "" "`bpo-21503 `__: Use test_both() " "consistently in test_importlib." msgstr "" -"`Issue #21503 `__: Use test_both() " -"consistently in test_importlib." +"`bpo-21503 `__: Use test_both() consistently " +"in test_importlib." #: ../../../Misc/NEWS:8516 -#, fuzzy msgid "" "`bpo-20939 `__: Avoid various network " "test failures due to new redirect of http://www.python.org/ to https://www." "python.org: use http://www.example.com instead." msgstr "" -"`Issue #20939 `__: Avoid various network test " +"`bpo-20939 `__: Avoid various network test " "failures due to new redirect of http://www.python.org/ to https://www.python." "org: use http://www.example.com instead." #: ../../../Misc/NEWS:8520 -#, fuzzy msgid "" "`bpo-20668 `__: asyncio tests no longer " "rely on tests.txt file. (Patch by Vajrasky Kok)" msgstr "" -"`Issue #20668 `__: asyncio tests no longer " -"rely on tests.txt file. (Patch by Vajrasky Kok)" +"`bpo-20668 `__: asyncio tests no longer rely " +"on tests.txt file. (Patch by Vajrasky Kok)" #: ../../../Misc/NEWS:8523 -#, fuzzy msgid "" "`bpo-21093 `__: Prevent failures of " "ctypes test_macholib on OS X if a copy of libz exists in $HOME/lib or /usr/" "local/lib." msgstr "" -"`Issue #21093 `__: Prevent failures of ctypes " +"`bpo-21093 `__: Prevent failures of ctypes " "test_macholib on OS X if a copy of libz exists in $HOME/lib or /usr/local/" "lib." #: ../../../Misc/NEWS:8526 -#, fuzzy msgid "" "`bpo-22770 `__: Prevent some Tk " "segfaults on OS X when running gui tests." msgstr "" -"`Issue #22770 `__: Prevent some Tk segfaults " -"on OS X when running gui tests." +"`bpo-22770 `__: Prevent some Tk segfaults on " +"OS X when running gui tests." #: ../../../Misc/NEWS:8528 -#, fuzzy msgid "" "`bpo-23211 `__: Workaround test_logging " "failure on some OS X 10.6 systems." msgstr "" -"`Issue #23211 `__: Workaround test_logging " +"`bpo-23211 `__: Workaround test_logging " "failure on some OS X 10.6 systems." #: ../../../Misc/NEWS:8530 -#, fuzzy msgid "" "`bpo-23345 `__: Prevent test_ssl " "failures with large OpenSSL patch level values (like 0.9.8zc)." msgstr "" -"`Issue #23345 `__: Prevent test_ssl failures " +"`bpo-23345 `__: Prevent test_ssl failures " "with large OpenSSL patch level values (like 0.9.8zc)." #: ../../../Misc/NEWS:8536 -#, fuzzy msgid "" "`bpo-22314 `__: pydoc now works when the " "LINES environment variable is set." msgstr "" -"`Issue #22314 `__: pydoc now works when the " +"`bpo-22314 `__: pydoc now works when the " "LINES environment variable is set." #: ../../../Misc/NEWS:8538 -#, fuzzy msgid "" "`bpo-22615 `__: Argument Clinic now " "supports the \"type\" argument for the int converter. This permits using " "the int converter with enums and typedefs." msgstr "" -"`Issue #22615 `__: Argument Clinic now " -"supports the \"type\" argument for the int converter. This permits using " -"the int converter with enums and typedefs." +"`bpo-22615 `__: Argument Clinic now supports " +"the \"type\" argument for the int converter. This permits using the int " +"converter with enums and typedefs." #: ../../../Misc/NEWS:8542 -#, fuzzy msgid "" "`bpo-20076 `__: The makelocalealias.py " "script no longer ignores UTF-8 mapping." msgstr "" -"`Issue #20076 `__: The makelocalealias.py " -"script no longer ignores UTF-8 mapping." +"`bpo-20076 `__: The makelocalealias.py script " +"no longer ignores UTF-8 mapping." #: ../../../Misc/NEWS:8544 -#, fuzzy msgid "" "`bpo-20079 `__: The makelocalealias.py " "script now can parse the SUPPORTED file from glibc sources and supports " "command line options for source paths." msgstr "" -"`Issue #20079 `__: The makelocalealias.py " -"script now can parse the SUPPORTED file from glibc sources and supports " -"command line options for source paths." +"`bpo-20079 `__: The makelocalealias.py script " +"now can parse the SUPPORTED file from glibc sources and supports command " +"line options for source paths." #: ../../../Misc/NEWS:8547 -#, fuzzy msgid "" "`bpo-22201 `__: Command-line interface " "of the zipfile module now correctly extracts ZIP files with directory " "entries. Patch by Ryan Wilson." msgstr "" -"`Issue #22201 `__: Command-line interface of " -"the zipfile module now correctly extracts ZIP files with directory entries. " +"`bpo-22201 `__: Command-line interface of the " +"zipfile module now correctly extracts ZIP files with directory entries. " "Patch by Ryan Wilson." #: ../../../Misc/NEWS:8550 -#, fuzzy msgid "" "`bpo-22120 `__: For functions using an " "unsigned integer return converter, Argument Clinic now generates a cast to " "that type for the comparison to -1 in the generated code. (This suppresses " "a compilation warning.)" msgstr "" -"`Issue #22120 `__: For functions using an " +"`bpo-22120 `__: For functions using an " "unsigned integer return converter, Argument Clinic now generates a cast to " "that type for the comparison to -1 in the generated code. (This suppresses " "a compilation warning.)" #: ../../../Misc/NEWS:8554 -#, fuzzy msgid "" "`bpo-18974 `__: Tools/scripts/diff.py " "now uses argparse instead of optparse." msgstr "" -"`Issue #18974 `__: Tools/scripts/diff.py now " +"`bpo-18974 `__: Tools/scripts/diff.py now " "uses argparse instead of optparse." #: ../../../Misc/NEWS:8556 -#, fuzzy msgid "" "`bpo-21906 `__: Make Tools/scripts/" "md5sum.py work in Python 3. Patch by Zachary Ware." msgstr "" -"`Issue #21906 `__: Make Tools/scripts/md5sum." -"py work in Python 3. Patch by Zachary Ware." +"`bpo-21906 `__: Make Tools/scripts/md5sum.py " +"work in Python 3. Patch by Zachary Ware." #: ../../../Misc/NEWS:8559 -#, fuzzy msgid "" "`bpo-21629 `__: Fix Argument Clinic's " "\"--converters\" feature." msgstr "" -"`Issue #21629 `__: Fix Argument Clinic's \"--" +"`bpo-21629 `__: Fix Argument Clinic's \"--" "converters\" feature." #: ../../../Misc/NEWS:8561 @@ -21102,40 +19206,36 @@ msgid "Add support for the PEP 465 matrix multiplication operator to 2to3." msgstr "" #: ../../../Misc/NEWS:8565 -#, fuzzy msgid "" "`bpo-16047 `__: Fix module exception " "list and __file__ handling in freeze. Patch by Meador Inge." msgstr "" -"`Issue #16047 `__: Fix module exception list " -"and __file__ handling in freeze. Patch by Meador Inge." +"`bpo-16047 `__: Fix module exception list and " +"__file__ handling in freeze. Patch by Meador Inge." #: ../../../Misc/NEWS:8568 -#, fuzzy msgid "" "`bpo-11824 `__: Consider ABI tags in " "freeze. Patch by Meador Inge." msgstr "" -"`Issue #11824 `__: Consider ABI tags in " -"freeze. Patch by Meador Inge." +"`bpo-11824 `__: Consider ABI tags in freeze. " +"Patch by Meador Inge." #: ../../../Misc/NEWS:8570 -#, fuzzy msgid "" "`bpo-20535 `__: PYTHONWARNING no longer " "affects the run_tests.py script. Patch by Arfrever Frehtes Taifersar " "Arahesis." msgstr "" -"`Issue #20535 `__: PYTHONWARNING no longer " +"`bpo-20535 `__: PYTHONWARNING no longer " "affects the run_tests.py script. Patch by Arfrever Frehtes Taifersar " "Arahesis." #: ../../../Misc/NEWS:8576 -#, fuzzy msgid "" "`bpo-23260 `__: Update Windows installer" msgstr "" -"`Issue #23260 `__: Update Windows installer" +"`bpo-23260 `__: Update Windows installer" #: ../../../Misc/NEWS:8578 msgid "" @@ -21146,61 +19246,55 @@ msgid "" msgstr "" #: ../../../Misc/NEWS:8583 -#, fuzzy msgid "" "`bpo-17896 `__: The Windows build " "scripts now expect external library sources to be in ``PCbuild\\.." "\\externals`` rather than ``PCbuild\\..\\..``." msgstr "" -"`Issue #17896 `__: The Windows build scripts " -"now expect external library sources to be in ``PCbuild\\..\\externals`` " -"rather than ``PCbuild\\..\\..``." +"`bpo-17896 `__: The Windows build scripts now " +"expect external library sources to be in ``PCbuild\\..\\externals`` rather " +"than ``PCbuild\\..\\..``." #: ../../../Misc/NEWS:8586 -#, fuzzy msgid "" "`bpo-17717 `__: The Windows build " "scripts now use a copy of NASM pulled from svn.python.org to build OpenSSL." msgstr "" -"`Issue #17717 `__: The Windows build scripts " -"now use a copy of NASM pulled from svn.python.org to build OpenSSL." +"`bpo-17717 `__: The Windows build scripts now " +"use a copy of NASM pulled from svn.python.org to build OpenSSL." #: ../../../Misc/NEWS:8589 -#, fuzzy msgid "" "`bpo-21907 `__: Improved the batch " "scripts provided for building Python." msgstr "" -"`Issue #21907 `__: Improved the batch scripts " +"`bpo-21907 `__: Improved the batch scripts " "provided for building Python." #: ../../../Misc/NEWS:8591 -#, fuzzy msgid "" "`bpo-22644 `__: The bundled version of " "OpenSSL has been updated to 1.0.1j." msgstr "" -"`Issue #22644 `__: The bundled version of " +"`bpo-22644 `__: The bundled version of " "OpenSSL has been updated to 1.0.1j." #: ../../../Misc/NEWS:8593 -#, fuzzy msgid "" "`bpo-10747 `__: Use versioned labels in " "the Windows start menu. Patch by Olive Kilburn." msgstr "" -"`Issue #10747 `__: Use versioned labels in " -"the Windows start menu. Patch by Olive Kilburn." +"`bpo-10747 `__: Use versioned labels in the " +"Windows start menu. Patch by Olive Kilburn." #: ../../../Misc/NEWS:8596 -#, fuzzy msgid "" "`bpo-22980 `__: .pyd files with a " "version and platform tag (for example, \".cp35-win32.pyd\") will now be " "loaded in preference to those without tags." msgstr "" -"`Issue #22980 `__: .pyd files with a version " -"and platform tag (for example, \".cp35-win32.pyd\") will now be loaded in " +"`bpo-22980 `__: .pyd files with a version and " +"platform tag (for example, \".cp35-win32.pyd\") will now be loaded in " "preference to those without tags." #: ../../../Misc/NEWS:8600