mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they are unsafe and deprecated.
This commit is contained in:
parent
156692752d
commit
c12781abcb
2 changed files with 27 additions and 0 deletions
|
@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 1
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #7168: Document PyFloat_AsString and PyFloat_AsReprString, and
|
||||
note that they are unsafe and deprecated.
|
||||
|
||||
- Issue #7120: logging: Removed import of multiprocessing which is causing
|
||||
crash in GAE.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue