rfctr: move `package` arg position left in Part
All parts require a `package` argument. Move it to the left and remove any default to `None`. Rationale: `blob` can be `None` sometimes, like for an `XmlPart` instance. `package` is now required, so it must appear before `blob` (All positional parameters must precede all keyword params).
S
Steve Canny committed
2fa9663370e451f90b22d6e01072127b99beba70
Parent: 10ea993