Rhoana / pyrtree

An R-Tree implementation
36 stars 19 forks source link

Replaced time.clock() by time.process_time() #5

Open ctu0815 opened 2 years ago

ctu0815 commented 2 years ago

time.clock() is deprecated since Python 3.3 and was removed in Python 3.8. It is recommended to use process_time() instead.

geographika commented 2 months ago

@ctu0815 - thanks for this fix - I just ran into it myself on Python 3.9.

@adisuissa - are there any plans to maintain and make this the official fork? I'm happy to review issues/pull requests.