diff options
author | Christian Heimes <christian@cheimes.de> | 2013-08-10 14:38:23 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-08-10 14:38:23 (GMT) |
commit | c7c953adfe9914896442c424b2b073f7c8a863b0 (patch) | |
tree | 75b44792a39ad2a77ebbf6847af627596dad7aec /Misc | |
parent | ad73a9cf97770023665a1bb1c6390a3c99478139 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |