tim Rowledge uploaded a new version of Network to project The Trunk:
http://source.squeak.org/trunk/Network-tpr.231.mcz==================== Summary ====================
Name: Network-tpr.231
Author: tpr
Time: 25 February 2019, 2:27:15.218701 pm
UUID: 75e4e492-3a02-4d3b-bc97-4b64cd827635
Ancestors: Network-tpr.230
drop the for-deprecation implementation of URI class>>basicNew
=============== Diff against Network-tpr.230 ===============
Item was removed:
- ----- Method: URI class>>basicNew (in category 'instance creation') -----
- basicNew
- self deprecated: 'This class is deprecated. USe one ofthe Url classes instead'.
- ^super basicNew!