summaryrefslogtreecommitdiffstats
path: root/Python/import.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-01-24 10:37:59 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-01-24 10:37:59 (GMT)
commit4377a1a2c5c67e2ddc944da815b7f1507c0b1461 (patch)
tree638f8f4ff352c7bad10121546ce28e501eef98f9 /Python/import.c
parent04751047874d614226cd0e7bdab3d99c9118999c (diff)
downloadcpython-4377a1a2c5c67e2ddc944da815b7f1507c0b1461.zip
cpython-4377a1a2c5c67e2ddc944da815b7f1507c0b1461.tar.gz
cpython-4377a1a2c5c67e2ddc944da815b7f1507c0b1461.tar.bz2
Big oops: macfs has always been using a private exception but calling it mac.error.
It now uses MacOS.Error (the OSErr valued error) and advertises that too. This fix shouldn't break anything, I guess.
Diffstat (limited to 'Python/import.c')
0 files changed, 0 insertions, 0 deletions
1f79abcf Tk is a free and open-source, cross-platform widget toolkit that provides a library of basic elements of GUI widgets for building a graphical user interface (GUI) in many programming languages.
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | (cherry-pick): Fixed bug [f0188aca9e] (color names parsing on Windows), by ↵jan.nijtmans2017-04-132-1/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Simon Bachmann
| | | | | | * merge 8.6dgp2017-04-116-41/+84
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix [3f323bf2b4]: wm protocol crash on OSX compiled with XCode 8.3.1. Patch ↵fvogel2017-04-10