Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
0517c9ae
Commit
0517c9ae
authored
Jul 25, 2003
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated news for 2.3c2.
parent
d1f46c89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletion
+25
-1
Misc/NEWS
Misc/NEWS
+25
-1
No files found.
Misc/NEWS
View file @
0517c9ae
...
...
@@ -13,7 +13,7 @@ Core and builtins
-----------------
- It is now possible to import from zipfiles containing additional
data bytes before the zip compatible archive. Zipfiles containing a
data bytes before the zip compatible archive.
Zipfiles containing a
comment at the end are still unsupported.
Extension modules
...
...
@@ -28,15 +28,30 @@ Extension modules
caused
an
instance
of
the
bound
.
read
()
method
to
be
leaked
on
every
call
.
-
Fixed
some
leaks
in
the
locale
module
.
Library
-------
-
Lib
/
encodings
/
rot_13
.
py
when
used
as
a
script
,
now
more
properly
uses
the
first
Python
interpreter
on
your
path
.
-
Removed
caching
of
TimeRE
(
and
thus
LocaleTime
)
in
_strptime
.
py
to
fix
a
locale
related
bug
in
the
test
suite
.
Although
another
patch
was
needed
to
actually
fix
the
problem
,
the
cache
code
was
not
restored
.
Tools
/
Demos
-----------
-
Calltips
patches
in
IDLE
.
Build
-----
-
For
MacOSX
,
added
-
mno
-
fused
-
madd
to
BASECFLAGS
to
fix
test_coercion
on
Panther
(
OSX
10.3
).
C
API
-----
...
...
@@ -46,9 +61,18 @@ Windows
-
The
tempfile
module
could
do
insane
imports
on
Windows
if
PYTHONCASEOK
was
set
,
making
temp
file
creation
impossible
.
Repaired
.
-
Add
a
patch
to
workaround
pthread_sigmask
()
bugs
in
Cygwin
.
Mac
---
-
Various
fixes
to
pimp
.
-
Scripts
runs
with
pythonw
no
longer
had
full
window
manager
access
.
-
Don
't force boot-disk-only install, for reasons unknown it causes
more problems than it solves.
What'
s
New
in
Python
2.3
release
candidate
1
?
=============================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment