New submission from Mauro :
Hello and sorry to bother. This is my first message to the list.
I'm trying to build python 3.4.7 downloaded from python.org (released in August
this year) and while following the exact same steps detailed in
https://bugs.python.org/issue29027, I get gettin
Mauro Fontana added the comment:
Hi Christian
Great! Thanks for the information.
I apologize if this was trivial, just wanted to make sure.
Cheers,
--
___
Python tracker
<https://bugs.python.org/issue31
Change by Mauro Fontana :
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue31838>
___
___
Python-bugs-list
Mauro Cicognini added the comment:
The removal of the dead code causes imaplib under py3k to lose the quoting
functionality that is described in documentation (except for passwords, that do
get always quoted as stated).
I submit that we give at least a temporary warning in the docs, and that
Mauro Cicognini added the comment:
David, that is exactly what I meant: functionality for Python 3 is less than
the functionality available for Python 2, and behavior is completely out of
sync with the documentation.
Bug or not, and independent of the root cause (I don't know if anyone
Mauro Rodrigues added the comment:
Hi guys!
Here is a patch for the fileinput module, with some names beyond
fileinput.fileno: fileinput.hook_compressed, fileinput.hook_encoded as
mentioned in the docs https://docs.python.org/3/library/fileinput.html
This is my first patch as well, so
New submission from Cesare Di Mauro :
This test fails on Windows because it tries to change the working folder to an
empty string.
Anyway, even changing:
os.chdir(basepath)
with:
os.chdir(basepath or '.')
it fails because the subprocess tries to execute an ELF file
('Mod
New submission from Cesare Di Mauro :
Executing test_future5 fails:
D:\CPython>PCbuild\python_d.exe Lib\test\test_future5.py
Traceback (most recent call last):
File "Lib\test\test_future5.py", line 6, in
from . import support
ValueError: Attempted relative import in non-p
Cesare Di Mauro added the comment:
Unfortunately this test isn't skip on normal setup (using VisualStudio 2008
Express). I've updated the clone just a few minutes ago, rebuilt Python (in
Debug mode), and that's what happened:
D:\CPython>PCbuild\python_d.exe Lib
Mauro Navarro Baraldi added the comment:
Replace to most use of /tmp/tempfile for just tempfile, as sugested before.
--
keywords: +patch
nosy: +maurobaraldi
Added file: http://bugs.python.org/file19698/py3k-docs.patch
___
Python tracker
<h
Mauro Navarro Baraldi added the comment:
Reviewing this thread and talking with another friends, I thought that the
pythonic way to solve it should be use the tempfile module.
And here is a suggestion using the logging module with tempfile.
> import logging
> import tempfil
Mauro Matteo Cascella added the comment:
Hello,
CVE-2020-26116 has been requested/assigned for this flaw via MITRE form:
https://cveform.mitre.org/
I suggest mentioning it in the related vulnerability page:
https://python-security.readthedocs.io/vuln/http-header-injection-method.html
Also
Mauro S. M. Rodrigues added the comment:
Hi Anthony,
Thanks for asking, yeah I'm interested in push a new version. I'll do it later
today and I'll post a link to the pr here.
--
___
Python tracker
<https://bugs.pyt
Mauro S. M. Rodrigues added the comment:
So per Serhiy comment can I assume the patch is not necessary? If so I believe
the issue should be closed as well.
--
___
Python tracker
<https://bugs.python.org/issue25
Changes by Mauro S. M. Rodrigues :
Added file: http://bugs.python.org/file39718/issue23883_fileinput.patch
___
Python tracker
<http://bugs.python.org/issue23883>
___
___
Changes by Mauro S. M. Rodrigues :
Removed file: http://bugs.python.org/file39140/issue23883_fileinput.patch
___
Python tracker
<http://bugs.python.org/issue23
Mauro S. M. Rodrigues added the comment:
Hi everybody!
This is my second patch on the community, although the first one is not merged,
so any feedback is appreciated.
I've added tests to cover this new situation and docs to let people know about
the possibility of keeping their temp
Mauro S. M. Rodrigues added the comment:
Hi Barry, I was testing this and it seems to work, am I doing something wrong
in order to reproduce it? I've used the same parameters from the unit tests
Python 3.5.0+ (3.5:1e99ba6b7c98, Oct 8 2015, 17:12:06)
[GCC 4.8.4] on linux
Type
Mauro S. M. Rodrigues added the comment:
Yes, I'm, I have a commitment now but I'll submit a new version later today
--
___
Python tracker
<http://bugs.python.o
Mauro S. M. Rodrigues added the comment:
New version.
--
Added file: http://bugs.python.org/file41052/issue23883_fileinput.v2.patch
___
Python tracker
<http://bugs.python.org/issue23
20 matches
Mail list logo