classification
Title: online docs out-of-sync with sources and distributed .chm files
Type: behavior Stage: committed/rejected
Components: Documentation Versions: Python 3.1, Python 2.6
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: gagenellina, georg.brandl, r.david.murray (3)
Priority: low Keywords

Created on 2009-11-07 04:08 by gagenellina, last changed 2009-11-07 05:55 by r.david.murray.

Messages (2)
msg95008 - (view) Author: Gabriel Genellina (gagenellina) Date: 2009-11-07 04:08
The online version of the 2.6.4 documentation, at
http://www.python.org/doc/2.6.4/reference/simple_stmts.html#assignment-
statements
includes the changes made in r74822
But neither the source tarball nor the .chm Windows help file 
corresponding to the same release include such changes.

Same thing happens with other documentation changes, like r73163.

In case those changes were intentionally not merged into the 2.6 
branch, why does the online version show them?
msg95010 - (view) Author: R. David Murray (r.david.murray) Date: 2009-11-07 05:55
Because they were merged after 2.6.4 was tagged.  The online docs show
the current state of the branch rather than the tagged state, because
why not publish the doc fixes, since we can?  Yes, ideally they would
have been merged before the release, but that didn't happen.  I'm sure
Georg would be happy to have help merging doc fixes :)
History
Date User Action Args
2009-11-07 05:55:40r.david.murraysetstatus: open -> closed


nosy: + r.david.murray
messages: + msg95010
resolution: invalid
priority: low
type: behavior
stage: committed/rejected
2009-11-07 04:08:22gagenellinacreate