Steve Dougherty added the comment:
Anyone care to review issue11205-v3.patch ?
--
___
Python tracker
<http://bugs.python.org/issue11205>
___
___
Python-bugs-list m
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
<http://bugs.python.org/is
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
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.
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
<http://bugs.python.org/issue11
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: norma
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