Giter Club home page Giter Club logo

Comments (5)

kwhkim avatar kwhkim commented on September 28, 2024

I check the validity of the list above.

import this works but import xxlimited does not.

So neither your list nor mine is perfect. What is your source? My source is the url mentioned above.

from stdlib-list.

kwhkim avatar kwhkim commented on September 28, 2024

Here is the full list of modules I failed to import with __import__()

No module named '_crypt' 19 _crypt
No module named '_curses' 23 _curses
No module named '_curses_panel' 24 _curses_panel
No module named '_dbm' 26 _dbm
No module named '_gdbm' 32 _gdbm
No module named '_posixshmem' 49 _posixshmem
No module named '_posixsubprocess' 50 _posixsubprocess
No module named '_uuid' 80 _uuid
No module named '_xxtestfuzz' 85 _xxtestfuzz
No module named 'xxlimited' 99 xxlimited

from stdlib-list.

kwhkim avatar kwhkim commented on September 28, 2024

Oh it only supports the version up until 3.5...

from stdlib-list.

woodruffw avatar woodruffw commented on September 28, 2024

Yeah, this package additionally contains modules that appear in a Python distribution but aren't considered public (as indicated by the _prefix format).

Unfortunately, there's no incredibly sound way to get a "perfect" list of all standard library modules, since individual distributions might have different lists based on their target platform, OS, or even how they're built. The work in #64 will make things slightly more consistent here, but there will probably still be gaps around individual OSes and build configurations (until I have more time to work out reliable methods for retrieving those).

from stdlib-list.

woodruffw avatar woodruffw commented on September 28, 2024

Closing as intended.

from stdlib-list.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.