Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python-fastrpc: DateTime/LocalTime/UTCTime/Binary jsou neporovnovatelne #6

Closed
rembish opened this issue Aug 25, 2014 · 3 comments
Closed

Comments

@rembish
Copy link
Contributor

rembish commented Aug 25, 2014

V fastrpcmodule.c nejsou definovane __cmp__ metody pro DateTime, LocalTime, UTCTime a Binary, coz znamena, ze jejich instance nejsou porovnovatelne.

from fastrpc import LocalTime
print LocalTime(1408967234) == LocalTime(1408967234)   # => False
kocian pushed a commit that referenced this issue Sep 3, 2014
@kocian
Copy link
Contributor

kocian commented Sep 3, 2014

melo by to byt v poradku s libfastrpc (5.0.8)

@kocian kocian closed this as completed Sep 3, 2014
@rembish
Copy link
Contributor Author

rembish commented Sep 3, 2014

Hezky! Dobra prace, Ondro!

@kocian
Copy link
Contributor

kocian commented Sep 3, 2014

popletl sem verze - python-fastrpc (5.0.5)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants