"print" incompatible with python3

Bug #680438 reported by andsux
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
lxml
Fix Released
Low
Unassigned

Bug Description

Python : sys.version_info(major=3, minor=1, micro=2, releaselevel='final', serial=0)
lxml.etree : (2, 3, -99, 0)
libxml used : (2, 7, 7)
libxml compiled : (2, 7, 7)
libxslt used : (1, 1, 26)
libxslt compiled : (1, 1, 26)

On file: src/lxml/html/_diffcommand.py line 85

84 def annotate(options, args):
85 print "Not yet implemented" # change this print with print()
86 sys.exit(1)

Revision history for this message
scoder (scoder) wrote :

There was an ancient patch for this on the ML which I just pushed. Thanks for the reminder.

Changed in lxml:
importance: Undecided → Low
status: New → Fix Committed
Revision history for this message
scoder (scoder) wrote :

Fixed in 2.3.

Changed in lxml:
milestone: none → 2.3
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.