diff options
author | Tal Einat <taleinat@gmail.com> | 2014-07-16 13:41:14 (GMT) |
---|---|---|
committer | Tal Einat <taleinat@gmail.com> | 2014-07-16 13:41:14 (GMT) |
commit | 2e4394ee0d703d98ff49998609b819278f3d0b97 (patch) | |
tree | b90a01ed5ca864f8c5ed254955d07263508bc5cf /Misc | |
parent | b5cace898074731428b98ea6ec133e204ece4cd2 (diff) | |
parent | 9b7f9e6c5a4f0d31333b7f10fac0c6c92b8e53bc (diff) | |
download | cpython-2e4394ee0d703d98ff49998609b819278f3d0b97.zip cpython-2e4394ee0d703d98ff49998609b819278f3d0b97.tar.gz cpython-2e4394ee0d703d98ff49998609b819278f3d0b97.tar.bz2 |
Issue #21765: Add support for non-ascii identifiers to HyperParser
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -264,6 +264,8 @@ Library - Issue #21455: Add a default backlog to socket.listen(). - Issue #21525: Most Tkinter methods which accepted tuples now accept lists too. +- Issue #21765: Add support for non-ascii identifiers to HyperParser. + - Issue #10744: Fix PEP 3118 format strings on ctypes objects with a nontrivial shape. |