Skip to content

pydoc fedora.accounts.fas2.AccountSystem says no Python documentation found #190

@sanjayankur31

Description

@sanjayankur31

The doc mentions the command, but it doesn't seem to work:

[asinha@ankur  ~]$ rpm -q python-fedora
python-fedora-0.8.0-2.fc25.noarch
[asinha@ankur  ~]$ pydoc fedora.accounts.fas2.AccountSystem
no Python documentation found for 'fedora.accounts.fas2.AccountSystem'

I get the same error on py3 too:

(housekeeping-virtualenv) [asinha@ankur  scripts(master %=)]$ which python
~/Documents/02_Code/00_repos/01_others/fedora-freemedia/prod/Housekeeping/housekeeping-virtualenv/bin/python
(housekeeping-virtualenv) [asinha@ankur  scripts(master %=)]$ python --version
Python 3.5.2
(housekeeping-virtualenv) [asinha@ankur  scripts(master %=)]$ pip install python-fedora
Requirement already satisfied: python-fedora in /home/asinha/Documents/02_Code/00_repos/01_others/fedora-freemedia/prod/Housekeeping/housekeeping-virtualenv/lib/python3.5/site-packages
Requirement already satisfied: munch in /home/asinha/Documents/02_Code/00_repos/01_others/fedora-freemedia/prod/Housekeeping/housekeeping-virtualenv/lib/python3.5/site-packages (from python-fedora)
Requirement already satisfied: six>=1.4.0 in /home/asinha/Documents/02_Code/00_repos/01_others/fedora-freemedia/prod/Housekeeping/housekeeping-virtualenv/lib/python3.5/site-packages (from python-fedora)
Requirement already satisfied: requests in /home/asinha/Documents/02_Code/00_repos/01_others/fedora-freemedia/prod/Housekeeping/housekeeping-virtualenv/lib/python3.5/site-packages (from python-fedora)
Requirement already satisfied: lockfile in /home/asinha/Documents/02_Code/00_repos/01_others/fedora-freemedia/prod/Housekeeping/housekeeping-virtualenv/lib/python3.5/site-packages (from python-fedora)
Requirement already satisfied: beautifulsoup4 in /home/asinha/Documents/02_Code/00_repos/01_others/fedora-freemedia/prod/Housekeeping/housekeeping-virtualenv/lib/python3.5/site-packages (from python-fedora)
Requirement already satisfied: urllib3 in /home/asinha/Documents/02_Code/00_repos/01_others/fedora-freemedia/prod/Housekeeping/housekeeping-virtualenv/lib/python3.5/site-packages (from python-fedora)
Requirement already satisfied: kitchen in /home/asinha/Documents/02_Code/00_repos/01_others/fedora-freemedia/prod/Housekeeping/housekeeping-virtualenv/lib/python3.5/site-packages (from python-fedora)
(housekeeping-virtualenv) [asinha@ankur  scripts(master %=)]$ pydoc fedora.accounts.fas2.AccountSystem
No Python documentation found for 'fedora.accounts.fas2.AccountSystem'.
Use help() to get the interactive help utility.
Use help(str) for help on the str class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions