On Tue, Sep 03, 2019 at 02:27:58PM -0300, Eduardo Habkost wrote: > This would stop working as soon as a file named 'p@ssw0rD' gets > created. Can the API be more explicit somehow? > > Is there anything that prevents us from using keyword arguments? > e.g.: > > Session(..., username='root', password='p@ssw0rD') >
OK, we have enough fair criticism of the approach that would keep the API compatible, so let's implement a better, not non-backwards compatible version, like suggested here. Thanks for the feedback! - Cleber.