mottosso / be

minimal directory and environment management system for collaborative creative projects
GNU Lesser General Public License v2.1
47 stars 4 forks source link

python 3 support #33

Closed mottosso closed 9 years ago

mottosso commented 9 years ago

There's currently no reason to stick with Python 2.6-2.7. Let's support Python 3 as well while we're young.

mottosso commented 9 years ago

Support looks quite involved.

Here are some reasons to not support 3.

  1. Very few, and not relevant, platforms ship with Python 3
  2. Most users are on 2.7, we can't get away from supporting both
  3. Code will get more muddy overall (see python-future)

Here are some reasons to do support 3.

  1. ...

I can't think of any at the moment, except that it's "nice to have".

Until a reason is found, this is a non-issue.