> ... the implementation (patch) I'm going to post > will require throw the ValueError for all bad placeholders. Since you're overriding the mod operator, it may be best to emulate its behavior which is to throw a KeyError: >>> '%(bingo)s' % {'bongo':'xxx'} Traceback (most recent call last): File "<pyshell#1>", line 1, in -toplevel- '%(bingo)s' % {'bongo':'xxx'} KeyError: 'bingo' Raymond
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4