From: Andrew M. Kuchling Date: Tue, 12 Oct 2004 15:32:10 +0000 (+0000) Subject: Fix PEP number X-Git-Tag: v2.4b1~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=518d393e0ecc88ec884565e0601e174bc7094c9c;p=python Fix PEP number --- diff --git a/Misc/NEWS b/Misc/NEWS index 4468fc1ccb..249ce0468c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -44,7 +44,7 @@ Extension modules Library ------- -- Added Peter Astrand's subprocess.py module. See PEP 327 for details. +- Added Peter Astrand's subprocess.py module. See PEP 324 for details. - time.strptime() now properly escapes timezones and all other locale-specific strings for regex-specific symbols. Was breaking under Japanese Windows when