Georgiy Treyvus added the comment:
I realized my mistake too late. It should have been
if sys.version_info[0]==2:
On the other hand
if sys.version_info==2:
while syntactically correct wasn't semantically correct.
My apologies for wasting your time and for my stup
New submission from Georgiy Treyvus:
Basically in a lot of situations in recent times I've had to make sure a bunch
of files are all the same. Now diff is great but it only lets me pass two
files. diff3 and sdiff also aren't what I'm looking for. So I decided to write
my ow
Georgiy Treyvus added the comment:
@Mark: You're right. Sorry for the erroneous bug report.
--
resolution: invalid ->
status: closed -> open
___
Python tracker
<http://bugs.python.
Georgiy Treyvus added the comment:
ok will try
--
___
Python tracker
<http://bugs.python.org/issue17466>
___
___
Python-bugs-list mailing list
Unsubscribe:
Georgiy Treyvus added the comment:
wait why was this closed?
--
___
Python tracker
<http://bugs.python.org/issue17466>
___
___
Python-bugs-list mailing list
Unsub
Georgiy Treyvus added the comment:
Yes the assert statements are executed. They are not in any sort of if block or
anything like that. When the encrypt function is called and it was in the above
examples the assert statements execute period. They really don't have much else
of a choice.
New submission from Georgiy Treyvus:
The conditions under which this bug occurs I can't explain. I will provide as
much other information as I can.
This is an issue with both Python2 and Python3. More specifically Python 2.7.3
and Python 3.2.3 as those are what come with the Fedo