Issue1046
Created on 2007-08-28 16:07 by inefab, last changed 2007-08-28 16:38 by doerwalter.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
cal.py
|
inefab,
2007-08-28 16:07
|
|
|
|
|
2008cal.html
|
inefab,
2007-08-28 16:07
|
|
|
|
|
msg55376 - (view) |
Author: (inefab) |
Date: 2007-08-28 16:07 |
|
The function HTMLCalendar.formatyearpage in module calendar takes at
most 5 arguments (year, month, css, encoding) whereas documentation
(http://docs.python.org/lib/module-calendar.html) says it takes at most
6 (theyear, themonth[, width[, css[, encoding]]]).
Also, the title tag in the head of the produced document with (year,
month, css) as arguments isn't properly closed ; the line is
<title>Calendar for 2008</title
when it should be
<title>Calendar for 2008</title>
This happend with linux (debian sid), with Python 2.5.1
Note: I haven't tested if the encoding did what it should
Joined files :
- HTMLyearbug.py: reproduces the bug
- 2008cal.html: the output produced by this file
|
|
msg55377 - (view) |
Author: (inefab) |
Date: 2007-08-28 16:07 |
|
uploaded 2008cal.html
|
|
msg55378 - (view) |
Author: Walter Dörwald (doerwalter) |
Date: 2007-08-28 16:38 |
|
Fixed in r57620
|
|
| Date |
User |
Action |
Args |
| 2007-08-28 16:38:50 | doerwalter | set | status: open -> closed resolution: fixed messages:
+ msg55378 nosy:
+ doerwalter |
| 2007-08-28 16:07:43 | inefab | set | files:
+ 2008cal.html messages:
+ msg55377 |
| 2007-08-28 16:07:04 | inefab | create | |
|