Menu

#5 Doesn't work with beta

open
nobody
None
5
2012-03-18
2012-03-18
No

For example, with mediawiki 1.19.0beta1, it fails because it tries to parse the third component as an integer in this line:

self.version = (int(version[0]), int(version[1]), int(version[2]))

(client.py)

Discussion