##// END OF EJS Templates
util: correct check of sys.version_info...
util: correct check of sys.version_info sys.version is a string, and shouldn't be compared against a tuple for version comparisons. This was always true, so we were never disabling gc on 2.6. >>> (2, 7) >= '2.7' True >>> (2, 6) >= '2.7' True

File last commit:

r18200:b3126667 default
r30053:dbcef891 default
Show More
feed-icon-14x14.png
0 lines | 689 B | image/png | TextLexer
/ mercurial / templates / static / feed-icon-14x14.png
rendered-image