[issue42153] doc: library imaplib a url not available

2020-11-15 Thread miss-islington


miss-islington  added the comment:


New changeset 7c4d8fa82aae98f2d638be68f21e9524a92a38e6 by Miss Islington (bot) 
in branch '3.9':
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
https://github.com/python/cpython/commit/7c4d8fa82aae98f2d638be68f21e9524a92a38e6


--

___
Python tracker 

___
___
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 miss-islington


miss-islington  added the comment:


New changeset 85a8a19134bf3f84e0c1504c2a5cd97aa255a63b by Miss Islington (bot) 
in branch '3.8':
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
https://github.com/python/cpython/commit/85a8a19134bf3f84e0c1504c2a5cd97aa255a63b


--

___
Python tracker 

___
___
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 Guido van Rossum


Guido van Rossum  added the comment:

Closing in anticipation of the backports landing.

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
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 miss-islington


Change by miss-islington :


--
pull_requests: +22202
pull_request: https://github.com/python/cpython/pull/23311

___
Python tracker 

___
___
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 miss-islington


Change by miss-islington :


--
nosy: +miss-islington
nosy_count: 6.0 -> 7.0
pull_requests: +22201
pull_request: https://github.com/python/cpython/pull/23310

___
Python tracker 

___
___
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 Guido van Rossum


Guido van Rossum  added the comment:


New changeset aa01011003bb855cd52abfd49f2443446590d913 by Yash Shete in branch 
'master':
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
https://github.com/python/cpython/commit/aa01011003bb855cd52abfd49f2443446590d913


--
nosy: +gvanrossum

___
Python tracker 

___
___
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 

___
___
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 

___
___
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 

___
___
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 

___
___
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 

___
___
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 

___
___
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 

___
___
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 Georg Brandl


Georg Brandl  added the comment:

It doesn't make sense to include the archive link, the documentation it refers 
to is available in the GitHub repository under docs/.

--
nosy: +georg.brandl

___
Python tracker 

___
___
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 

___
___
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 

___
___
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 

___
___
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 Hitansh K Doshi


Hitansh K Doshi  added the comment:

I made changes to rst file and added link that I got from university of 
Washington do check it. Let me know if any changes, you find it proper. I will 
submit my PR.
changes in shown in image

--
Added file: https://bugs.python.org/file49599/python doc1.png

___
Python tracker 

___
___
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 

___
___
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 Hitansh K Doshi


Hitansh K Doshi  added the comment:

I contacted them I got to know that the project is discontinued since 2008 and 
the resources are no more maintained.
they have provided with an github repo and an archive file link 

This is the exact reply:
Unfortunately, both UW IMAP and Pine/Alpine development was discontinued back 
in 2008 and removed from University systems in 2018. A community copy still 
exists at https://github.com/uw-imap/imap but UW provides no support or 
resources for it anymore.  It looks like some of the information may still be 
available via the Wayback Machine 
https://web.archive.org/web/20080323102305/https://www.washington.edu/imap/  

Mark Crispin, the lead developer at UW, started a fork of it called Panda IMAP 
when he was laid off in 2008, but he has unfortunately passed away and that no 
longer seems to be maintained.

what would you like me to do next ?

--

___
Python tracker 

___
___
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-02 Thread Chris Xiao

Chris Xiao  added the comment:

maybe,you can try to contact the webmaster of the University of Washington to 
get the correct url

--

___
Python tracker 

___
___
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-10-26 Thread Hitansh K Doshi


Hitansh K Doshi  added the comment:

hello,
I am new to python repo,
I would like to contribute here.

I checked the page to told and it is showing that 
https://www.washington.edu/imap/ is not found.
I tried to find the url to their documentation but I couldn't found one. can 
you please guide me here

--
nosy: +hitansh159

___
Python tracker 

___
___
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-10-26 Thread Chris Xiao

New submission from Chris Xiao :

jump to https://docs.python.org/3/library/imaplib.html#imap4-objects,

in the "See also" text, the url(https://www.washington.edu/imap/) of the 
University of Washington’s IMAP Information Center is not available.

--
assignee: docs@python
components: Documentation
messages: 379650
nosy: chrisxiao, docs@python
priority: normal
severity: normal
status: open
title: doc: library imaplib a url not available
versions: Python 3.9

___
Python tracker 

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