mirror of https://github.com/python/cpython
Merged revisions 73590 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r73590 | martin.v.loewis | 2009-06-28 00:51:58 +0200 (So, 28 Jun 2009) | 2 lines Add uuids for 3.1.[12](rc1|final). ........
This commit is contained in:
parent
2a0a8fd8a5
commit
0491d78a9e
|
@ -73,4 +73,8 @@ product_codes = {
|
|||
'3.1.121': '{da2b5170-12f3-4d99-8a1f-54926cca7acd}', # 3.1c1
|
||||
'3.1.122': '{bceb5133-e2ee-4109-951f-ac7e941a1692}', # 3.1c2
|
||||
'3.1.150': '{3ad61ee5-81d2-4d7e-adef-da1dd37277d1}', # 3.1.0
|
||||
'3.1.1121':'{5782f957-6d49-41d4-bad0-668715dfd638}', # 3.1.1c1
|
||||
'3.1.1150':'{7ff90460-89b7-435b-b583-b37b2815ccc7}', # 3.1.1
|
||||
'3.1.2121':'{ec45624a-378c-43be-91f3-3f7a59b0d90c}', # 3.1.2c1
|
||||
'3.1.2150':'{d40af016-506c-43fb-a738-bd54fa8c1e85}', # 3.1.2
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue