diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-01 09:50:07 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-01 09:50:07 (GMT) |
commit | 22a309a43458eab762c0d0cf508ff6807fc9b980 (patch) | |
tree | aa14c89df35108d8ba5c22f254e739687816c664 /Misc | |
parent | 720b8c9dd7e0d8f7e9a879cb3a2669db9eb506e1 (diff) | |
download | cpython-22a309a43458eab762c0d0cf508ff6807fc9b980.zip cpython-22a309a43458eab762c0d0cf508ff6807fc9b980.tar.gz cpython-22a309a43458eab762c0d0cf508ff6807fc9b980.tar.bz2 |
Issue #21032: Deprecated the use of re.LOCALE flag with str patterns or
re.ASCII. It was newer worked.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -191,6 +191,9 @@ Core and Builtins Library ------- +- Issue #21032: Deprecated the use of re.LOCALE flag with str patterns or + re.ASCII. It was newer worked. + - Issue #22902: The "ip" command is now used on Linux to determine MAC address in uuid.getnode(). Pach by Bruno Cauet. |