logging module missing in 2.3a1

Janto Dreijer janto_d at hotmail.com
Wed Jan 22 19:02:34 EST 2003


Python 2.3a1 (#38, Dec 31 2002, 17:53:59) [MSC v.1200 32 bit (Intel)] on win32
Type "copyright", "credits" or "license" for more information.
IDLE 0.8 -- press F1 for help
>>> import logging
Traceback (most recent call last):
  File "<pyshell#0>", line 1, in ?
    import logging
ImportError: No module named logging
>>> 

Eh? Is there something I'm missing?
Or is the actual code a bit behind wrt the documentation?




More information about the Python-list mailing list