]> granicus.if.org Git - python/commit
A quick fix that removes a spurious unittest failure when users
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 19 Feb 2008 15:29:40 +0000 (15:29 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Tue, 19 Feb 2008 15:29:40 +0000 (15:29 +0000)
commit8d273b059c7d48bac95ed4822c853bf4a0289ab5
tree7f2d45b1556669f2dfde1504f7e678c38a5ddace
parent0821983f7667e53e9e531ca5d55114e41ad907dd
A quick fix that removes a spurious unittest failure when users
upgrade their python2.5 install and then run Python's test suite.
This is needed because one of the test files for the decimal module
changed it name (see issue 2114) and OSX doesn't feature a full
package manager.
Mac/BuildScript/build-installer.py