Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
cpython
Commits
6c8850d9
Commit
6c8850d9
authored
13 years ago
by
Georg Brandl
Browse files
Options
Download
Email Patches
Plain Diff
Bump to 3.3.0a1.
parent
0e475c35
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
10 deletions
+10
-10
Include/patchlevel.h
Include/patchlevel.h
+2
-2
Lib/distutils/__init__.py
Lib/distutils/__init__.py
+1
-1
Lib/idlelib/idlever.py
Lib/idlelib/idlever.py
+1
-1
Misc/NEWS
Misc/NEWS
+3
-3
Misc/RPM/python-3.3.spec
Misc/RPM/python-3.3.spec
+1
-1
README
README
+2
-2
No files found.
Include/patchlevel.h
View file @
6c8850d9
...
...
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 3
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
#define PY_RELEASE_SERIAL
0
#define PY_RELEASE_SERIAL
1
/* Version as a string */
#define PY_VERSION "3.3.0a
0
"
#define PY_VERSION "3.3.0a
1
"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
...
...
This diff is collapsed.
Click to expand it.
Lib/distutils/__init__.py
View file @
6c8850d9
...
...
@@ -13,5 +13,5 @@ used from a setup script as
# Updated automatically by the Python release process.
#
#--start constants--
__version__
=
"3.3
a0
"
__version__
=
"3.3
.0a1
"
#--end constants--
This diff is collapsed.
Click to expand it.
Lib/idlelib/idlever.py
View file @
6c8850d9
IDLE_VERSION
=
"3.3
a0
"
IDLE_VERSION
=
"3.3
.0a1
"
This diff is collapsed.
Click to expand it.
Misc/NEWS
View file @
6c8850d9
...
...
@@ -2,10 +2,10 @@
Python
News
+++++++++++
What
's New in Python 3.3 Alpha 1?
=================================
What
's New in Python 3.3
.0
Alpha 1?
=================================
==
*Release date:
XX-XXX
-20
XX
*
*Release date:
05-Mar
-20
12
*
Core and Builtins
-----------------
...
...
This diff is collapsed.
Click to expand it.
Misc/RPM/python-3.3.spec
View file @
6c8850d9
...
...
@@ -39,7 +39,7 @@
%define name python
#--start constants--
%define version 3.3
a0
%define version 3.3
.0a1
%define libvers 3.3
#--end constants--
%define release 1pydotorg
...
...
This diff is collapsed.
Click to expand it.
README
View file @
6c8850d9
This is Python version 3.3 alpha
0
==================================
This is Python version 3.3
.0
alpha
1
==================================
==
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
2012 Python Software Foundation. All rights reserved.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment