]> granicus.if.org Git - python/commit
Added has_option(); fix bug in get() which botched interpolation if
authorGuido van Rossum <guido@python.org>
Mon, 4 Oct 1999 19:58:22 +0000 (19:58 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 4 Oct 1999 19:58:22 +0000 (19:58 +0000)
commita5a24b76f494c2e5a83c08061a471963e3e297a9
treee6c9caf944411245eea6b0e6565bd596443955af
parent6a8d84b0c1508d0a3f10f716f3faf3863b41f758
Added has_option(); fix bug in get() which botched interpolation if
'%(' was found in first position (found by Fred Drake).
Lib/ConfigParser.py