Skip to content

Missing stubs in Python 2.7 standard library #1147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
7 of 80 tasks
matthiaskramm opened this issue Apr 7, 2017 · 2 comments
Closed
7 of 80 tasks

Missing stubs in Python 2.7 standard library #1147

matthiaskramm opened this issue Apr 7, 2017 · 2 comments
Labels
stubs: request OUTDATED! Request to add stubs for a new package to typeshed

Comments

@matthiaskramm
Copy link
Contributor

matthiaskramm commented Apr 7, 2017

C extensions:

  • _abcoll
  • _sysconfigdata
  • copy_reg
  • encodings
  • sre_compile
  • sre_constants
  • sre_parse

Standard library (*.py) modules:

  • Bastion
  • CGIHTTPServer
  • DocXMLRPCServer
  • MimeWriter
  • SimpleHTTPServer
  • SimpleXMLRPCServer
  • _LWPCookieJar
  • _MozillaCookieJar
  • _abcoll
  • _osx_support
  • _pyio
  • _strptime
  • _threading_local
  • aifc
  • antigravity
  • anydbm
  • audiodev
  • bdb
  • cgitb
  • chunk
  • codeop
  • copy_reg
  • dbhash
  • dircache
  • dumbdbm
  • dummy_thread
  • dummy_threading
  • formatter
  • fpformat
  • htmllib
  • ihooks
  • imaplib
  • imghdr
  • imputil
  • macpath
  • macurl2path
  • mailbox
  • mailcap
  • mhlib
  • mimify
  • modulefinder
  • multifile
  • mutex
  • netrc
  • new
  • nntplib
  • ntpath
  • nturl2path
  • os2emxpath
  • pickletools
  • popen2
  • poplib
  • posixfile
  • pty
  • pydoc
  • rexec
  • sched
  • sets
  • sgmllib
  • smtpd
  • sre
  • sre_compile
  • sre_constants
  • sre_parse
  • statvfs
  • stringold
  • sunaudio
  • this
  • toaiff
  • user
  • whichdb
  • xmllib
  • xmlrpclib
@Solumin
Copy link
Contributor

Solumin commented Apr 17, 2017

#1166 added ntpath, macpath and os2emxpath

@srittau srittau added the stubs: request OUTDATED! Request to add stubs for a new package to typeshed label Oct 28, 2018
srittau pushed a commit that referenced this issue Aug 19, 2019
This commit adds:
* Stubs for CGIHTTPServer in the Python 2 standard library, as requested in #1147.
* Stubs for six.moves.CGIHTTPServer in Python 2, as requested in #22.
@srittau
Copy link
Collaborator

srittau commented Sep 10, 2020

Closing this as 2.7 is at end-of-life. While we still support 2.7, I don't think we strive to complete 2.7 stubs.

@srittau srittau closed this as completed Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stubs: request OUTDATED! Request to add stubs for a new package to typeshed
Projects
None yet
Development

No branches or pull requests

4 participants