Opened 6 years ago
Closed 5 years ago
#89 closed enhancement (fixed)
Parameter "account" not need in most cases
Reported by: | ftputiluser | Owned by: | schwa |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Documentation | Version: | |
Keywords: | account, session factory | Cc: |
Description
AFAIK parameter "account" is not needed in most cases.
I guess the docs would be better for newbees, if the first usage example of FTPHost does not use it:
http://ftputil.sschwarzer.net/trac/wiki/Documentation#ftphost-objects
And I would explain session_factory=ftplib.FTP later, not on the first usage example.
Change History (2)
comment:1 Changed 6 years ago by
Keywords: | account session factory added |
---|---|
Status: | new → assigned |
comment:2 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Improved the documentation in [52b8ea2582cc].
Note: See
TracTickets for help on using
tickets.
I agree that
account
andsession_factory
aren't needed for the "basics" as the subsection is titled. :-)By the way, it's rare that someone notices such "usability' issues in the documentaton, so I'm especially thankful for feedback like this. Are there other things that could be improved?