Éric Araujo <[email protected]> added the comment: >> 1) I assume you have checked that this code does not produce two newlines >> (one in the string, >> one from the print function or write method):
> Yes, it should be clear from the output that I presented above. Okay, I had missed that. > I think TextDoc.indent() takes care of the trailing '\n'. What is take care? Removing it? > That won't work for maintenance branches. (I am not even sure docs are > built for maintenance branches.) 3.1 and 2.7 docs are rebuilt. > I am not so sure about micro-version There is only one version* directive which uses a micro number. It’s a bit unfortunate. > If there was say latest/X.Y, I would use that. Wait - > there is: docs.python.org/X.Y. Would you prefer that? My point was that people used 2.7 docs even when developing for 2.6. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10446> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
