summaryrefslogtreecommitdiffstats
path: root/Doc/lib/windows.tex
Commit message (Collapse)AuthorAgeFilesLines
* Other chapter titles refer to collections of modules as "Services"; doFred Drake1999-02-221-1/+1
| | | | the same here.
* Added chapter on Windows modules, including msvcrt and winsound.Fred Drake1999-02-161-0/+8
> committerSerhiy Storchaka <storchaka@gmail.com>2016-10-08 09:24:09 (GMT) commit61dd7ff0735936b77071a90151faccb9eb8ca16d (patch) tree6fdcf06bd27bcef4130de96e2471323049630965 /Tools parent6a35bf6ca051f07edf0044278a1bf71b88111320 (diff)downloadcpython-61dd7ff0735936b77071a90151faccb9eb8ca16d.zip
cpython-61dd7ff0735936b77071a90151faccb9eb8ca16d.tar.gz
cpython-61dd7ff0735936b77071a90151faccb9eb8ca16d.tar.bz2
Issue #26906: Resolving special methods of uninitialized type now causes
implicit initialization of the type instead of a fail.