summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-08-20 12:01:05 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-08-20 12:01:05 (GMT)
commit4cf6604b8292b1b61fb2e7f101c4c375052e50c5 (patch)
tree8587d2b53db24071b9fe1cb6693e7845977c4768 /Misc
parente1043fc23003426334e2e4f71ca92c8e92c81b98 (diff)
downloadcpython-4cf6604b8292b1b61fb2e7f101c4c375052e50c5.zip
cpython-4cf6604b8292b1b61fb2e7f101c4c375052e50c5.tar.gz
cpython-4cf6604b8292b1b61fb2e7f101c4c375052e50c5.tar.bz2
Issue #12326: sys.platform is now always 'linux2' on Linux
Even if Python is compiled on Linux 3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fe85823..48ef326 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,10 @@ What's New in Python 3.2.2?
Core and Builtins
-----------------
+- Issue #12326: sys.platform is now always 'linux2' on Linux, even if Python
+ is compiled on Linux 3.
+
+
Library
-------