
python-checkins at python
Aug 10, 2012, 11:53 PM
Post #1 of 1
(31 views)
Permalink
|
|
cpython: Added tag v3.3.0b2 for changeset 4972a8f1b2aa
|
|
http://hg.python.org/cpython/rev/ecad81ceea05 changeset: 78497:ecad81ceea05 user: Georg Brandl <georg [at] python> date: Sat Aug 11 08:53:23 2012 +0200 summary: Added tag v3.3.0b2 for changeset 4972a8f1b2aa files: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -104,3 +104,4 @@ 0b53b70a40a00013505eb35e3660057b62be77be v3.3.0a3 7c51388a3aa7ce76a8541bbbdfc05d2d259a162c v3.3.0a4 e15c554cd43eb23bc0a528a4e8741da9bbec9607 v3.3.0b1 +4972a8f1b2aa3d7cdd64dc96aa7fa112fe1ea343 v3.3.0b2 -- Repository URL: http://hg.python.org/cpython
|