[New-bugs-announce] [issue15752] change test_json's use of deprecated unittest function

Jeff Knupp report at bugs.python.org
Tue Aug 21 10:32:47 CEST 2012


New submission from Jeff Knupp:

patch to test_json to not use assert(Raises)Regexp, which has been deprecated in favor of assert(Raises)Regex.

----------
components: Tests
files: json_deprecated.patch
keywords: patch
messages: 168750
nosy: Jeff.Knupp
priority: normal
severity: normal
status: open
title: change test_json's use of deprecated unittest function
versions: Python 3.3
Added file: http://bugs.python.org/file26944/json_deprecated.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15752>
_______________________________________


More information about the New-bugs-announce mailing list