Does anyone have an idea how long it will take before "almost all" widely used Python libraries work with Python 3.0?
I am planning to stay on 2.X for a while because I don't want to start porting stuff over and then find that some library I already rely on or a new library I might start using doesn't work yet with py3k.
My understanding is that the py3k beta process was drawn out specifically to give library developers time to move their stuff over. Has this been happening?
Examples of the sorts of libraries I am talking about would be PIL, numpy/ scipy, SQLAlchemy, BeautifulSoup, CherryPy...