[issue42365] Python launcher: sort order in "Installed versions" off with 3.10

2020-11-15 Thread Yash Shete


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 
<https://bugs.python.org/issue42365>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42153] doc: library imaplib a url not available

2020-11-15 Thread Yash Shete


Change by Yash Shete :


--
pull_requests: +22188
pull_request: https://github.com/python/cpython/pull/23297

___
Python tracker 
<https://bugs.python.org/issue42153>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42153] doc: library imaplib a url not available

2020-11-15 Thread Yash Shete


Change by Yash Shete :


--
pull_requests: +22187
pull_request: https://github.com/python/cpython/pull/23296

___
Python tracker 
<https://bugs.python.org/issue42153>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42153] doc: library imaplib a url not available

2020-11-15 Thread Yash Shete


Yash Shete  added the comment:

After some research all the problems are fixed

--

___
Python tracker 
<https://bugs.python.org/issue42153>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42153] doc: library imaplib a url not available

2020-11-15 Thread Yash Shete


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/cpython/cpython/Doc'
mkdir -p build
Building NEWS from Misc/NEWS.d with blurb
PATH=./venv/bin:$PATH sphinx-build -b doctest -d build/doctrees  -q -W 
--keep-going -j4 -W . build/doctest 
Warning: ../build/NEWS:111: WARNING: Inline emphasis start-string without 
end-string.
/home/runner/work/cpython/cpython/Lib/socket.py:775: ResourceWarning: unclosed 

  self._sock = None
ResourceWarning: Enable tracemalloc to get the object allocation traceback
:1: DeprecationWarning: the imp module is deprecated in 
favour of importlib; see the module's documentation for alternative uses
  import imp
:1: DeprecationWarning: `formatargspec` is deprecated since 
Python 3.5. Use `signature` and the `Signature` object directly
  formatargspec(*getfullargspec(f))
Makefile:49: recipe for target 'build' failed
make[1]: *** [build] Error 1
make[1]: Leaving directory '/home/runner/work/cpython/cpython/Doc'
Testing of doctests in the sources finished, look at the results in 
build/doctest/output.txt
Makefile:127: recipe for target 'doctest' failed
make: *** [doctest] Error 1
make: Leaving directory '/home/runner/work/cpython/cpython/Doc'
Error: Process completed with exit code 2.

--

___
Python tracker 
<https://bugs.python.org/issue42153>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42153] doc: library imaplib a url not available

2020-11-15 Thread Yash Shete


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.org/issue42153>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42153] doc: library imaplib a url not available

2020-11-15 Thread Yash Shete


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/issue42153>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42153] doc: library imaplib a url not available

2020-11-14 Thread Yash Shete


Yash Shete  added the comment:

Then I shall remove the archive link

--

___
Python tracker 
<https://bugs.python.org/issue42153>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42153] doc: library imaplib a url not available

2020-11-14 Thread Yash Shete


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/issue42153>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42153] doc: library imaplib a url not available

2020-11-14 Thread Yash Shete


Yash Shete  added the comment:

As Documentaion of imaplib we should provide information of imap itself

--

___
Python tracker 
<https://bugs.python.org/issue42153>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42153] doc: library imaplib a url not available

2020-11-14 Thread Yash Shete


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/issue42153>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41712] REDoS in purge

2020-11-14 Thread Yash Shete


Change by Yash Shete :


--
pull_requests: +22179
pull_request: https://github.com/python/cpython/pull/23287

___
Python tracker 
<https://bugs.python.org/issue41712>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42153] doc: library imaplib a url not available

2020-11-14 Thread Yash Shete

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 mind
I can open a PR If you agree.

--
nosy: +Pixmew

___
Python tracker 
<https://bugs.python.org/issue42153>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42318] [tkinter] surrogate pairs in Tcl/Tk string when pasting an emoji in a text widget

2020-11-13 Thread Yash Shete

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." as you are suggesting

--
nosy: +Pixmew

___
Python tracker 
<https://bugs.python.org/issue42318>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42348] Language Reference: Set items

2020-11-13 Thread Yash Shete


Yash Shete  added the comment:

Should it be "These represents hashable objects"

--
nosy: +Pixmew

___
Python tracker 
<https://bugs.python.org/issue42348>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41712] REDoS in purge

2020-11-07 Thread Yash Shete


Change by Yash Shete :


--
pull_requests: +22094
pull_request: https://github.com/python/cpython/pull/23191

___
Python tracker 
<https://bugs.python.org/issue41712>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41712] REDoS in purge

2020-11-05 Thread Yash Shete


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/issue41712>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41712] REDoS in purge

2020-11-05 Thread Yash Shete


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 issue of vulnerable regex.
Test Result : Working as intended

Sorry if this not much this is my first pr to big org

--
Added file: https://bugs.python.org/file49572/purge.py

___
Python tracker 
<https://bugs.python.org/issue41712>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41712] REDoS in purge

2020-11-05 Thread Yash Shete


Change by Yash Shete :


Removed file: https://bugs.python.org/file49571/purge.py

___
Python tracker 
<https://bugs.python.org/issue41712>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41712] REDoS in purge

2020-11-05 Thread Yash Shete


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 tracker 
<https://bugs.python.org/issue41712>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com