[issue11205] Evaluation order of dictionary display is different from reference manual.

2015-05-28 Thread Steve Dougherty
Steve Dougherty added the comment: Anyone care to review issue11205-v3.patch ? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11205

[issue11205] Evaluation order of dictionary display is different from reference manual.

2015-04-28 Thread Steve Dougherty
Steve Dougherty added the comment: I've added a change to the bytecode magic number as well. I don't see a magic tag anymore, either in the code or for recent versions. There are autogenerated changes to Python/importlibs.h. Is my understanding correct that these are not to be committed

[issue11205] Evaluation order of dictionary display is different from reference manual.

2015-04-28 Thread Steve Dougherty
Steve Dougherty added the comment: I've added the importlib.h changes and changed the name of the test to be more descriptive. -- Added file: http://bugs.python.org/file39228/issue11205-v3.patch ___ Python tracker rep...@bugs.python.org http

[issue11205] Evaluation order of dictionary display is different from reference manual.

2015-04-27 Thread Steve Dougherty
Steve Dougherty added the comment: I've added a patch to change the order of evaluation and of STORE_MAP's arguments. It includes a test incorporating the review on the previous version. I noticed I had to remove existing .pyc files to avoid TypeErrors about values being unhashable. I take

[issue11205] Evaluation order of dictionary display is different from reference manual.

2015-04-07 Thread Steve Dougherty
Steve Dougherty added the comment: Any word on either changing the documentation to match the behaviour or fixing this as a bug? -- nosy: +sdougherty ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11205

[issue21661] setuptools documentation: typo

2014-06-04 Thread Steve Dougherty
New submission from Steve Dougherty: Typo - it's is a contraction for it is or it has. Its is the posessive form. -- assignee: docs@python components: Documentation files: typo1.diff keywords: patch messages: 219762 nosy: docs@python, sdougherty priority: normal severity: normal status

[issue21662] datamodel documentation: fix typo and phrasing

2014-06-04 Thread Steve Dougherty
New submission from Steve Dougherty: Should was missing an o, and putting the reason first makes the sentence flow better. -- assignee: docs@python components: Documentation files: typo2.diff keywords: patch messages: 219763 nosy: docs@python, sdougherty priority: normal severity