On Fri, Aug 21, 2009 at 4:00 AM, Oleg Broytmann<[email protected]> wrote: > http://ipaddr-py.googlecode.com/svn/branches/2.0.x/ipaddr.py > >> _compat_has_real_bytes = bytes != str > > Wouldn't it be nicer "bytes is not str"?
it is. fixing this. Cheers, /peter > Oleg. > -- > Oleg Broytmann http://phd.pp.ru/ [email protected] > Programmers don't die, they just GOSUB without RETURN. > _______________________________________________ > Python-Dev mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > http://mail.python.org/mailman/options/python-dev/python-dev%40hda3.com > _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
