summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-04-26 00:21:31 (GMT)
committerGuido van Rossum <guido@python.org>2003-04-26 00:21:31 (GMT)
commitecf0f025180fc0a2df6eb638f4efeab7fb756ac9 (patch)
treec37ac712055910a6ddf9b4eef66c352a11df0a9c /Misc
parentfa1eddfb21ea0ec8b35d3b389c31a94d2baae9b8 (diff)
downloadcpython-ecf0f025180fc0a2df6eb638f4efeab7fb756ac9.zip
cpython-ecf0f025180fc0a2df6eb638f4efeab7fb756ac9.tar.gz
cpython-ecf0f025180fc0a2df6eb638f4efeab7fb756ac9.tar.bz2
Merge back from r23b1-branch
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 843c846..7251386 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -210,8 +210,6 @@ Tools/Demos
- New script combinerefs.py helps analyze new PYTHONDUMPREFS output.
See the module docstring for details.
-TBD
-
Build
-----
@@ -229,6 +227,7 @@ C API
- LONG_LONG was renamed to PY_LONG_LONG. Extensions that use this and
need compatibility with previous versions can use this:
+
#ifndef PY_LONG_LONG
#define PY_LONG_LONG LONG_LONG
#endif
@@ -243,7 +242,7 @@ C API
New platforms
-------------
-TBD
+None this time.
Tests
-----