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
b5455e50
Commit
b5455e50
authored
Jan 19, 2013
by
Ezio Melotti
Browse files
Options
Browse Files
Download
Plain Diff
Merge Misc/NEWS fixes from 3.3.
parents
c07fcbb6
71027979
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Misc/NEWS
Misc/NEWS
+5
-5
No files found.
Misc/NEWS
View file @
b5455e50
...
@@ -10,7 +10,7 @@ What's New in Python 3.4.0 Alpha 1?
...
@@ -10,7 +10,7 @@ What's New in Python 3.4.0 Alpha 1?
Core and Builtins
Core and Builtins
-----------------
-----------------
- Issue #14850: Now a cha
map decoder treate
s U+FFFE as "undefined mapping"
- Issue #14850: Now a cha
rmap decoder treat
s U+FFFE as "undefined mapping"
in any mapping, not only in a string.
in any mapping, not only in a string.
- Issue #16730: importlib.machinery.FileFinder now no longers raises an
- Issue #16730: importlib.machinery.FileFinder now no longers raises an
...
@@ -34,7 +34,7 @@ Core and Builtins
...
@@ -34,7 +34,7 @@ Core and Builtins
-
Issue
#
16761
:
Calling
int
()
with
base
argument
only
now
raises
TypeError
.
-
Issue
#
16761
:
Calling
int
()
with
base
argument
only
now
raises
TypeError
.
-
Issue
#
16759
:
Support
the
full
DWORD
(
unsigned
long
)
range
in
Reg2Py
-
Issue
#
16759
:
Support
the
full
DWORD
(
unsigned
long
)
range
in
Reg2Py
when
retr
ei
ving
a
REG_DWORD
value
.
This
corrects
functions
like
when
retr
ie
ving
a
REG_DWORD
value
.
This
corrects
functions
like
winreg
.
QueryValueEx
that
may
have
been
returning
truncated
values
.
winreg
.
QueryValueEx
that
may
have
been
returning
truncated
values
.
-
Issue
#
14420
:
Support
the
full
DWORD
(
unsigned
long
)
range
in
Py2Reg
-
Issue
#
14420
:
Support
the
full
DWORD
(
unsigned
long
)
range
in
Py2Reg
...
@@ -1619,7 +1619,7 @@ Library
...
@@ -1619,7 +1619,7 @@ Library
- Issue #14626: Large refactoring of functions / parameters in the os module.
- Issue #14626: Large refactoring of functions / parameters in the os module.
Many functions now support "dir_fd" and "follow_symlinks" parameters;
Many functions now support "dir_fd" and "follow_symlinks" parameters;
some also support accepting an open file descriptor in place of
of
a path
some also support accepting an open file descriptor in place of a path
string. Added os.support_* collections as LBYL helpers. Removed many
string. Added os.support_* collections as LBYL helpers. Removed many
functions only previously seen in 3.3 alpha releases (often starting with
functions only previously seen in 3.3 alpha releases (often starting with
"f" or "l", or ending with "at"). Originally suggested by Serhiy Storchaka;
"f" or "l", or ending with "at"). Originally suggested by Serhiy Storchaka;
...
@@ -2253,7 +2253,7 @@ Library
...
@@ -2253,7 +2253,7 @@ Library
-
Issue
#
14399
:
zipfile
now
recognizes
that
the
archive
has
been
modified
even
-
Issue
#
14399
:
zipfile
now
recognizes
that
the
archive
has
been
modified
even
if
only
the
comment
is
changed
.
In
addition
,
the
TypeError
that
results
from
if
only
the
comment
is
changed
.
In
addition
,
the
TypeError
that
results
from
trying
to
set
a
non
-
binary
value
as
a
comment
is
now
now
raised
at
the
time
trying
to
set
a
non
-
binary
value
as
a
comment
is
now
raised
at
the
time
the
comment
is
set
rather
than
at
the
time
the
zipfile
is
written
.
the
comment
is
set
rather
than
at
the
time
the
zipfile
is
written
.
-
trace
.
CoverageResults
.
is_ignored_filename
()
now
ignores
any
name
that
starts
-
trace
.
CoverageResults
.
is_ignored_filename
()
now
ignores
any
name
that
starts
...
@@ -3893,7 +3893,7 @@ Library
...
@@ -3893,7 +3893,7 @@ Library
check
or
set
the
MACOSX_DEPLOYMENT_TARGET
environment
variable
for
the
check
or
set
the
MACOSX_DEPLOYMENT_TARGET
environment
variable
for
the
interpreter
process
.
This
could
cause
failures
in
non
-
Distutils
subprocesses
interpreter
process
.
This
could
cause
failures
in
non
-
Distutils
subprocesses
and
was
unreliable
since
tests
or
user
programs
could
modify
the
interpreter
and
was
unreliable
since
tests
or
user
programs
could
modify
the
interpreter
environment
after
Distutils
set
it
.
Instead
,
have
Distutils
set
the
the
environment
after
Distutils
set
it
.
Instead
,
have
Distutils
set
the
deployment
target
only
in
the
environment
of
each
build
subprocess
.
It
is
deployment
target
only
in
the
environment
of
each
build
subprocess
.
It
is
still
possible
to
globally
override
the
default
by
setting
still
possible
to
globally
override
the
default
by
setting
MACOSX_DEPLOYMENT_TARGET
before
launching
the
interpreter
;
its
value
must
be
MACOSX_DEPLOYMENT_TARGET
before
launching
the
interpreter
;
its
value
must
be
...
...
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