diff options
author | Guido van Rossum <guido@python.org> | 2000-09-06 13:02:08 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-09-06 13:02:08 (GMT) |
commit | 4338a284b80ae8dd8cc45c27a0e66c525ba5d63c (patch) | |
tree | 29473e54ade181b831e81e82ad13fa50aca70639 /Misc | |
parent | d500e4429702f9e0977ea59e5eb62cb705377517 (diff) | |
download | cpython-4338a284b80ae8dd8cc45c27a0e66c525ba5d63c.zip cpython-4338a284b80ae8dd8cc45c27a0e66c525ba5d63c.tar.gz cpython-4338a284b80ae8dd8cc45c27a0e66c525ba5d63c.tar.bz2 |
Fix three typos.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -401,10 +401,10 @@ on Windows. The GC changes resulted in creation of two new slots on object, tp_traverse and tp_clear. The augmented assignment changes result in -the createion of a new slot for each in-place operator. +the creation of a new slot for each in-place operator. The GC API creates new requirements for container types implemented in -C extesion modules. See Include/objimpl.h for details. +C extension modules. See Include/objimpl.h for details. PyErr_Format has been updated to automatically calculate the size of the buffer needed to hold the formatted result string. This change @@ -434,7 +434,7 @@ Administrator privileges are no longer required to install Python on Windows NT or Windows 2000. If you have administrator privileges, Python's registry info will be written under HKEY_LOCAL_MACHINE. Otherwise the installer backs off to writing Python's registry info -under HKEY_CURRENT_USER. The latter is sufficent for all "normal" +under HKEY_CURRENT_USER. The latter is sufficient for all "normal" uses of Python, but will prevent some advanced uses from working (for example, running a Python script as an NT service, or possibly from CGI). |