Re: [Python-Dev] PEP 456

2013-10-03 Thread Christian Heimes
Am 03.10.2013 21:53, schrieb Serhiy Storchaka: >> the first time time with a bit shift of 7 > > Double "time". thx, fixed >> with a 128bit seed and 64-bit output > > Inconsistancy with hyphen. There are same issues in other places. I have unified the use of hyphens, thx! >> bytes_hash provide

[Python-Dev] PEP 456

2013-10-03 Thread Serhiy Storchaka
Just some comments. > the first time time with a bit shift of 7 Double "time". > with a 128bit seed and 64-bit output Inconsistancy with hyphen. There are same issues in other places. > bytes_hash provides the tp_hash slot function for unicode. Typo. Should be "unicode_hash". > len = PyUnic