Standard library reorganized

The core developers have cleaned up and better organized the Python standard library. For instance, SimpleHTTPServer now lives in the http.server module:

Python 2

Python 3

$ python -m SimpleHTTPServer   
Serving HTTP on 0.0.0.0 port 8000 ...   
$python -m http.serverServing HTTP on 0.0.0.0 port 8000 ...

Get Django Design Patterns and Best Practices - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.