diff options
author | Fred Drake <fdrake@acm.org> | 2002-08-05 15:24:19 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-08-05 15:24:19 (GMT) |
commit | 40813b1dbcb534dabeaa4cb3e05315927a1a1a0e (patch) | |
tree | e1b5e5fe9448c4fb80a99c75623ff6692aceb20c /Misc | |
parent | 98ce7b7ef1a85be742c9029928478365fb6bb2b8 (diff) | |
download | cpython-40813b1dbcb534dabeaa4cb3e05315927a1a1a0e.zip cpython-40813b1dbcb534dabeaa4cb3e05315927a1a1a0e.tar.gz cpython-40813b1dbcb534dabeaa4cb3e05315927a1a1a0e.tar.bz2 |
Typo: "now" --> "the new"
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -331,10 +331,10 @@ Library Tools/Demos -- IDLE supports now encoding declarations (PEP 263); it can also deal - with legacy 8-bit files if they use the locale's encoding. It allows - non-ASCII strings in the interactive shell and executes them in the - locale's encoding. +- IDLE supports the new encoding declarations (PEP 263); it can also + deal with legacy 8-bit files if they use the locale's encoding. It + allows non-ASCII strings in the interactive shell and executes them + in the locale's encoding. - freeze.py now produces binaries which can import shared modules, unlike before when this failed due to missing symbol exports in |