0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00

Add 3.1.3 UUIDs.

This commit is contained in:
Martin v. Löwis 2010-10-25 19:58:42 +00:00
parent 5bbbf1d9f9
commit acc62be8aa

View File

@ -77,4 +77,7 @@ product_codes = {
'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
'3.1.3121':'{a1e436f8-92fc-4ddb-af18-a12529c57aaf}', # 3.1.3rc1
'3.1.3122':'{2fc19026-a3e5-493e-92a0-c1f3b4a272ae}', # 3.1.3rc2
'3.1.3150':'{f719d8a6-46fc-4d71-94c6-ffd17a8c9f35}', # 3.1.3
}