Ned Batchelder added the comment:
I'm attaching another bunch of logs. There seem to be two installations here,
one of which succeeded.
--
Added file: http://bugs.python.org/file41429/Python 3.5.1 more logs.zip
___
Python tracker
Ned Batchelder added the comment:
Steve, I do have that update installed.
--
___
Python tracker
<http://bugs.python.org/issue25954>
___
___
Python-bugs-list mailin
New submission from Ned Batchelder:
The numbered and bulletted lists are indented from the body text, which looks
good in the .rst, but causes the lists themselves to be blockquotes. This
leads to confusing formatting on python.org:
https://www.python.org/dev/peps/pep-0420/
BTW: this
Ned Batchelder added the comment:
OK, "rampant" was overly dramatic... :)
These PEPs seem to have the same issue:
pep-0302.html
pep-0327.html
pep-0339.html
pep-0362.html
pep-0364.html
pep-0372.html
pep-0380.html
pep-0382.html
pep-0393.html
pep-0400.html
pep-0403.html
pep-0404.htm
Ned Batchelder added the comment:
Unless I have permissions I've never used, I don't think I can just push fixes
to the peps repo. Also, it looks like Georg is working away at it!
--
___
Python tracker
<http://bugs.python.o
Ned Batchelder added the comment:
(By the time I got to the source, the word "virtual" had been removed...)
Attached is a patch to make the help read:
| range(stop) -> range object
| range(start, stop[, step]) -> range object
|
| Return an object that produces a sequ
Changes by Ned Batchelder :
--
nosy: +nedbat
___
Python tracker
<http://bugs.python.org/issue28263>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Batchelder :
--
nosy: +nedbat
___
Python tracker
<http://bugs.python.org/issue28260>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Batchelder added the comment:
Roy, the code on GitHub isn't a literal copy of the Python 3 code, since it
uses six, "from __future__ import", conditional imports of builtins, and so on.
This can be fixed in GitHub.
--
___
Python
New submission from Ned Batchelder:
A field moved in PyCodeObject, but comments mentioning it were not updated.
Also, there's a stray word?
--
messages: 281268
nosy: brett.cannon, nedbat
priority: normal
severity: normal
status: open
title: Fix comments in code.h
versions: Pytho
Changes by Ned Batchelder :
--
keywords: +patch
Added file: http://bugs.python.org/file45560/28751.patch
___
Python tracker
<http://bugs.python.org/issue28
301 - 311 of 311 matches
Mail list logo