Notable: The old (deprecated) 'regexp' module has been removed. So if any of your code relies on 'regexp', make sure you replace it with the newer 're' module and update your regular expressions accordingly.
It's nice to have that gone just to avoid confusion with the whole "why there are two regular expression modules?".
It's nice to have that gone just to avoid confusion with the whole "why there are two regular expression modules?".