Ticket #308 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

schedule.send() - new API

Reported by: getxsick Owned by: getxsick
Priority: medium Milestone: UMPA 0.1.1 - test coverage
Component: UMPA Version: current svn
Keywords: Cc:

Description

so far there was:

send(delay, *packets, **kwargs)

it means that packets has to be pass separately

not it will be:

send(delay, packets=None, *args, **kwargs)

it means that packets can be pass as list or separately or mixed :)

Change History

Changed 4 years ago by getxsick

  • status changed from new to closed
  • resolution set to fixed

commited as r4542

please notice that it was written by test driven development...maybe we should do this for other components of Umit?:)

Note: See TracTickets for help on using tickets.