From 518d393e0ecc88ec884565e0601e174bc7094c9c Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 12 Oct 2004 15:32:10 +0000 Subject: [PATCH] Fix PEP number --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 4468fc1ccb9..249ce0468ce 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