This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年08月21日 08:32 by jeffknupp, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| json_deprecated.patch | jeffknupp, 2012年08月21日 08:32 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg168750 - (view) | Author: Jeff Knupp (jeffknupp) * | Date: 2012年08月21日 08:32 | |
patch to test_json to not use assert(Raises)Regexp, which has been deprecated in favor of assert(Raises)Regex. |
|||
| msg168751 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年08月21日 08:40 | |
New changeset 3a02a1f7d069 by Ezio Melotti in branch '3.2': #15752: s/assertRaisesRegexp/assertRaisesRegex/g http://hg.python.org/cpython/rev/3a02a1f7d069 New changeset b36ce0a3a844 by Ezio Melotti in branch 'default': #15752: merge with 3.2. http://hg.python.org/cpython/rev/b36ce0a3a844 |
|||
| msg168752 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2012年08月21日 08:40 | |
Fixed, thanks for the patch! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:35 | admin | set | github: 59957 |
| 2012年08月21日 08:41:00 | ezio.melotti | set | status: open -> closed type: enhancement assignee: ezio.melotti versions: + Python 3.2 nosy: + ezio.melotti messages: + msg168752 resolution: fixed stage: resolved |
| 2012年08月21日 08:40:05 | python-dev | set | nosy:
+ python-dev messages: + msg168751 |
| 2012年08月21日 08:32:46 | jeffknupp | create | |