summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-12-01 09:50:07 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-12-01 09:50:07 (GMT)
commit22a309a43458eab762c0d0cf508ff6807fc9b980 (patch)
treeaa14c89df35108d8ba5c22f254e739687816c664 /Misc
parent720b8c9dd7e0d8f7e9a879cb3a2669db9eb506e1 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d3a02a6..faac092 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.