Skip to content

fix crash when entry_points.txt contains script names having colons

configparser appeared to consider colons as a delimiter, which resulted in a crash in _from_text if the script name included a colon.

The test suite passes but I'm hoping somebody with a more extensive experience with entry_points.txt files may have an opinion about the safety of the change.

Ref #75 (closed)

Edited by Jason R. Coombs

Merge request reports