pypi dal patch, thanks Niphlod
This commit is contained in:
@@ -118,6 +118,7 @@ commit:
|
||||
push:
|
||||
hg push
|
||||
git push
|
||||
git push --tags
|
||||
tag:
|
||||
git tag -l '$(S)'
|
||||
hg tag -l '$(S)'
|
||||
|
||||
@@ -1 +1 @@
|
||||
Version 2.4.6-stable+timestamp.2013.04.06.12.22.00
|
||||
Version 2.4.6-stable+timestamp.2013.04.07.19.36.49
|
||||
|
||||
+1
-1
@@ -8050,7 +8050,7 @@ class Reference(long):
|
||||
|
||||
def __setattr__(self, key, value):
|
||||
if key.startswith('_'):
|
||||
int.__setattr__(self, key, value)
|
||||
long.__setattr__(self, key, value)
|
||||
return
|
||||
self.__allocate()
|
||||
self._record[key] = value
|
||||
|
||||
Reference in New Issue
Block a user