Status: Accepted Owner: ---- Labels: Type-Enhancement Priority-Medium Target-2.2
New issue 260 by pekka.klarck: Remove 'pattern_type' argument of List Directory keywords
http://code.google.com/p/robotframework/issues/detail?id=260 'pattern_type' argument of List Directory keywords was deprecated in 2.1 (issue 259) and can be removed in 2.2. Removing 'pattern_type' changes the signature because there is 'absolute' after it. We thus need to deprecate the old 'absolute' and have a signature like: list_directory(path, pattern=None, absolute=False, deprecated_absolute=None) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
