[issue25954] Python 3.5.1 installer fails on Windows 7

2015-12-27 Thread Ned Batchelder
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

[issue25954] Python 3.5.1 installer fails on Windows 7

2016-01-17 Thread Ned Batchelder
Ned Batchelder added the comment: Steve, I do have that update installed. -- ___ Python tracker <http://bugs.python.org/issue25954> ___ ___ Python-bugs-list mailin

[issue26914] Fix formatting of lists in PEP 420

2016-05-02 Thread Ned Batchelder
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

[issue26914] Fix formatting of lists in PEP 420

2016-05-02 Thread Ned Batchelder
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

[issue26914] Fix formatting of lists in PEP 420

2016-05-03 Thread Ned Batchelder
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

[issue22785] range docstring is less useful than in python 2

2015-04-21 Thread Ned Batchelder
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

[issue28263] Python 2.7's `-3` flag warns about __eq__ being implemented without __hash__ even if __hash__ is never accessed.

2016-09-24 Thread Ned Batchelder
Changes by Ned Batchelder : -- nosy: +nedbat ___ Python tracker <http://bugs.python.org/issue28263> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28260] mock._Any and mock._Call implement __eq__ but not __hash__

2016-09-24 Thread Ned Batchelder
Changes by Ned Batchelder : -- nosy: +nedbat ___ Python tracker <http://bugs.python.org/issue28260> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28260] mock._Any and mock._Call implement __eq__ but not __hash__

2016-09-25 Thread Ned Batchelder
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

[issue28751] Fix comments in code.h

2016-11-20 Thread Ned Batchelder
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

[issue28751] Fix comments in code.h

2016-11-20 Thread Ned Batchelder
Changes by Ned Batchelder : -- keywords: +patch Added file: http://bugs.python.org/file45560/28751.patch ___ Python tracker <http://bugs.python.org/issue28

<    1   2   3   4