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
996c3874
Commit
996c3874
authored
Feb 14, 2017
by
Mark Dickinson
Committed by
GitHub
Feb 14, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #29534: move Misc/NEWS entry to correct section; add Misc/ACS entry for Andrew Nester. (#99)
parent
6d1dece0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Misc/ACKS
Misc/ACKS
+1
-0
Misc/NEWS
Misc/NEWS
+3
-2
No files found.
Misc/ACKS
View file @
996c3874
...
...
@@ -1066,6 +1066,7 @@ Vilmos Nebehaj
Fredrik Nehr
Tony Nelson
Trent Nelson
Andrew Nester
Chad Netzer
Max Neunhöffer
Anthon van der Neut
...
...
Misc/NEWS
View file @
996c3874
...
...
@@ -10,8 +10,6 @@ What's New in Python 3.7.0 alpha 1?
Core and Builtins
-----------------
- bpo-29534: Fixed different behaviour of Decimal.from_float() for _decimal and _pydecimal.
- bpo-29438: Fixed use-after-free problem in key sharing dict.
- Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
...
...
@@ -229,6 +227,9 @@ Extension Modules
Library
-------
-
bpo
-
29534
:
Fixed
different
behaviour
of
Decimal
.
from_float
()
for
_decimal
and
_pydecimal
.
Thanks
Andrew
Nester
.
-
Issue
#
28556
:
Various
updates
to
typing
module
:
typing
.
Counter
,
typing
.
ChainMap
,
improved
ABC
caching
,
etc
.
Original
PRs
by
Jelle
Zijlstra
,
Ivan
Levkivskyi
,
Manuel
Krebber
,
and
Ł
ukasz
Langa
.
...
...
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