The Trunk: Network-tpr.231.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Network-tpr.231.mcz

commits-2
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!