Opened 15 years ago
Closed 15 years ago
#15635 closed (fixed)
New-style raise in documentation
| Reported by: | Daniel Duan | Owned by: | Daniel Duan |
|---|---|---|---|
| Component: | Uncategorized | Version: | dev |
| Severity: | Keywords: | PEP8 | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
This is a follow-up patch to ticket #15609. It fixes the raise style in the documentation as well as an appearance in /django/utils/unittest/case.py
Attachments (2)
Change History (8)
by , 15 years ago
| Attachment: | new_style_raise_in_docs.patch added |
|---|
comment:1 by , 15 years ago
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 15 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
by , 15 years ago
| Attachment: | 3rd_style_patch.patch added |
|---|
comment:4 by , 15 years ago
| Status: | reopened → new |
|---|
Either my regex skill or Emacs failed me. Anyway, I found two more of these old style raise.
comment:5 by , 15 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
3rd_style_patch.patch is the patch to apply.
Note:
See TracTickets
for help on using tickets.
In [15874]: