Marcin Niemira added the comment:
Sounds like there is an infinite loop here:
```
Pdb)
> /usr/lib/python3.7/email/_header_value_parser.py(2370)get_parameter()
-> v.append(token)
(Pdb)
> /usr/lib/python3.7/email/_header_value_parser.py(2365)get_parameter()
-> while val
Change by Marcin Niemira :
--
keywords: +patch
pull_requests: +14369
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/14551
___
Python tracker
<https://bugs.python.org/issu
Marcin Niemira added the comment:
I'm terribly sorry, but I feel I won't be able to fix this issue. Sorry for
fuss. Closing my PR, because it's broken.
--
___
Python tracker
<https://bugs.pyt
New submission from Marcin Niemira :
Hey,
There is a missing function doc in `io.IOBase`
```python
import os
help(io.IOBase.writelines)
```
produces output like:
```
Help on method_descriptor:
writelines(self, lines, /)
```
I'll be happy to provide PR for this issue.
Cheers,
M
Change by Marcin Niemira :
--
keywords: +patch
pull_requests: +12611
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue36523>
___
___
Py
Change by Marcin Niemira :
--
keywords: +patch
pull_requests: +12664
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue36571>
___
___
Py
New submission from Marcin Niemira :
pycodestyle (pep8) reports some issues on linting for Lib/smtplib.py
I believe we can fix most of them and apply some improvements due to pep-572.
PR on GH.
Are contributions like this valuable?
--
components: Library (Lib)
messages: 339714
nosy
Marcin Niemira added the comment:
Thanks for the explanation.
I'll close issue and PR.
Cheers :)
--
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.
New submission from Marcin Niemira :
Disabled test in not failing anymore.
```./python -m test -u all -v test_nntplib -m test_article_head_body
== CPython 3.8.0a3+
(heads/feature/pep-572-improvement-in-smtplib-dirty:f4efa312d1, Apr 8 2019,
21:0) [GCC 7.3.0]
== Linux-4.15.0-46-generic-x86_64
Change by Marcin Niemira :
--
keywords: +patch
pull_requests: +12710
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue36600>
___
___
Py
Marcin Niemira added the comment:
Hey,
Yes, it does. Closing issue and PR.
Cheers!
--
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/i
Marcin Niemira added the comment:
Hey,
Is there something I can improve in this PR?
--
___
Python tracker
<https://bugs.python.org/issue36523>
___
___
Python-bug
Change by Marcin Niemira :
--
pull_requests: +12832
___
Python tracker
<https://bugs.python.org/issue36523>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Marcin Niemira :
--
keywords: +patch
pull_requests: +7729
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Marcin Niemira :
--
keywords: +patch
pull_requests: +7730
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Marcin Niemira :
--
pull_requests: +7740
stage: backport needed -> patch review
___
Python tracker
<https://bugs.python.org/issue34061>
___
___
Py
Change by Marcin Niemira :
--
pull_requests: +7741
___
Python tracker
<https://bugs.python.org/issue34061>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Marcin Niemira :
--
keywords: +patch
pull_requests: +9835
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Marcin Niemira :
--
pull_requests: +9839
___
Python tracker
<https://bugs.python.org/issue11122>
___
___
Python-bugs-list mailing list
Unsubscribe:
19 matches
Mail list logo