Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Use standard sys.exit() instead of the fragile exit from site.py module #29

Merged
merged 1 commit into from
May 16, 2014

Conversation

florentx
Copy link
Contributor

Rationale:

$ python -c 'print(type(exit))'
<class 'site.Quitter'>
$ python -Sc 'type(exit)'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'exit' is not defined

elextr added a commit that referenced this pull request May 16, 2014
Use standard sys.exit() instead of the fragile exit from site.py module
@elextr elextr merged commit 2ce85b7 into asciidoc-py:master May 16, 2014
@florentx florentx deleted the sys-exit branch May 16, 2014 07:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants