Ticket #310 (closed defect: wontfix)

Opened 4 months ago

Last modified 3 months ago

Redefining built-in 'ReferenceError'

Reported by: thijs Owned by: nick
Priority: minor Milestone: 0.5
Component: Decoder Version: 0.3.1
Keywords: Cc:

Description

PyAMF uses a ReferenceError class which redefines the built-in Python class with the same name, so it might be a good idea to give it a different name?

Change History

Changed 3 months ago by nick

  • status changed from new to closed
  • resolution set to wontfix

PyAMF _does_ use the same name but does not redefine __builtin__.ReferenceError

Note: See TracTickets for help on using tickets.