Ticket #1 (closed enhancement: fixed)

Opened 14 months ago

Last modified 12 months ago

Split out amf.py to amf0.py and amf3.py

Reported by: nick Owned by: nick
Priority: blocker Milestone: 0.1 Beta
Component: Encoder Version: 0.1a
Keywords: Cc:

Description (last modified by nick) (diff)

amf.py contains implementations for both versions of the protocol. AMF3 is a bit more involved than AMF0 and it is wasteful to import all that unnecessary code if AMF0 is just the encoding of choice.

amf0 would 'know' of amf3 and import it at runtime if the relevant type is processed (0x11).

Change History

Changed 14 months ago by nick

  • description modified (diff)

Changed 14 months ago by nick

  • keywords review added
  • status changed from new to accepted

Ready for review in source:/branches/split-versions-1

Changed 14 months ago by arnar

Ok with me.

Changed 14 months ago by nick

  • status changed from accepted to closed
  • resolution set to fixed

(In [22]) Merge split-policies-1

Author: nick Reviewer: arnar Fixes #1

Changed 14 months ago by nick

  • keywords review removed

Changed 12 months ago by thijs

  • version set to 0.1a
Note: See TracTickets for help on using tickets.