diff options
author | Tim Peters <tim.peters@gmail.com> | 2000-10-16 20:51:33 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2000-10-16 20:51:33 (GMT) |
commit | adfb94fd794f953bd4c20dc3bcdddba35f27de52 (patch) | |
tree | 7512be4de203b1d546735ed889df2e38cff50f1f /Misc | |
parent | d867a2cc211b8c18da797721631af5151596eb02 (diff) | |
download | cpython-adfb94fd794f953bd4c20dc3bcdddba35f27de52.zip cpython-adfb94fd794f953bd4c20dc3bcdddba35f27de52.tar.gz cpython-adfb94fd794f953bd4c20dc3bcdddba35f27de52.tar.bz2 |
Typo repair.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ Build issues -Wstrict-prototypes. Users compiling Python with GCC should see exactly one warning, except if they have passed configure the --with-pydebug flag. The expected warning is for getopt() in - Modules/main.c. This will warning will be fixed for Python 2.1. + Modules/main.c. This warning will be fixed for Python 2.1. - Fixed configure to add -threads argument during linking on OSF1. |