mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Two issues spotted by Ronald OUssoren:
- there were no accessor functions for the global per-database fields - packages and their dependencies were installed in order in stead of in reverse order.
This commit is contained in:
parent
c32cec14b4
commit
118e1277a6
4 changed files with 2234 additions and 3 deletions
|
@ -1 +1,6 @@
|
|||
from _Qt import *
|
||||
try:
|
||||
_ = AddFilePreview
|
||||
except:
|
||||
raise ImportError, "Old (2.3) _Qt.so module loaded in stead of new (2.4) _Qt.so"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue