Opened 9 years ago
Closed 9 years ago
#241 closed task (fixed)
remove unused/confusing Tub(options=)
Reported by: | Brian Warner | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 0.9.0 |
Component: | usability | Version: | 0.7.0 |
Keywords: | Cc: |
Description
It looks like you can pass in an options dictionary when creating a Tub (it takes an options=
argument), but the options are not processed in the same way as calling tub.setOption(name, value)
after creation.
I can't remember if I intended the constructor argument to be a shortcut for setOption
, or if it's just for testing, but it's confusing to have it there. I think we should remove it.
Note: See
TracTickets for help on using
tickets.
These were just for testing.
Listener()
accepted a similar one. I've renamed them both to_test_options=
in [841ff9eb].