James Tatum added the comment:
FYI, NamedTemporaryFile doesn't work well with Windows. There are a handful of
issues about it.
--
nosy: +James.Tatum
___
Python tracker
<http://bugs.python.org/is
Changes by James Tatum :
Removed file: http://bugs.python.org/file42786/forward_references.patch
___
Python tracker
<http://bugs.python.org/issue26982>
___
___
Python-bug
Changes by James Tatum :
Added file: http://bugs.python.org/file42787/forward_references.patch
___
Python tracker
<http://bugs.python.org/issue26982>
___
___
Python-bug
Changes by James Tatum :
Added file: http://bugs.python.org/file42786/forward_references.patch
___
Python tracker
<http://bugs.python.org/issue26982>
___
___
Python-bug
Changes by James Tatum :
Removed file: http://bugs.python.org/file42785/forward_references.patch
___
Python tracker
<http://bugs.python.org/issue26982>
___
___
Python-bug
New submission from James Tatum:
In https://github.com/python/typeshed/issues/180, we discussed a slight
ambiguity with PEP 484's mention of forward references. It wasn't entirely
clear that they don't apply unless using function annotations. This patch
attempts to clear u
Changes by James Tatum :
--
nosy: +James.Tatum
___
Python tracker
<http://bugs.python.org/issue11623>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by James Tatum :
Added file: http://bugs.python.org/file18239/ConfigParser.StandardError.patch
___
Python tracker
<http://bugs.python.org/issue9406>
___
___
Pytho
Changes by James Tatum :
Removed file: http://bugs.python.org/file18238/ConfigParser.StandardError.patch
___
Python tracker
<http://bugs.python.org/issue9406>
___
___
Changes by James Tatum :
Added file: http://bugs.python.org/file18238/ConfigParser.StandardError.patch
___
Python tracker
<http://bugs.python.org/issue9406>
___
___
Pytho
Changes by James Tatum :
Removed file: http://bugs.python.org/file18237/ConfigParser.StandardError.patch
___
Python tracker
<http://bugs.python.org/issue9406>
___
___
New submission from James Tatum :
ConfigParser defines a number of exception classes which all ultimately derive
from ConfigParser.Error. ConfigParser.Error, however, only derives from
Exception. These should all derive from StandardError.
--
components: Library (Lib)
files
12 matches
Mail list logo