Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make pdoc work also for the most recent versions of Python 3.4, 3.5? #116

Closed
nbro opened this issue Sep 8, 2016 · 1 comment

Comments

Projects
None yet
2 participants
@nbro
Copy link

commented Sep 8, 2016

Hi,

I noticed that pdoc throws me an error if I don't have the __init__.py files under the folders to indicate that they are packages. Then I noticed also that in the README you say that pdoc has been tested with Python 3.3, but you don't mention anything regarding the last versions of Python.

Are you willing to make pdoc work also for these last versions of Python so that I don't need to insert the __init__.py files under each folder to make pdoc recognise those folders as packages?

Thanks!

@cortesi

This comment has been minimized.

Copy link
Member

commented Jun 3, 2018

Pdoc now targets Python 3.6 and up. Recent versions of Python still require an __init__.py file to treat directories as modules.

@cortesi cortesi closed this Jun 3, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.