Yaron de Leeuw added the comment:
What kind of exception did you have in mind? As the 'someone' you mentioned, I
can contribute this.
btw, os.getuid() on windows raises an attribute error, so we need to check that
too.
--
___
Pyth
Change by Yaron de Leeuw :
--
nosy: +jarondl
___
Python tracker
<https://bugs.python.org/issue32731>
___
___
Python-bugs-list mailing list
Unsubscribe:
Yaron de Leeuw added the comment:
I have done some diving and git bisecting into this. There are at least two
issues:
1. `Clinic.__init__` no longer works without passing in a filename. Because
soon after `if filename` in line 1726 [1] it calls `d('file')` which only works
if
Yaron de Leeuw added the comment:
What is the status of this work? Is there anything I can do to help make this
happen?
--
nosy: +jarondl
___
Python tracker
<http://bugs.python.org/issue25
Yaron de Leeuw added the comment:
Oh that's a cool idea which I was not aware of.
--
___
Python tracker
<http://bugs.python.org/issue31109>
___
___
Pytho
Changes by Yaron de Leeuw :
--
pull_requests: +3028
___
Python tracker
<http://bugs.python.org/issue31109>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Yaron de Leeuw:
Convert zipimport to use the argument clinic.
I will submit the PR shortly.
--
components: Argument Clinic, Library (Lib)
messages: 299667
nosy: jarondl, larry, twouters
priority: normal
severity: normal
status: open
title: zipimport argument clinic
Yaron de Leeuw added the comment:
I have submitted a PR on GitHub https://github.com/python/cpython/pull/2962
--
nosy: +jarondl
versions: +Python 3.7 -Python 3.6
___
Python tracker
<http://bugs.python.org/issue26
Yaron de Leeuw added the comment:
_Stream provides seek, but only positive seeking is allowed. Is that considered
seekable? Also, maybe _Stream should inherit from io.BaseIO. WDYT?
--
nosy: +jarondl
___
Python tracker
<http://bugs.python.
Changes by Yaron de Leeuw :
--
pull_requests: +3009
___
Python tracker
<http://bugs.python.org/issue26253>
___
___
Python-bugs-list mailing list
Unsubscribe:
10 matches
Mail list logo