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
82170288
Commit
82170288
authored
Mar 17, 2014
by
Victor Stinner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop Python 3.4.1 section from Misc/NEWS
Changes of 3.4 after 3.4.0 must already be present in the 3.4 branch.
parent
554fd082
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
71 deletions
+0
-71
Misc/NEWS
Misc/NEWS
+0
-71
No files found.
Misc/NEWS
View file @
82170288
...
...
@@ -13,77 +13,6 @@ Core and Builtins
Library
-------
What'
s
New
in
Python
3.4.1
rc1
?
==============================
Release
date
:
TBA
Core
and
Builtins
-----------------
-
Issue
#
20929
:
Add
a
type
cast
to
avoid
shifting
a
negative
number
.
-
Issue
#
20731
:
Properly
position
in
source
code
files
even
if
they
are
opened
in
text
mode
.
Patch
by
Serhiy
Storchaka
.
-
Issue
#
20637
:
Key
-
sharing
now
also
works
for
instance
dictionaries
of
subclasses
.
Patch
by
Peter
Ingebretson
.
Library
-------
-
Issue
#
19157
:
Include
the
broadcast
address
in
the
usuable
hosts
for
IPv6
in
ipaddress
.
-
Issue
#
11599
:
When
an
external
command
(
e
.
g
.
compiler
)
fails
,
distutils
now
prints
out
the
whole
command
line
(
instead
of
just
the
command
name
)
if
the
environment
variable
DISTUTILS_DEBUG
is
set
.
-
Issue
#
4931
:
distutils
should
not
produce
unhelpful
"error: None"
messages
anymore
.
distutils
.
util
.
grok_environment_error
is
kept
but
doc
-
deprecated
.
-
Issue
#
20875
:
Prevent
possible
gzip
"'read' is not defined"
NameError
.
Patch
by
Claudiu
Popa
.
-
Issue
#
11558
:
``
email
.
message
.
Message
.
attach
``
now
returns
a
more
useful
error
message
if
``
attach
``
is
called
on
a
message
for
which
``
is_multipart
``
is
False
.
-
Issue
#
20283
:
RE
pattern
methods
now
accept
the
string
keyword
parameters
as
documented
.
The
pattern
and
source
keyword
parameters
are
left
as
deprecated
aliases
.
-
Issue
#
20778
:
Fix
modulefinder
to
work
with
bytecode
-
only
modules
.
-
Issue
#
20791
:
copy
.
copy
()
now
doesn
't make a copy when the input is
a bytes object. Initial patch by Peter Otten.
- Issue #19748: On AIX, time.mktime() now raises an OverflowError for year
outsize range [1902; 2037].
Documentation
-------------
- Issue #20765: Add missing documentation for PurePath.with_name() and
PurePath.with_suffix().
- Issue #19407: New package installation and distribution guides based on
the Python Packaging Authority tools. Existing guides have been retained
as legacy links from the distutils docs, as they still contain some
required reference material for tool developers that isn'
t
recorded
anywhere
else
.
Tests
-----
-
Issue
#
20743
:
Fix
a
reference
leak
in
test_tcl
.
Tools
/
Demos
-----------
-
Issue
#
20535
:
PYTHONWARNING
no
longer
affects
the
run_tests
.
py
script
.
Patch
by
Arfrever
Frehtes
Taifersar
Arahesis
.
What'
s
New
in
Python
3.4.0
?
===========================
...
...
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