New submission from Sebastian Ramacher:
tarfile.TarInfo.frombuf has gained two more parameters: encoding and errors.
The documentation of frombuf claims that the only parameter is buf, which is
not true anymore.
--
assignee: docs@python
components: Documentation
messages: 167553
nosy
Changes by Sebastian Ramacher :
--
nosy: +sebastinas
___
Python tracker
<http://bugs.python.org/issue12844>
___
___
Python-bugs-list mailing list
Unsubscribe:
Sebastian Ramacher added the comment:
That is definitely not python's job. That is the duty of your shell and python
should never expand that.
And it would lead to platform specific behavior as one can see with the
following script:
import sys
import subprocess
if __name__ == &quo
Sebastian Ramacher added the comment:
Since the patches are not applicable to Py 3.x and Py 2.7 is stable I'm closing
this bug.
--
resolution: -> out of date
status: open -> closed
___
Python tracker
<http://bugs.python.or
Sebastian Ramacher added the comment:
Any news on that?
--
___
Python tracker
<http://bugs.python.org/issue1699259>
___
___
Python-bugs-list mailing list
Unsub
Changes by Sebastian Ramacher :
--
nosy: +sebastinas
___
Python tracker
<http://bugs.python.org/issue6952>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Sebastian Ramacher :
--
nosy: +sebastinas
___
Python tracker
<http://bugs.python.org/issue6243>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Sebastian Ramacher :
--
nosy: +sebastinas
___
Python tracker
<http://bugs.python.org/issue5322>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Sebastian Ramacher :
--
nosy: +sebastinas
___
Python tracker
<http://bugs.python.org/issue4949>
___
___
Python-bugs-list mailing list
Unsubscribe:
Sebastian Ramacher <[EMAIL PROTECTED]> added the comment:
At least a response, finally.
> * Any reason why PySys_SetPath(char *) is left out?
I guess it I just missed it.
> * Same for PySys_SetArgv(int, char **)
That one is non-trivial and requires some rewriting of PySys_Se
10 matches
Mail list logo