New submission from Shriramana Sharma :
Code:
import re
cons_taml = "[கஙசஞடணதநபமயரலவழளறன]"
print(re.findall("\\b" + cons_taml + "ை|ஐ", "ஐவர் பையன் இசை சிவிகை இல்லை இவ்ஐ"))
cons_deva = "[कखगघङचछजझञटठडढणतथदधनपफबभमयरलवशषसह]"
print(re.findall(&quo
New submission from Shriramana Sharma:
Hello. I first asked about this at
https://groups.google.com/d/topic/comp.lang.python/ZOGwXGU_TV0/discussion and
am only posting this issue due to no reply there.
I am using Python 2.7.4 and Python 3.3.1 (default packages) on Kubuntu Raring.
On both I
Shriramana Sharma added the comment:
I'm sorry but I don't get why this is a WONTFIX. I reported what is (now)
apparently a dup: issue 18067. Just like the OP of this bug, I feel that in
doing testing and such, one would naturally symlink and expect the library in
the *current* di
Shriramana Sharma added the comment:
> The current behaviour is also needed to sanely support Python
> scripts symlinked from Linux /bin directories.
OK that clinched it for me -- I can't argue against that! And obviously it is
not meaningful to copy/symlink *all* the curren
Shriramana Sharma added the comment:
I came upon this too. In Python 2 it used to expect a one character string.
Apparently the same error message has been carried forward to Python 3 too,
though now the actual expected input is either a one character bytes type and
not a str type, or an int
New submission from Shriramana Sharma:
Currently we have unicodedata.name() which returns the formal character name of
the character chr as per the second column in UnicodeData.txt from
http://www.unicode.org/Public/UNIDATA/.
However, there are a few characters where the formal character name
Changes by Shriramana Sharma :
--
nosy: +jamadagni
___
Python tracker
<http://bugs.python.org/issue10984>
___
___
Python-bugs-list mailing list
Unsubscribe:
Shriramana Sharma added the comment:
I also wish to see argparse allowing me to define a group of arguments that
conflict with another argument or another group of arguments and FWIW I feel
the help output should be like:
prog [ --conflicter | [ --opt1 ] [ --opt2 ] ]
where --conflicter
Changes by Shriramana Sharma :
--
nosy: +jamadagni
___
Python tracker
<http://bugs.python.org/issue6294>
___
___
Python-bugs-list mailing list
Unsubscribe: