diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-10-12 15:32:10 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-10-12 15:32:10 (GMT) |
commit | 518d393e0ecc88ec884565e0601e174bc7094c9c (patch) | |
tree | 659086f622426a27744e3aeeef893c219c74d377 /Misc | |
parent | 5b3687df2e6dce2c09662ec9287e8f23075c4f1d (diff) | |
download | cpython-518d393e0ecc88ec884565e0601e174bc7094c9c.zip cpython-518d393e0ecc88ec884565e0601e174bc7094c9c.tar.gz cpython-518d393e0ecc88ec884565e0601e174bc7094c9c.tar.bz2 |
Fix PEP number
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |