ThomasWaldmann / argparse

python argparse, pypi version (moved from google code)
Other
59 stars 18 forks source link

Split """" into string marker """ and literal " #94

Closed jayvdb closed 9 years ago

jayvdb commented 9 years ago

This simply aids reading of the many quotation marks.

jayvdb commented 9 years ago

Happy to amend to use different forms of quotation available to achieve the same goal.

ThomasWaldmann commented 9 years ago

I agree with you that this is better readable, but such stuff should be fixed upstream (in python stdlib) - that is where actual development of argparse happens.

Here, we just maintain the external library (for python 2.6 users mostly as they don't have argparse in stdlib).

See issue #81.