]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add provisions to set the (to be documented!) instance variable
authorGuido van Rossum <guido@python.org>
Mon, 7 Oct 1996 21:29:49 +0000 (21:29 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 7 Oct 1996 21:29:49 +0000 (21:29 +0000)
commitccd8b19c99c353950c54d9818bb57c408df09a53
tree70b95d07623f64ee5f81b9d3734cb09fbcddaa29
parent36fc11e894510d1521a934f3e77d596e94431c2f
Add provisions to set the (to be documented!) instance variable
'writer' of the NullFormatter to the writter passed in, or to a
NullWriter if none (or None) is passed in.
Lib/formatter.py