]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Added keyword argument 'append' to filterwarnings(); if true, this
authorGuido van Rossum <guido@python.org>
Sun, 14 Jan 2001 14:08:40 +0000 (14:08 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 14 Jan 2001 14:08:40 +0000 (14:08 +0000)
commit9464a7de60e67f59d8773e868fb2271b32d837c6
tree918a86fa54e278aebf9215d521d7f29f8250fa8c
parent8373218e28b27e22e50540eae1d335de46ff7185
- Added keyword argument 'append' to filterwarnings(); if true, this
  appends to list of filters instead of inserting at the front.  This
  is useful to add a filter with a lower priority than -W options.

- Cosmetic improvements to a docstring and an error message.
Lib/warnings.py