[ python-Bugs-1061770 ] Manual typesets bit-shift operators as guillemet

SourceForge.net noreply at sourceforge.net
Thu Nov 11 07:18:32 CET 2004


Bugs item #1061770, was opened at 2004-11-06 23:46
Message generated for change (Comment added) made by fdrake
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1061770&group_id=5470

Category: Documentation
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 6
Submitted By: Brion Vibber (vibber)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Manual typesets bit-shift operators as guillemet

Initial Comment:
The online reference manual misencodes the << and >> binary 
shift operators as the left and right guillemet (French quote) 
characters: « and ».

For instance here:
http://docs.python.org/ref/shifting.html
http://docs.python.org/ref/augassign.html
etc

These look a bit odd onscreen, and will naturally fail should 
someone try cut and paste. Even if you set the file encoding, 
Python will *not* accept the expression x « 2 as suggested by the 
documentation. :)

Release 2.3.4, documentation updated on May 20, 2004.


----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2004-11-11 01:18

Message:
Logged In: YES 
user_id=3066

Fixed by adding empty groups to the LaTeX source.  Hackish,
but it works.

Doc/lib/libstdtypes.tex  1.169, 1.129.8.12
Doc/ref/ref5.tex  1.86, 1.76.10.5
Doc/ref/ref6.tex  1.73, 1.68.8.3
Doc/whatsnew/whatsnew20.tex  1.52, 1.48.8.2
Doc/whatsnew/whatsnew23.tex  1.166, 1.159.4.4

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1061770&group_id=5470


More information about the Python-bugs-list mailing list