[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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?

--
Added file: http://bugs.python.org/file39225/issue11205-v2.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11205
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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://bugs.python.org/issue11205
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 it the version numbers in the filenames are sufficient 
to prevent that problem in a release?

--
Added file: http://bugs.python.org/file39218/issue11205.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11205
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: open
title: setuptools documentation: typo
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file35483/typo1.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21661
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: normal
status: open
title: datamodel documentation: fix typo and phrasing
versions: Python 3.5
Added file: http://bugs.python.org/file35484/typo2.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21662
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com