PythonLibraryRefTemplate$ Python Library Reference Guido van Rossum Fred L. Drake, Jr., editor PythonLabs Email: docs@python.org Release 2.3.3 December 19, 2003 (conversion to Wiki Format by [[LloydFlanagan|A. Lloyd Flanagan]], who didn't know what he was getting into) ---- ||Note: this is an unofficial posting of the official python documentation. So '''PLEASE DON'T''' modify the existing text! It will probably just be overwritten and no one will realize you've done it. '''PLEASE DO''' add any and all comments at the end of the section they apply to. That's what it's for! || [[/FrontMatter|Front Matter]] = Table Of Contents = 1. [[/Introduction|Introduction]] 2. [[/BuiltInObjects|Built In Objects]] 3. [[/PythonRuntimeServices|Python Runtime Services]] 4. [[/StringServices|String Services]] 5. [[/MiscellaneousServices|Miscellaneous Services]] 6. [[/GenericOperatingSystemServices|Generic Operating System Services]] 7. [[/OptionalOperatingSystemServices|Optional Operating System Services]] 8. [[/UnixSpecificServices|Unix Specific Services]] 9. [[/ThePythonDebugger|The Python Debugger]] 10. [[/ThePythonProfiler|The Python Profiler]] 11. [[/InternetProtocolsAndSupport|Internet Protocols And Support]] 12. [[/InternetDataHandling|Internet Data Handling]] 13. [[/StructuredMarkupProcessingTools|Structured Markup Processing Tools]] 14. [[/MultimediaServices|Multimedia Services]] 15. [[/CryptographicServices|Cryptographic Services]] 16. [[/GraphicalUserInterfacesWithTk|Graphical User Interfaces With Tk]] 17. [[/RestrictedExecution|Restricted Execution]] 18. [[/PythonLanguageServices|Python Language Services]] 19. [[/PythonCompilerPackage|Python Compiler Package]] 20. [[/SgiIrixSpecificServices|Sgi Irix Specific Services]] 21. [[/SunOsSpecificServices|Sun OS Specific Services]] 22. [[/MsWindowsSpecificServices|MS Windows Specific Services]] A. [[/UndocumentedModules|Undocumented Modules]] B. [[/ReportingBugs|Reporting Bugs]] C. [[/HistoryAndLicense|History And License]] [[/ModuleIndex|Module Index]] [[/PythonLibraryReferenceIndex|Python Library Reference Index]] [[/AboutThisDocument|About This Document]] ... == Comments == Another set of annotatable documentation is at http://pydoc.amk.ca/frame.html . That site wraps a frameset around the Python 2.3.4 documentation and adds some JavaScript that updates another frame to display a Wiki page for the documentation page you're viewing. Please go and add any commentary, links, or other material you wish. If it becomes clear that people will actually use these annotated docs, they'll probably get moved onto python.org. AndrewKuchling -- 2004-09-09 ---- LloydFlanagan -- 10/8/2004 I've checked out Andrew's setup. It's brilliant! I've been looking at a system for parsing the current CVS documentation, creating wiki pages out of it, and updating them as the docs are changed. Meanwhile, Andrew has come up with a scheme to view the standard HTML pages side-by-side with comments. Since that's so functional, and these docs are obsolete already, I'll probably stop work on this version until I think of something better. Err, make that "if". Thanks Andrew! ---- CategoryDocumentation