[issue19898] No tests for dequereviter_new

2014-06-14 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thanks guys. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19898 ___

[issue21762] update the import machinery to only use __spec__

2014-06-14 Thread Nick Coghlan
Nick Coghlan added the comment: The spec is authoritative for how was this imported?. The differences between that and the module attributes then provide a record of any post-import modifications. -- ___ Python tracker rep...@bugs.python.org

[issue21767] singledispatch docs should explicitly mention support for abstract base classes

2014-06-14 Thread Nick Coghlan
New submission from Nick Coghlan: functools.singledispatch is integrated with the abc module for fast single dispatch even in the absence of concrete inheritance. However, this isn't obvious from the documentation, so users may not realise they can register a single ABC with the generic

[issue21696] Idle: test configuration files

2014-06-14 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar saimadhavhebli...@gmail.com: Added file: http://bugs.python.org/file35641/test-configuration-v2.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21696 ___

[issue21756] IDLE - ParenMatch fails to find closing paren of multi-line statements

2014-06-14 Thread Tal Einat
Tal Einat added the comment: Terry, I'm not sure what you mean but your last comment. HyperParser.get_surrounding_brackets() will return a previous opening bracket, even if no closing bracket is found for it. CallTips depends on that behavior to find the previous opening parenthesis even if

<    1   2