Opened 13 years ago

Closed 13 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)

new_style_raise_in_docs.patch (6.4 KB ) - added by Daniel Duan 13 years ago.
3rd_style_patch.patch (1.9 KB ) - added by Daniel Duan 13 years ago.

Download all attachments as: .zip

Change History (8)

by Daniel Duan, 13 years ago

comment:1 by Ramiro Morales, 13 years ago

In [15874]:

Changed 'raise' statements to new style syntax in documentation. Thanks DaNmarner. Refs #15635.

comment:2 by Daniel Duan, 13 years ago

Resolution: fixed
Status: newclosed

comment:3 by Daniel Duan, 13 years ago

Resolution: fixed
Status: closedreopened

by Daniel Duan, 13 years ago

Attachment: 3rd_style_patch.patch added

comment:4 by Daniel Duan, 13 years ago

Status: reopenednew

Either my regex skill or Emacs failed me. Anyway, I found two more of these old style raise.

comment:5 by Julien Phalip, 13 years ago

Triage Stage: UnreviewedReady for checkin

3rd_style_patch.patch is the patch to apply.

comment:6 by Adrian Holovaty, 13 years ago

Resolution: fixed
Status: newclosed

In [15917]:

Fixed #15635 -- Converted two legacy old-style raise statements. Thanks, DaNmarner

Note: See TracTickets for help on using tickets.
Back to Top