New submission from Alex Walters :
When zero argument super is used inside a generator expression, it raises
'TypeError: super(type, obj): obj must be an instance or subtype of type'.
I can find no information on if this is working as intended, a bug, or a known
issue, and the e
New submission from Alex Walters :
https://docs.python.org/3.8/library/zipfile.html#zipfile.Path.listdir
The docs for zipfile.Path list a method named 'listdir', the closest
approximation to the functionality described in the actual code is a method
named 'iterdir'
-
Alex Walters added the comment:
All recipes are MIT licensed unless otherwise noted on the recipe itself.
However, AFAICT, all the recipes that are linked to in the docs are written by
Raymond Hettinger, so I don't think licensing will be that big of an issue. We
know where he is, w
New submission from Alex Walters :
ActiveState has stopped accepting new recipes on their website, and migrated
all current recipes to a Github repo. I have seen no official announcement of
a shutdown date for the code.activestate.com website, but it's future has to be
in que
Change by Alex Walters :
--
nosy: +tritium
___
Python tracker
<https://bugs.python.org/issue27546>
___
___
Python-bugs-list mailing list
Unsubscribe:
Alex Walters added the comment:
When supporting platforms comes up, there's a usual list of questions,
especially for windows. I can remember two of them off the top of my head:
* Are you suggesting that CPython's build system move away from MSVC as the
platform compiler for Windo
Alex Walters added the comment:
Is this the same as the clang/llvm C1 that you can enable from inside Visual
Studio?
--
nosy: +tritium
___
Python tracker
<https://bugs.python.org/issue33
New submission from Alex Walters:
in #23130 ftpmirror.py was removed from the python source distribution. The
documentation still references this, and sends people looking for the file
(ostensibly as an example of how to use ftplib).
--
assignee: docs@python
components: Documentation
Alex Walters added the comment:
The vast majority of the patch is adding || Defined('bitrig') after
Defined('openbsd'). I don't know if that is an argument for or against, but on
its face, its just working around an issue of an openbsd fork not identifying
as
Changes by Alex Walters :
--
nosy: +tritium
___
Python tracker
<http://bugs.python.org/issue23496>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Alex Walters :
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue24642>
___
___
Python-bugs-list
Alex Walters added the comment:
Isn't this whats sphinx's apidoc is for?
--
nosy: +tritium
___
Python tracker
<http://bugs.python.org/issue10716>
___
___
Alex Walters added the comment:
on 2.5, I figured the answer would be along those lines.
for 2, Linking to the documentation at least would be helpful (or otherwise
indicating that there are arguments that are not listed and are in the docs) if
the arguments cant be listed reasonably easily
Alex Walters added the comment:
Having now worked with the new installer, there is nothing wrong with it, and
provides sufficient scritpability, if that is a word. I only have two (and a
half) thoughts on it:
1. This should be more prominently documented. The addition of the new web
Alex Walters added the comment:
and...you already addressed that. Ignore previous.
--
___
Python tracker
<http://bugs.python.org/issue24642>
___
___
Python-bug
Alex Walters added the comment:
Related to the exe installer... /? lists only 4 options, none of which are
useful in restricting the installation, or changing its location.
--
___
Python tracker
<http://bugs.python.org/issue24
New submission from Alex Walters:
I use the *.msi installers for python to automate deployment of... an absurd
number of python installations. I have been able to do this relatively easily,
as the Windows installer didn't change much between 2.6 and 3.4 (possibly much
longer than that,
Changes by Alex Walters :
--
assignee: -> docs@python
components: +Documentation
nosy: +docs@python
___
Python tracker
<http://bugs.python.org/issu
New submission from Alex Walters:
the Whats New in Python 3.5 lacks an indication that cpython is dropping
support for that platform due to Microsoft dropping continuing support for it
(see PEP 11).
--
files: docs_unsupported_xp_35.patch
keywords: patch
messages: 240727
nosy: tritium
19 matches
Mail list logo