Skip to content

confparse.properties() should take a tuple, only single filenames and lists are allowed #2

@GoogleCodeExporter

Description

@GoogleCodeExporter
Summary says it all. Try:
  confparse.properties( [file1, file2] )
and is ok.
Try:
  confparse.properties( (file1, file2) )
and you get stack trace

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by christop...@gmail.com on 24 Mar 2009 at 4:23

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions