146
kxdan
8y

When you code in Python 3 and the final library you need only works on 2.7

Comments
  • 6
    lesson of the day: don't code in Python 3
  • 10
    Most libraries in Python are open source and on Github. Take the initiative, fork them and contribute :) The issues are usually subtle enough and only due to syntax changes.
  • 7
    @pretz worst lesson ever.
  • 3
    @DeepSpace Well said, sir or madam. A pull request is worth a million "+1"s on a bug report.
  • 0
    doesn't apply to Python but I hate deprecations in general like okay awesome I just learned how they things work together oh neat they don't support this library any more just fuck my time right
  • 0
    update libs please ;(
Add Comment