summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-08-10 14:38:23 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-08-10 14:38:23 (GMT)
commitc7c953adfe9914896442c424b2b073f7c8a863b0 (patch)
tree75b44792a39ad2a77ebbf6847af627596dad7aec /Misc
parentad73a9cf97770023665a1bb1c6390a3c99478139 (diff)
downloadcpython-c7c953adfe9914896442c424b2b073f7c8a863b0.zip
cpython-c7c953adfe9914896442c424b2b073f7c8a863b0.tar.gz
cpython-c7c953adfe9914896442c424b2b073f7c8a863b0.tar.bz2
typo, changeset dd0d751cc7f1 belongs to issue #16499 not issue #16400
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e7efb03..f2135c8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,7 +10,7 @@ Projected Release date: 2013-09-08
Core and Builtins
-----------------
-- Issue #16400: Add command line option for isolated mode.
+- Issue #16499: Add command line option for isolated mode.
- Issue #15301: Parsing fd, uid, and gid parameters for builtins
in Modules/posixmodule.c is now far more robust.