From: Christian Heimes Date: Sat, 10 Aug 2013 14:38:23 +0000 (+0200) Subject: typo, changeset dd0d751cc7f1 belongs to issue #16499 not issue #16400 X-Git-Tag: v3.4.0a2~268 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7c953adfe9914896442c424b2b073f7c8a863b0;p=python typo, changeset dd0d751cc7f1 belongs to issue #16499 not issue #16400 --- diff --git a/Misc/NEWS b/Misc/NEWS index e7efb03658..f2135c8a20 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.