[Python-Dev] Returning None from methods that mutate object state

2014-05-16 Thread Nick Coghlan
During a conversation today, I realised that the convention of returning None from methods that change an object's state isn't captured the Programming Recommendations section of PEP 8. Specifically, I'm referring to this behaviour: >>> [].sort() is None True >>> "ABC".lower() is None False That'

[Python-Dev] Update to PEP 11 to clarify garnering platform support

2014-05-16 Thread Brett Cannon
Here is some proposed wording. Since it is more of a clarification of what it takes to garner support -- which is just a new section -- rather than a complete rewrite I'm including just the diff to make it easier to read the changes. *diff -r 49d18bb47ebc pep-0011.txt* *--- a/pep-0011.txt Wed Ma

[Python-Dev] Summary of Python tracker Issues

2014-05-16 Thread Python tracker
ACTIVITY SUMMARY (2014-05-09 - 2014-05-16) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open4614 ( +3) closed 28674 (+50) total 33288 (+53) Open issues wit