Kaydet (Commit) 28dff612 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Add news entry for the _source attribute created by namedtuple.

üst 41da10e6
...@@ -87,6 +87,11 @@ Library ...@@ -87,6 +87,11 @@ Library
- Issue #11591: Prevent "import site" from modifying sys.path when python - Issue #11591: Prevent "import site" from modifying sys.path when python
was started with -S. was started with -S.
- collections.namedtuple() now adds a _source attribute to the generated
class. This make the source more accessible than the outdated
"verbose" option which prints to stdout but doesn't make the source
string available.
- Issue #11371: Mark getopt error messages as localizable. Patch by Filip - Issue #11371: Mark getopt error messages as localizable. Patch by Filip
Gruszczyński. Gruszczyński.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment