Ticket #1 (closed enhancement: fixed)
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
Note: See
TracTickets for help on using
tickets.
