Yash Shete added the comment:
I would like to try look into this problem. can you please point me into right
direction, like: where and what to edit. I am not much experienced but i would
like to try.
thankyou
--
nosy: +Pixmew
___
Python tracker
Change by Yash Shete :
--
pull_requests: +22188
pull_request: https://github.com/python/cpython/pull/23297
___
Python tracker
<https://bugs.python.org/issue42
Change by Yash Shete :
--
pull_requests: +22187
pull_request: https://github.com/python/cpython/pull/23296
___
Python tracker
<https://bugs.python.org/issue42
Yash Shete added the comment:
After some research all the problems are fixed
--
___
Python tracker
<https://bugs.python.org/issue42153>
___
___
Python-bug
Yash Shete added the comment:
This is what I get:
Run xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going -j4"
doctest suspicious html
make: Entering directory '/home/runner/work/cpython/cpython/Doc'
make[1]: Entering directory '/home/runner/work/c
Yash Shete added the comment:
The build fails because of "Inline emphasis start-string without end-string."
and bash script exists at code 2
can you please Help me.
--
___
Python tracker
<https://bugs.python.o
Change by Yash Shete :
--
keywords: +patch
pull_requests: +22183
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/23292
___
Python tracker
<https://bugs.python.org/issu
Yash Shete added the comment:
Then I shall remove the archive link
--
___
Python tracker
<https://bugs.python.org/issue42153>
___
___
Python-bugs-list mailin
Yash Shete added the comment:
Sorry my Bad your version is Good you can submit your PR,If any problem May I
submit it please
--
___
Python tracker
<https://bugs.python.org/issue42
Yash Shete added the comment:
As Documentaion of imaplib we should provide information of imap itself
--
___
Python tracker
<https://bugs.python.org/issue42
Yash Shete added the comment:
The link provided gives UW IMAP Server Documentation not In general
Documentation Of IMAP
--
___
Python tracker
<https://bugs.python.org/issue42
Change by Yash Shete :
--
pull_requests: +22179
pull_request: https://github.com/python/cpython/pull/23287
___
Python tracker
<https://bugs.python.org/issue41
Yash Shete added the comment:
Should I change the link to new one (not University of Washington’s IMAP
Information Center) as it contains so much information about IMAP4.
I could not find any link from University of Washington, So I suggest changing
the link all together. I have a link in
Yash Shete added the comment:
Well for me in Python 3.9.0
print("😀") prints 😀 and
print(ascii("😀")) prints '\U0001f600'
It does not Raises error "utf-8' codec can't encode characters in position
7-12: surrogates not allowed.&quo
Yash Shete added the comment:
Should it be "These represents hashable objects"
--
nosy: +Pixmew
___
Python tracker
<https://bugs.python.org/issue42348>
___
__
Change by Yash Shete :
--
pull_requests: +22094
pull_request: https://github.com/python/cpython/pull/23191
___
Python tracker
<https://bugs.python.org/issue41
Change by Yash Shete :
--
keywords: +patch
pull_requests: +22078
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/23166
___
Python tracker
<https://bugs.python.org/issu
Yash Shete added the comment:
Vulnerable regex conditions are removed
bpo-41712: Removal of Vulnerable regex conditions
Using suggestion ""For example, you can modify the sub-pattern \w+\d+ to
([A-Za-z_]*\d)+"" and converted to ([A-za-z_]+\d+)
which should Fix the
Change by Yash Shete :
Removed file: https://bugs.python.org/file49571/purge.py
___
Python tracker
<https://bugs.python.org/issue41712>
___
___
Python-bugs-list mailin
Yash Shete added the comment:
converted regex from \w+\d+ to ([A-Za-z_]*\d)+
as asked.
you can modify the sub-pattern \w+\d+ to ([A-Za-z_]*\d)+
and is working fine
--
nosy: +Pixmew
Added file: https://bugs.python.org/file49571/purge.py
___
Python
20 matches
Mail list logo