Ticket #66 (new defect)

Opened 2 years ago

Last modified 1 year ago

Character entities being displayed incorrectly

Reported by: gvwilson Assigned to: gvwilson
Priority: major Milestone: SciPy07Sprint
Component: tools Version:
Keywords: Cc:

Description

swc:lec/oop01:Special Methods:1107

Firefox shows the following text as the example in the box:

class Point(object): &vdots;

def str(self):

return '(%4.2f, %4.2f)' % (self.x, self.y)

if name == 'main':

p = Point(3, 4) print 'point is', p

point is (3, 4)

Change History

07/29/07 10:07:44 changed by gvwilson

  • milestone changed from Lithium to SciPy07Sprint.

Milestone Lithium deleted