itsjohncs / phial

A Python microframework for building static sites. Will not be completed.
BSD 2-Clause "Simplified" License
4 stars 0 forks source link

Support Python 3. #32

Open itsjohncs opened 10 years ago

itsjohncs commented 10 years ago

Adding support for asyncio would be awesome. Namely, if a page function is a coroutine Phial should be all like "no problem man."

itsjohncs commented 10 years ago

I don't think I should approach this until I have an API I'm halfway happy with. I fear that adding Python 3.0 support will add some cruft onto the code that'll make the quick iterations I've been doing harder. There's some measurable benefit to being a very small and light code base, and I'd like to keep that for as long as possible.

Flagging as blocked until API gets close to stability.

itsjohncs commented 10 years ago

I think the idea of supporting asyncio is pretty foolish. That's an extreme edge case, and I really don't see a huge advantage to merit the code churn.