~ubuntu-branches/ubuntu/quantal/python2.7/quantal-proposed

« back to all changes in this revision

Viewing changes to Lib/distutils/__init__.py

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-03-21 19:57:41 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20120321195741-8a3p53etoujqgbu4
Tags: 2.7.3~rc2-1ubuntu1
* Loosen build dependency on expat (the version in precise has the
  security fixes applied).
* Add safety check to ensure that the _bsddb extension is built.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# Updated automatically by the Python release process.
16
16
#
17
17
#--start constants--
18
 
__version__ = "2.7.3rc1"
 
18
__version__ = "2.7.3rc2"
19
19
#--end constants--