After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 680004 - pygi-convert.sh improvement
pygi-convert.sh improvement
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: introspection
Git master
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-16 12:58 UTC by Joe R. Nassimian
Modified: 2012-07-16 13:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pygi-convert.sh patch (671 bytes, application/octet-stream)
2012-07-16 12:58 UTC, Joe R. Nassimian
Details

Description Joe R. Nassimian 2012-07-16 12:58:22 UTC
Created attachment 218907 [details]
pygi-convert.sh patch

pygi-convert.sh improvement to avoid breaking xml.dom.minidom related code.

for example:
xmlstore.childNodes

shouldn't become:
xmlstore.get_child()Nodes

Tried the 3 character modification works.

If you need code to test it, or reproduce the error, try running it on the gtg (getting things gnome) source code, and check the file in GTG/core/datastore.py, look for the variable xmlstore.
Comment 1 Martin Pitt 2012-07-16 13:03:01 UTC
Thanks! Committed.