1. invalid syntax (configparser.py, line 398)
line of code in question:
_KEYCRE = re.compile(ur"%\(([^)]+)\)s")
PyScripter: 2.5.3.0 x86
Python: v3.3.1
configparser: 3.2.0r3
OS: Win7 x64
Code runs without error using IDLE
full code:
import configparser
def main():
pass
if __name__ == '__main__':
main()
Original issue reported on code.google.com by jared.si...@gmail.com on 14 May 2013 at 2:04
Original issue reported on code.google.com by
jared.si...@gmail.com
on 14 May 2013 at 2:04