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
6c733d37
Commit
6c733d37
authored
Jul 16, 2003
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mmap bugfix; typo and grammar fixes
parent
2491cd98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
Misc/NEWS
Misc/NEWS
+5
-3
No files found.
Misc/NEWS
View file @
6c733d37
...
...
@@ -32,6 +32,8 @@ Extension modules
-
SSL
no
longer
crashes
the
interpreter
when
the
remote
side
disconnects
.
-
On
Unix
the
mmap
module
can
again
be
used
to
map
device
files
.
-
time
.
strptime
now
exclusively
uses
the
Python
implementation
contained
within
the
_strptime
module
.
...
...
@@ -141,7 +143,7 @@ Core and builtins
-
Reverted
a
2.3
beta
1
change
to
iterators
for
subclasses
of
list
and
tuple
.
By
default
,
the
iterators
now
access
data
elements
directly
instead
of
going
through
__getitem__
.
If
__getitem__
access
is
preferred
,
then
__iter__
can
be
overriden
.
preferred
,
then
__iter__
can
be
overrid
d
en
.
-
Creating
an
attribute
on
a
module
(
i
.
e
.
a
global
variable
created
by
__setattr__
)
that
causes
a
builtin
name
to
be
shadowed
now
raises
a
...
...
@@ -290,7 +292,7 @@ Tools/Demos
Build
-----
-
Setting
DESTDIR
during
'make install'
now
allows
to
specify
a
-
Setting
DESTDIR
during
'make install'
now
allows
specifying
a
different
root
directory
.
C
API
...
...
@@ -489,7 +491,7 @@ Extension modules
away
from
the
original
float
.
This
has
been
fixed
.
See
SF
bug
#
705836.
-
New
function
time
.
tzset
()
provides
access
to
the
C
library
tzet
()
-
New
function
time
.
tzset
()
provides
access
to
the
C
library
tz
s
et
()
function
,
if
supported
.
(
SF
patch
#
675422.
)
-
Using
createfilehandler
,
deletefilehandler
,
createtimerhandler
functions
...
...
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