This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author taleinat
Recipients cstratak, serhiy.storchaka, shivank98, taleinat, vstinner
Date 2018-10-25.19:09:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540494575.35.0.788709270274.issue35052@psf.upfronthosting.co.za>
In-reply-to
Content
The test code should fail with the current, unfixed code, due to the bug described here.  You will need to:

1. figure out which conditions will trigger the wrong behavior
2. set up a scenario where you can detect whether the behavior is correct
3. code this as a new test method in test_minidom.py
4. make the fix and ensure that the new test passes, as well as all other tests

After you've done this, you'll have something ready to be a PR. It will likely still require some work, e.g. cleaning up the code, adding/improving comments, conforming to our code style guidelines, and adding a NEWS entry.  However, since this will be one of your first PRs, I suggest first just posting your test and fix as a PR.

Note that creating a PR will also trigger the test suite to be automatically run on several platforms; after ~15 minutes take a look at the results, and if there are any failures you should address them ASAP.
History
Date User Action Args
2018-10-25 19:09:35taleinatsetrecipients: + taleinat, vstinner, serhiy.storchaka, cstratak, shivank98
2018-10-25 19:09:35taleinatsetmessageid: <1540494575.35.0.788709270274.issue35052@psf.upfronthosting.co.za>
2018-10-25 19:09:35taleinatlinkissue35052 messages
2018-10-25 19:09:35taleinatcreate