Modify ↓
Ticket #41 (closed enhancement: fixed)
Patch: Use types module instead of hand crafted entities and type().
| Reported by: | v.haisman@… | Owned by: | xi |
|---|---|---|---|
| Priority: | normal | Component: | pyyaml |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi, I have a patch that makes PyYAML use types module instead of hand crafted entities and type(). The motivation is that it silences some PyDev? error complains, like methods not having self parameter and such.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

