Modify ↓
Opened 20 years ago
Closed 20 years ago
#1893 closed defect (fixed)
[patch] Move email notification support checking from Notify to NotifyEmail
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | vyt@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Notify.Notify.notify() currently checks for Python ≥ 2.2.2. However, this is necessary only for email notifications, so the code should be moved to Notify.NotifyEmail.notify(). This allows other types of notification (IM, pager, etc.) to work properly with a lower version of Python.
Attachments (2)
Change History (6)
by , 20 years ago
| Attachment: | emailnotify-r2055.patch added |
|---|
comment:1 by , 20 years ago
With 0.9, 2.2.2 is actually the lowest version of Python we support, so we should in fact remove the check completely.
comment:3 by , 20 years ago
| Cc: | added |
|---|
comment:4 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Removed version check in [2216].
Note:
See TracTickets
for help on using tickets.



Patch against [2055]