~ubuntu-branches/ubuntu/natty/python3.2/natty-security

« back to all changes in this revision

Viewing changes to Lib/distutils/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-02-14 16:12:14 UTC
  • mfrom: (10.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110214161214-f5vwa226kebccmt9
Tags: 3.2~rc3-1
Python 3.2 release candidate 3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
   setup (...)
9
9
"""
10
10
 
11
 
__revision__ = "$Id: __init__.py 88035 2011-01-15 17:08:53Z georg.brandl $"
 
11
__revision__ = "$Id: __init__.py 88413 2011-02-13 10:00:57Z georg.brandl $"
12
12
 
13
13
# Distutils version
14
14
#
15
15
# Updated automatically by the Python release process.
16
16
#
17
17
#--start constants--
18
 
__version__ = "3.2rc1"
 
18
__version__ = "3.2rc3"
19
19
#--end constants--