Ticket #41 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Patch: Use types module instead of hand crafted entities and type().

Reported by: v.haisman@sh.cvut.cz Assigned to: 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

yaml-use-types.diff (1.8 kB) - added by v.haisman@sh.cvut.cz on 11/27/06 06:01:06.

Change History

11/27/06 06:01:06 changed by v.haisman@sh.cvut.cz

  • attachment yaml-use-types.diff added.

11/27/06 06:10:12 changed by xi

  • status changed from new to assigned.

It seems to make sense. I'll check it and apply it when I have a time. Thanks for the patch!

12/08/06 10:38:18 changed by xi

  • status changed from assigned to closed.
  • resolution set to fixed.

Applied in [235].


Add/Change #41 (Patch: Use types module instead of hand crafted entities and type().)




Change Properties
Action