[issue27307] string.Formatter does not support key/attribute access on unnumbered fields

2016-06-13 Thread Tommy Beadle
Changes by Tommy Beadle : -- keywords: +patch Added file: http://bugs.python.org/file43376/0001-Issue-27307-Support-index-attribute-access-for-unnum.patch ___ Python tracker <http://bugs.python.org/issue27

[issue27307] string.Formatter does not support key/attribute access on unnumbered fields

2016-06-13 Thread Tommy Beadle
New submission from Tommy Beadle: Support for unnumbered fields in string.Formatter.format was added in http://bugs.python.org/issue13598, however, it does not support accessing an index or attribute of an unnumbered field like str.format does. Instead, it raises an unhelpful "Key

[issue24617] os.makedirs()'s [mode] not correct

2016-06-08 Thread Tommy Beadle
Tommy Beadle added the comment: I think that the documentation should be updated to reflect issue19930's change when that is actually committed, not as a part of this change. -- ___ Python tracker <http://bugs.python.org/is

[issue24617] os.makedirs()'s [mode] not correct

2016-06-08 Thread Tommy Beadle
Changes by Tommy Beadle : Added file: http://bugs.python.org/file43305/0001-Issue-24617-Add-comment-for-os.makedirs-about-certai.patch ___ Python tracker <http://bugs.python.org/issue24

[issue15476] Index "code object" and link to code object definition

2016-06-07 Thread Tommy Beadle
Tommy Beadle added the comment: Martin, thanks for the suggestion that worked. I believe this patch should have all of the issues addressed. -- Added file: http://bugs.python.org/file43298/0001-Issue-15476-Make-code-object-its-own-entry-in-the-do.patch

[issue24617] os.makedirs()'s [mode] not correct

2016-06-03 Thread Tommy Beadle
Tommy Beadle added the comment: I've fixed the apostrophe issue by avoiding it's use. I've moved the text about the mode to mkdir and added a link to it from makedirs. -- Added file: http://bugs.python.org/file43180/0001-Issue-24617-Add-comment-for-os.makedirs-abo

[issue15476] Index "code object" and link to code object definition

2016-06-03 Thread Tommy Beadle
Tommy Beadle added the comment: Using .. index:: object: code puts a 'code' entry under 'object' as well as 'object' under 'code'. That's the way it is for every other item that uses "object: XXX". So if you want a new 'code ob

[issue15476] Index "code object" and link to code object definition

2016-06-03 Thread Tommy Beadle
Changes by Tommy Beadle : Added file: http://bugs.python.org/file43152/0001-Issue-15476-Make-code-object-its-own-entry-in-the-do.patch ___ Python tracker <http://bugs.python.org/issue15

[issue24617] os.makedirs()'s [mode] not correct

2016-06-03 Thread Tommy Beadle
Changes by Tommy Beadle : -- nosy: +tbeadle ___ Python tracker <http://bugs.python.org/issue24617> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15476] Index "code object" and link to code object definition

2016-06-02 Thread Tommy Beadle
Tommy Beadle added the comment: This restores the original code -> object items. -- Added file: http://bugs.python.org/file43137/0001-Issue-15476-Make-code-object-its-own-entry-in-the-do.patch ___ Python tracker <http://bugs.python.org/issu

[issue15476] Index "code object" and link to code object definition

2016-06-02 Thread Tommy Beadle
Tommy Beadle added the comment: The attached patch makes it so that 'code object' is its own 'top-level' entry in the index instead of being 'code' with an 'object' sub-item. It also makes the links from the index go to the location in the documents j

[issue24617] os.makedirs()'s [mode] not correct

2016-06-02 Thread Tommy Beadle
Changes by Tommy Beadle : -- keywords: +patch Added file: http://bugs.python.org/file43115/0001-Issue-24617-Add-comment-for-os.makedirs-about-certai.patch ___ Python tracker <http://bugs.python.org/issue24

[issue20973] Implement proper comparison operations for in _TotalOrderingMixin in ipaddress module.

2016-06-02 Thread Tommy Beadle
Changes by Tommy Beadle : -- keywords: +patch Added file: http://bugs.python.org/file43110/0001-Issue-20973-Add-total-ordering-unit-tests-for-ipaddr.patch ___ Python tracker <http://bugs.python.org/issue20