New submission from Xiang Zhong :
The variable of instance cannot be reused in two consecutive codes chunk
combinations. Please check the difference in attached file, xtempfile.py,
function: test_3 & test_4.
However, surprisingly, the problem can be fixed in test_5 and test_6.
Which ma
Xiang Zhong added the comment:
Dear Mr. Jollans, thanks for your comments and information.
I know my usage of tempfile.TemporaryFile() is unusual, technically I “open”ed
it twice. The reason I coded them in this way, as a simple illustration, is I
want to test/debug some codes of my early
Xiang Zhong added the comment:
Dear Mr. Jollans,
Thanks for your additions, I think I know well about the SHELL programming
language, now, every thing about the low-level file descriptors is linked
together. I guess now I completely know your writing, thanks again for your
detail
New submission from Xiang Zhong :
Additional argument like "allow_abbrev_short" should be added to avoid those
potential bugs due to abbreviations on short options cannot be handled by
"allow_abbrev".
To reproduce and be well explanation, please check on my attache